OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxClipPlane
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
56
GLSupport():maxLights(0),maxVertexAttribs(0),
maxClipPlane
(0),maxTexUnits(0), \
66
int
maxClipPlane
;
168
static int getMaxClipPlanes(){return s_glSupport.
maxClipPlane
;}
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
514
s_glDispatch.glGetIntegerv(GL_MAX_CLIP_PLANES,&s_glSupport.
maxClipPlane
);
Completed in 2865 milliseconds