Home
last modified time | relevance | path

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

/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLEScontext.h39 struct GLSupport { struct
40 GLSupport():maxLights(0),maxVertexAttribs(0),maxClipPlane(0),maxTexUnits(0), \ in GLSupport() argument
48 int maxLights;
49 int maxVertexAttribs;
50 int maxClipPlane;
51 int maxTexUnits;
52 int maxTexImageUnits;
53 int maxTexSize;
54 Version glslVersion;
55 bool GL_EXT_TEXTURE_FORMAT_BGRA8888;
[all …]