|
Visual Computing Library
devel
|
This is the complete list of members for vcl::Context, including all inherited members.
| capabilites() const | vcl::Context | |
| Context(void *windowHandle, void *displayHandle) (defined in vcl::Context) | vcl::Context | private |
| Context(const Context &)=delete (defined in vcl::Context) | vcl::Context | |
| Context(Context &&)=delete (defined in vcl::Context) | vcl::Context | |
| createFramebufferAndInitView(void *winId, bgfx::ViewId view, uint16_t width, uint16_t height, bool clear=false, uint32_t clearColor=DEFAULT_CLEAR_COLOR, float clearDepth=DEFAULT_CLEAR_DEPTH, uint8_t clearStencil=DEFAULT_CLEAR_STENCIL, bgfx::TextureFormat::Enum colorFormat=DEFAULT_COLOR_FORMAT, bgfx::TextureFormat::Enum depthFormat=DEFAULT_DEPTH_FORMAT) (defined in vcl::Context) | vcl::Context | |
| createOffscreenFramebuffer(uint16_t width, uint16_t height, bgfx::TextureFormat::Enum colorFormat=DEFAULT_COLOR_FORMAT, bgfx::TextureFormat::Enum depthFormat=DEFAULT_DEPTH_FORMAT) | vcl::Context | |
| createOffscreenFramebufferAndInitView(bgfx::ViewId view, uint16_t width, uint16_t height, bool clear=false, uint32_t clearColor=DEFAULT_CLEAR_COLOR, float clearDepth=DEFAULT_CLEAR_DEPTH, uint8_t clearStencil=DEFAULT_CLEAR_STENCIL, bgfx::TextureFormat::Enum colorFormat=DEFAULT_COLOR_FORMAT, bgfx::TextureFormat::Enum depthFormat=DEFAULT_DEPTH_FORMAT) (defined in vcl::Context) | vcl::Context | |
| DEFAULT_CLEAR_COLOR (defined in vcl::Context) | vcl::Context | static |
| DEFAULT_CLEAR_DEPTH (defined in vcl::Context) | vcl::Context | static |
| DEFAULT_CLEAR_STENCIL (defined in vcl::Context) | vcl::Context | static |
| DEFAULT_COLOR_FORMAT (defined in vcl::Context) | vcl::Context | static |
| DEFAULT_DEPTH_FORMAT (defined in vcl::Context) | vcl::Context | static |
| fontManager() (defined in vcl::Context) | vcl::Context | |
| init(void *windowHandle=nullptr, void *displayHandle=nullptr) (defined in vcl::Context) | vcl::Context | static |
| initHeadless() (defined in vcl::Context) | vcl::Context | static |
| instance(void *windowHandle=nullptr, void *displayHandle=nullptr) | vcl::Context | static |
| isDefaultWindow(void *windowHandle) const | vcl::Context | |
| isHeadless() const (defined in vcl::Context) | vcl::Context | |
| isInitialized() (defined in vcl::Context) | vcl::Context | static |
| isValidViewId(bgfx::ViewId viewId) const (defined in vcl::Context) | vcl::Context | |
| mCallBack (defined in vcl::Context) | vcl::Context | private |
| mDisplayHandle (defined in vcl::Context) | vcl::Context | private |
| mFontManager (defined in vcl::Context) | vcl::Context | private |
| mProgramManager (defined in vcl::Context) | vcl::Context | private |
| mViewStack (defined in vcl::Context) | vcl::Context | private |
| mWindowHandle (defined in vcl::Context) | vcl::Context | private |
| operator=(const Context &)=delete (defined in vcl::Context) | vcl::Context | |
| operator=(Context &&)=delete (defined in vcl::Context) | vcl::Context | |
| programManager() (defined in vcl::Context) | vcl::Context | |
| releaseViewId(bgfx::ViewId viewId) (defined in vcl::Context) | vcl::Context | |
| renderType() | vcl::Context | static |
| requestViewId() (defined in vcl::Context) | vcl::Context | |
| resetDefaultFramebuffer(uint16_t width, uint16_t height, bgfx::TextureFormat::Enum colorFormat=DEFAULT_COLOR_FORMAT) (defined in vcl::Context) | vcl::Context | |
| setDebugVerbosity(bool verbose) (defined in vcl::Context) | vcl::Context | static |
| setRenderType(bgfx::RendererType::Enum renderType) | vcl::Context | static |
| setResetFlags(uint flags) | vcl::Context | static |
| shutdown() (defined in vcl::Context) | vcl::Context | static |
| sInstancePtr (defined in vcl::Context) | vcl::Context | inlineprivatestatic |
| sMutex (defined in vcl::Context) | vcl::Context | inlineprivatestatic |
| sRenderType (defined in vcl::Context) | vcl::Context | inlineprivatestatic |
| sResetFlags (defined in vcl::Context) | vcl::Context | inlineprivatestatic |
| supportsCompute() const (defined in vcl::Context) | vcl::Context | |
| supportsReadback() const (defined in vcl::Context) | vcl::Context | |
| ~Context() (defined in vcl::Context) | vcl::Context | private |