Bike-X
0.8
|
#include "CAPI_GL_DistortionRenderer.h"
Public Member Functions | |
GraphicsState () | |
virtual void | Save () |
virtual void | Restore () |
Public Member Functions inherited from OVR::CAPI::DistortionRenderer::GraphicsState | |
GraphicsState () | |
virtual | ~GraphicsState () |
Public Member Functions inherited from OVR::RefCountBase< GraphicsState > | |
OVR_FORCE_INLINE | RefCountBase () |
Public Member Functions inherited from OVR::RefCountBaseStatImpl< RefCountImpl > | |
RefCountBaseStatImpl () | |
Public Member Functions inherited from OVR::RefCountImpl | |
void | AddRef () |
void | Release () |
Public Member Functions inherited from OVR::RefCountImplCore | |
OVR_FORCE_INLINE | RefCountImplCore () |
virtual | ~RefCountImplCore () |
int | GetRefCount () const |
void | operator= (const RefCountImplCore &) |
Data Fields | |
GLint | GlMajorVersion |
GLint | GlMinorVersion |
bool | SupportsVao |
GLint | Viewport [4] |
GLfloat | ClearColor [4] |
GLint | DepthTest |
GLint | CullFace |
GLint | Program |
GLint | ActiveTexture |
GLint | TextureBinding |
GLint | VertexArray |
GLint | FrameBufferBinding |
GLint | Blend |
GLint | ColorWritemask [4] |
GLint | Dither |
GLint | Fog |
GLint | Lighting |
GLint | RasterizerDiscard |
GLint | RenderMode |
GLint | SampleMask |
GLint | ScissorTest |
GLfloat | ZoomX |
GLfloat | ZoomY |
Protected Member Functions | |
void | ApplyBool (GLenum Name, GLint Value) |
Additional Inherited Members | |
Static Public Member Functions inherited from OVR::RefCountImplCore | |
static void | checkInvalidDelete (RefCountImplCore *) |
Protected Attributes inherited from OVR::CAPI::DistortionRenderer::GraphicsState | |
bool | IsValid |
Protected Attributes inherited from OVR::RefCountImplCore | |
volatile int | RefCount |
Definition at line 63 of file CAPI_GL_DistortionRenderer.h.
OVR::CAPI::GL::DistortionRenderer::GraphicsState::GraphicsState | ( | ) |
Definition at line 290 of file CAPI_GL_DistortionRenderer.cpp.
|
protected |
Definition at line 331 of file CAPI_GL_DistortionRenderer.cpp.
|
virtual |
Implements OVR::CAPI::DistortionRenderer::GraphicsState.
Definition at line 363 of file CAPI_GL_DistortionRenderer.cpp.
|
virtual |
Implements OVR::CAPI::DistortionRenderer::GraphicsState.
Definition at line 340 of file CAPI_GL_DistortionRenderer.cpp.
GLint OVR::CAPI::GL::DistortionRenderer::GraphicsState::ActiveTexture |
Definition at line 83 of file CAPI_GL_DistortionRenderer.h.
GLint OVR::CAPI::GL::DistortionRenderer::GraphicsState::Blend |
Definition at line 88 of file CAPI_GL_DistortionRenderer.h.
GLfloat OVR::CAPI::GL::DistortionRenderer::GraphicsState::ClearColor[4] |
Definition at line 79 of file CAPI_GL_DistortionRenderer.h.
GLint OVR::CAPI::GL::DistortionRenderer::GraphicsState::ColorWritemask[4] |
Definition at line 89 of file CAPI_GL_DistortionRenderer.h.
GLint OVR::CAPI::GL::DistortionRenderer::GraphicsState::CullFace |
Definition at line 81 of file CAPI_GL_DistortionRenderer.h.
GLint OVR::CAPI::GL::DistortionRenderer::GraphicsState::DepthTest |
Definition at line 80 of file CAPI_GL_DistortionRenderer.h.
GLint OVR::CAPI::GL::DistortionRenderer::GraphicsState::Dither |
Definition at line 90 of file CAPI_GL_DistortionRenderer.h.
GLint OVR::CAPI::GL::DistortionRenderer::GraphicsState::Fog |
Definition at line 91 of file CAPI_GL_DistortionRenderer.h.
GLint OVR::CAPI::GL::DistortionRenderer::GraphicsState::FrameBufferBinding |
Definition at line 86 of file CAPI_GL_DistortionRenderer.h.
GLint OVR::CAPI::GL::DistortionRenderer::GraphicsState::GlMajorVersion |
Definition at line 74 of file CAPI_GL_DistortionRenderer.h.
GLint OVR::CAPI::GL::DistortionRenderer::GraphicsState::GlMinorVersion |
Definition at line 75 of file CAPI_GL_DistortionRenderer.h.
GLint OVR::CAPI::GL::DistortionRenderer::GraphicsState::Lighting |
Definition at line 92 of file CAPI_GL_DistortionRenderer.h.
GLint OVR::CAPI::GL::DistortionRenderer::GraphicsState::Program |
Definition at line 82 of file CAPI_GL_DistortionRenderer.h.
GLint OVR::CAPI::GL::DistortionRenderer::GraphicsState::RasterizerDiscard |
Definition at line 93 of file CAPI_GL_DistortionRenderer.h.
GLint OVR::CAPI::GL::DistortionRenderer::GraphicsState::RenderMode |
Definition at line 94 of file CAPI_GL_DistortionRenderer.h.
GLint OVR::CAPI::GL::DistortionRenderer::GraphicsState::SampleMask |
Definition at line 95 of file CAPI_GL_DistortionRenderer.h.
GLint OVR::CAPI::GL::DistortionRenderer::GraphicsState::ScissorTest |
Definition at line 96 of file CAPI_GL_DistortionRenderer.h.
bool OVR::CAPI::GL::DistortionRenderer::GraphicsState::SupportsVao |
Definition at line 76 of file CAPI_GL_DistortionRenderer.h.
GLint OVR::CAPI::GL::DistortionRenderer::GraphicsState::TextureBinding |
Definition at line 84 of file CAPI_GL_DistortionRenderer.h.
GLint OVR::CAPI::GL::DistortionRenderer::GraphicsState::VertexArray |
Definition at line 85 of file CAPI_GL_DistortionRenderer.h.
GLint OVR::CAPI::GL::DistortionRenderer::GraphicsState::Viewport[4] |
Definition at line 78 of file CAPI_GL_DistortionRenderer.h.
GLfloat OVR::CAPI::GL::DistortionRenderer::GraphicsState::ZoomX |
Definition at line 97 of file CAPI_GL_DistortionRenderer.h.
GLfloat OVR::CAPI::GL::DistortionRenderer::GraphicsState::ZoomY |
Definition at line 98 of file CAPI_GL_DistortionRenderer.h.