Home
last modified time | relevance | path

Searched refs:notifyIndexBufferDelete (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLGpu.h92 void notifyIndexBufferDelete(GrGLuint id) { in notifyIndexBufferDelete() function
93 fHWGeometryState.notifyIndexBufferDelete(id); in notifyIndexBufferDelete()
469 void notifyIndexBufferDelete(GrGLuint id) { in notifyIndexBufferDelete() function
475 fVBOVertexArray->notifyIndexBufferDelete(id); in notifyIndexBufferDelete()
DGrGLVertexArray.h120 void notifyIndexBufferDelete(GrGLuint bufferID);
DGrGLVertexArray.cpp129 void GrGLVertexArray::notifyIndexBufferDelete(GrGLuint bufferID) { in notifyIndexBufferDelete() function in GrGLVertexArray
DGrGLGpu.cpp1706 this->notifyIndexBufferDelete(desc.fID); in onCreateIndexBuffer()
1911 this->notifyIndexBufferDelete(id); in releaseBuffer()