Home
last modified time | relevance | path

Searched refs:notifyVertexBufferDelete (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLVertexArray.h62 void notifyVertexBufferDelete(GrGLuint id) { in notifyVertexBufferDelete() function
122 void notifyVertexBufferDelete(GrGLuint id) { in notifyVertexBufferDelete() function
123 fAttribArrays.notifyVertexBufferDelete(id); in notifyVertexBufferDelete()
DGrGLGpu.h89 void notifyVertexBufferDelete(GrGLuint id) { in notifyVertexBufferDelete() function
90 fHWGeometryState.notifyVertexBufferDelete(id); in notifyVertexBufferDelete()
459 void notifyVertexBufferDelete(GrGLuint id) { in notifyVertexBufferDelete() function
464 fVBOVertexArray->notifyVertexBufferDelete(id); in notifyVertexBufferDelete()
466 fDefaultVertexArrayAttribState.notifyVertexBufferDelete(id); in notifyVertexBufferDelete()
DGrGLGpu.cpp1673 this->notifyVertexBufferDelete(desc.fID); in onCreateVertexBuffer()
1909 this->notifyVertexBufferDelete(id); in releaseBuffer()