Home
last modified time | relevance | path

Searched refs:maxClipPlane (Results 1 – 2 of 2) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLEScontext.h56 GLSupport():maxLights(0),maxVertexAttribs(0),maxClipPlane(0),maxTexUnits(0), \ in GLSupport()
66 int maxClipPlane; member
168 static int getMaxClipPlanes(){return s_glSupport.maxClipPlane;} in getMaxClipPlanes()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp512 s_glDispatch.glGetIntegerv(GL_MAX_CLIP_PLANES,&s_glSupport.maxClipPlane); in initCapsLocked()