Home
last modified time | relevance | path

Searched refs:GrGLVertexArray (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLVertexArray.cpp103 GrGLVertexArray::GrGLVertexArray(GrGLint id, int attribCount) in GrGLVertexArray() function in GrGLVertexArray
109 GrGLAttribArrayState* GrGLVertexArray::bind(GrGLGpu* gpu) { in bind()
117 GrGLAttribArrayState* GrGLVertexArray::bindWithIndexBuffer(GrGLGpu* gpu, GrGLuint ibufferID) { in bindWithIndexBuffer()
129 void GrGLVertexArray::notifyIndexBufferDelete(GrGLuint bufferID) { in notifyIndexBufferDelete()
135 void GrGLVertexArray::invalidateCachedState() { in invalidateCachedState()
DGrGLVertexArray.h103 class GrGLVertexArray {
105 GrGLVertexArray(GrGLint id, int attribCount);
DGrGLGpu.h535 GrGLVertexArray* fVBOVertexArray;
DGrGLGpu.cpp3982 fVBOVertexArray = new GrGLVertexArray(arrayID, attrCount); in internalBind()
/external/skia/gyp/
Dgpu.gypi365 '<(skia_src_path)/gpu/gl/GrGLVertexArray.cpp',
366 '<(skia_src_path)/gpu/gl/GrGLVertexArray.h',
/external/skia/
DAndroid.mk519 src/gpu/gl/GrGLVertexArray.cpp \