|
VTK
9.5.20251104
|
#include <vtkEGLDefaultConfig.h>
Public Member Functions | |
| vtkEGLDefaultConfig () | |
| void | CreateWindowSurface (EGLSurface &surface, EGLDisplay display, EGLConfig config, int width, int height) override |
| Create a pbuffer surface. | |
| void | SetOnscreenRendering (bool onscreenRendering) override |
| As only offscreen rendering is supported, this method is a noop and the onscreenRendering member is set to false in the constructor. | |
| void * | GetDisplay () override |
| Implementation of vtkEGLConfig. | |
| EGLenum | GetPlatform () override |
| Implementation of vtkEGLConfig. | |
| void | CreateContext (EGLContext &context, EGLDisplay display, EGLConfig config) override |
| Implementation of vtkEGLConfig. | |
Public Member Functions inherited from vtkEGLConfig | |
| vtkEGLConfig ()=default | |
| virtual | ~vtkEGLConfig ()=default |
| virtual void | SetOnscreenRendering (bool onscreenRendering) |
| Set the onscreen rendering flag. | |
| virtual EGLenum | GetPlatform ()=0 |
| Get the platform type. | |
| virtual void * | GetDisplay ()=0 |
| Get the display object. | |
| virtual void | CreateWindowSurface (EGLSurface &surface, EGLDisplay display, EGLConfig config, int width, int height)=0 |
| Create an EGL window surface. | |
| virtual void | CreateContext (EGLContext &context, EGLDisplay display, EGLConfig config)=0 |
| Create an EGL context. | |
Additional Inherited Members | |
Protected Attributes inherited from vtkEGLConfig | |
| bool | OnscreenRendering = false |
This class is used to setup the EGL configuration for default builds. It supports only offscreen rendering.
Definition at line 21 of file vtkEGLDefaultConfig.h.
| vtkEGLDefaultConfig::vtkEGLDefaultConfig | ( | ) |
|
inlineoverridevirtual |
Implementation of vtkEGLConfig.
Implements vtkEGLConfig.
Definition at line 30 of file vtkEGLDefaultConfig.h.
|
inlineoverridevirtual |
Implementation of vtkEGLConfig.
Implements vtkEGLConfig.
Definition at line 31 of file vtkEGLDefaultConfig.h.
|
overridevirtual |
Implementation of vtkEGLConfig.
Implements vtkEGLConfig.
|
overridevirtual |
Create a pbuffer surface.
Implements vtkEGLConfig.
|
inlineoverridevirtual |
As only offscreen rendering is supported, this method is a noop and the onscreenRendering member is set to false in the constructor.
Reimplemented from vtkEGLConfig.
Definition at line 45 of file vtkEGLDefaultConfig.h.