HomeSort by relevance Sort by last modified time
    Searched defs:notifyIndexBufferDelete (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/gl/
GrGLVertexArray.cpp 97 void GrGLVertexArray::notifyIndexBufferDelete(GrGLuint bufferID) {
GrGLGpu.h 95 void notifyIndexBufferDelete(GrGLuint id) {
96 fHWGeometryState.notifyIndexBufferDelete(id);
381 void notifyIndexBufferDelete(GrGLuint id) {
387 fVBOVertexArray->notifyIndexBufferDelete(id);

Completed in 103 milliseconds