Home | History | Annotate | Download | only in gl

Lines Matching refs:attrCount

2591             int attrCount = gpu->glCaps().maxVertexAttributes();
2592 fVBOVertexArray = SkNEW_ARGS(GrGLVertexArray, (gpu, arrayID, attrCount));
2601 int attrCount = gpu->glCaps().maxVertexAttributes();
2602 if (fDefaultVertexArrayAttribState.count() != attrCount) {
2603 fDefaultVertexArrayAttribState.resize(attrCount);