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

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLVertexArray.h50 class GrGLAttribArrayState { class
52 explicit GrGLAttribArrayState(int arrayCount = 0) { this->resize(arrayCount); } function in class:GrGLAttribArrayState
63 * assumed that the GrGLAttribArrayState is tracking the state of the currently bound vertex
77 * GrGLAttribArrayState is tracking the state of the currently bound vertex array object.
137 * Otherwise, the GrGLAttribArrayState that is tracking this vertex array's attrib bindings is
140 GrGLAttribArrayState* bind();
146 GrGLAttribArrayState* bindWithIndexBuffer(const GrGLIndexBuffer* indexBuffer);
167 GrGLAttribArrayState fAttribArrays;
/external/skia/src/gpu/gl/
H A DGrGLVertexArray.h50 class GrGLAttribArrayState { class
52 explicit GrGLAttribArrayState(int arrayCount = 0) { this->resize(arrayCount); } function in class:GrGLAttribArrayState
63 * assumed that the GrGLAttribArrayState is tracking the state of the currently bound vertex
77 * GrGLAttribArrayState is tracking the state of the currently bound vertex array object.
137 * Otherwise, the GrGLAttribArrayState that is tracking this vertex array's attrib bindings is
140 GrGLAttribArrayState* bind();
146 GrGLAttribArrayState* bindWithIndexBuffer(const GrGLIndexBuffer* indexBuffer);
167 GrGLAttribArrayState fAttribArrays;

Completed in 79 milliseconds