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
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
55
struct
GLSupport
{
56
GLSupport
():maxLights(0),maxVertexAttribs(0),maxClipPlane(0),maxTexUnits(0), \
155
virtual
GLSupport
* getCaps(){return &s_glSupport;};
197
static
GLSupport
s_glSupport;
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
93
GLSupport
GLEScontext::s_glSupport;
Completed in 77 milliseconds