Home
last modified time | relevance | path

Searched refs:maxVertexAttribs (Results 1 – 4 of 4) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLEScontext.h56 GLSupport():maxLights(0),maxVertexAttribs(0),maxClipPlane(0),maxTexUnits(0), \ in GLSupport()
65 int maxVertexAttribs; member
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Validate.cpp142 return index < (GLuint)ctx->getCaps()->maxVertexAttribs; in arrayIndex()
DGLESv2Context.cpp25 for(int i=0; i < s_glSupport.maxVertexAttribs;i++){ in init()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp511 s_glDispatch.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS,&s_glSupport.maxVertexAttribs); in initCapsLocked()