HomeSort by relevance Sort by last modified time
    Searched defs:GrGLAttribArrayState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLVertexArray.h 50 class GrGLAttribArrayState {
52 explicit GrGLAttribArrayState(int arrayCount = 0) {
68 * assumed that the GrGLAttribArrayState is tracking the state of the currently bound vertex
89 * GrGLAttribArrayState is tracking the state of the currently bound vertex array object.
162 * Otherwise, the GrGLAttribArrayState that is tracking this vertex array's attrib bindings is
165 GrGLAttribArrayState* bind();
171 GrGLAttribArrayState* bindWithIndexBuffer(const GrGLIndexBuffer* indexBuffer);
192 GrGLAttribArrayState fAttribArrays;
  /external/skia/src/gpu/gl/
GrGLVertexArray.h 50 class GrGLAttribArrayState {
52 explicit GrGLAttribArrayState(int arrayCount = 0) {
68 * assumed that the GrGLAttribArrayState is tracking the state of the currently bound vertex
89 * GrGLAttribArrayState is tracking the state of the currently bound vertex array object.
162 * Otherwise, the GrGLAttribArrayState that is tracking this vertex array's attrib bindings is
165 GrGLAttribArrayState* bind();
171 GrGLAttribArrayState* bindWithIndexBuffer(const GrGLIndexBuffer* indexBuffer);
192 GrGLAttribArrayState fAttribArrays;

Completed in 65 milliseconds