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

  /external/skia/src/gpu/gl/
GrGLVertexArray.h 120 void notifyIndexBufferDelete(GrGLuint bufferID);
GrGLGpu.h 92 void notifyIndexBufferDelete(GrGLuint id) {
93 fHWGeometryState.notifyIndexBufferDelete(id);
469 void notifyIndexBufferDelete(GrGLuint id) {
475 fVBOVertexArray->notifyIndexBufferDelete(id);
GrGLVertexArray.cpp 129 void GrGLVertexArray::notifyIndexBufferDelete(GrGLuint bufferID) {
GrGLGpu.cpp     [all...]

Completed in 332 milliseconds