Home
last modified time | relevance | path

Searched defs:GLSupport (Results 1 – 1 of 1) 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() argument
64 int maxLights;
65 int maxVertexAttribs;
66 int maxClipPlane;
67 int maxTexUnits;
68 int maxTexImageUnits;
69 int maxTexSize;
70 Version glslVersion;
71 bool GL_EXT_TEXTURE_FORMAT_BGRA8888;
[all …]