Searched defs:GrGLAttribArrayState (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLVertexArray.h24 class GrGLAttribArrayState { class
26 explicit GrGLAttribArrayState(int arrayCount = 0) { function in class:GrGLAttribArrayState
39 * assumed that the GrGLAttribArrayState is tracking the state of the currently bound vertex
51 * GrGLAttribArrayState is tracking the state of the currently bound vertex array object.
109 * Otherwise, the GrGLAttribArrayState that is tracking this vertex array's attrib bindings is
112 GrGLAttribArrayState* bind(GrGLGpu*);
118 GrGLAttribArrayState* bindWithIndexBuffer(GrGLGpu* gpu, GrGLuint indexBufferID);
132 GrGLAttribArrayState fAttribArrays;

Completed in 82 milliseconds