Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLEScontext.h55 struct GLSupport { struct
56 GLSupport():maxLights(0),maxVertexAttribs(0),maxClipPlane(0),maxTexUnits(0), \ in GLSupport() function
155 virtual GLSupport* getCaps(){return &s_glSupport;}; in getCaps()
197 static GLSupport s_glSupport;
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp93 GLSupport GLEScontext::s_glSupport;