Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLVertexArray.cpp118 GrGLVertexArray::GrGLVertexArray(GrGLint id, int attribCount) in GrGLVertexArray() function in GrGLVertexArray
124 GrGLAttribArrayState* GrGLVertexArray::bind(GrGLGpu* gpu) { in bind()
132 GrGLAttribArrayState* GrGLVertexArray::bindWithIndexBuffer(GrGLGpu* gpu, const GrBuffer* ibuff) { in bindWithIndexBuffer()
147 void GrGLVertexArray::invalidateCachedState() { in invalidateCachedState()
DGrGLVertexArray.h94 class GrGLVertexArray {
96 GrGLVertexArray(GrGLint id, int attribCount);
DGrGLGpu.h534 GrGLVertexArray* fCoreProfileVertexArray;
DGrGLGpu.cpp4281 fCoreProfileVertexArray = new GrGLVertexArray(arrayID, attrCount); in bindInternalVertexArray()
/external/skia/gn/
Dgpu.gni442 "$_src/gpu/gl/GrGLVertexArray.cpp",
443 "$_src/gpu/gl/GrGLVertexArray.h",
/external/skia/
DAndroid.bp488 "src/gpu/gl/GrGLVertexArray.cpp",