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"
103 GrGLVertexArray::GrGLVertexArray(GrGLint id, int attribCount)
109 GrGLAttribArrayState* GrGLVertexArray::bind(GrGLGpu* gpu) {
117 GrGLAttribArrayState* GrGLVertexArray::bindWithIndexBuffer(GrGLGpu* gpu, GrGLuint ibufferID) {
129 void GrGLVertexArray::notifyIndexBufferDelete(GrGLuint bufferID) {
135 void GrGLVertexArray::invalidateCachedState() {
GrGLVertexArray.h 21 * This sets and tracks the vertex attribute array state. It is used internally by GrGLVertexArray
103 class GrGLVertexArray {
105 GrGLVertexArray(GrGLint id, int attribCount);

Completed in 128 milliseconds