OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLSupport
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
39
struct
GLSupport
{
40
GLSupport
():maxLights(0),maxVertexAttribs(0),maxClipPlane(0),maxTexUnits(0), \
136
virtual
GLSupport
* getCaps(){return &s_glSupport;};
176
static
GLSupport
s_glSupport;
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
73
GLSupport
GLEScontext::s_glSupport;
Completed in 15 milliseconds