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
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
40
GLSupport():maxLights(0),maxVertexAttribs(0),
maxClipPlane
(0),maxTexUnits(0), \
50
int
maxClipPlane
;
149
static int getMaxClipPlanes(){return s_glSupport.
maxClipPlane
;}
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
483
s_glDispatch.glGetIntegerv(GL_MAX_CLIP_PLANES,&s_glSupport.
maxClipPlane
);
Completed in 17 milliseconds