Home
last modified time | relevance | path

Searched refs:attribState (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLGpu.cpp1855 GrGLAttribArrayState* attribState = in setupGeometry() local
1874 attribState->set(this, in setupGeometry()
1882 attribState->disableUnusedArrays(this, usedAttribArraysMask); in setupGeometry()
3975 GrGLAttribArrayState* attribState; in internalBind() local
3985 attribState = fVBOVertexArray->bindWithIndexBuffer(gpu, *ibufferID); in internalBind()
3987 attribState = fVBOVertexArray->bind(gpu); in internalBind()
3999 attribState = &fDefaultVertexArrayAttribState; in internalBind()
4001 return attribState; in internalBind()