Home | History | Annotate | Download | only in gl

Lines Matching defs:attrCount

3981             int attrCount = gpu->glCaps().maxVertexAttributes();
3982 fVBOVertexArray = new GrGLVertexArray(arrayID, attrCount);
3995 int attrCount = gpu->glCaps().maxVertexAttributes();
3996 if (fDefaultVertexArrayAttribState.count() != attrCount) {
3997 fDefaultVertexArrayAttribState.resize(attrCount);