Home | History | Annotate | Download | only in gl

Lines Matching defs:arrayID

3979             GrGLuint arrayID;
3980 GR_GL_CALL(gpu->glInterface(), GenVertexArrays(1, &arrayID));
3982 fVBOVertexArray = new GrGLVertexArray(arrayID, attrCount);