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

  /external/skia/src/gpu/gl/
GrGLVertexArray.cpp 8 #include "GrGLVertexArray.h"
69 GrGLVertexArray::GrGLVertexArray(GrGLint id, int attribCount)
75 GrGLAttribArrayState* GrGLVertexArray::bind(GrGLGpu* gpu) {
83 GrGLAttribArrayState* GrGLVertexArray::bindWithIndexBuffer(GrGLGpu* gpu,
97 void GrGLVertexArray::notifyIndexBufferDelete(GrGLuint bufferID) {
103 void GrGLVertexArray::invalidateCachedState() {
GrGLVertexArray.h 49 * This sets and tracks the vertex attribute array state. It is used internally by GrGLVertexArray
135 class GrGLVertexArray {
137 GrGLVertexArray(GrGLint id, int attribCount);

Completed in 39 milliseconds