Home | History | Annotate | Download | only in gl

Lines Matching refs:attrCount

3007             int attrCount = gpu->glCaps().maxVertexAttributes();
3008 fVBOVertexArray = SkNEW_ARGS(GrGLVertexArray, (gpu, arrayID, attrCount));
3017 int attrCount = gpu->glCaps().maxVertexAttributes();
3018 if (fDefaultVertexArrayAttribState.count() != attrCount) {
3019 fDefaultVertexArrayAttribState.resize(attrCount);