Searched refs:maxVertexAttribs (Results 1 – 4 of 4) sorted by relevance
56 GLSupport():maxLights(0),maxVertexAttribs(0),maxClipPlane(0),maxTexUnits(0), \ in GLSupport()65 int maxVertexAttribs; member
142 return index < (GLuint)ctx->getCaps()->maxVertexAttribs; in arrayIndex()
25 for(int i=0; i < s_glSupport.maxVertexAttribs;i++){ in init()
511 s_glDispatch.glGetIntegerv(GL_MAX_VERTEX_ATTRIBS,&s_glSupport.maxVertexAttribs); in initCapsLocked()