Searched defs:notifyIndexBufferDelete (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp114 void GrGLVertexArray::notifyIndexBufferDelete(GrGLuint bufferID) { function in class:GrGLVertexArray
H A DGrGpuGL.h93 void notifyIndexBufferDelete(GrGLuint id) { function in class:GrGpuGL
94 fHWGeometryState.notifyIndexBufferDelete(id);
354 void notifyIndexBufferDelete(GrGLuint id) { function in class:GrGpuGL::HWGeometryState
360 fVBOVertexArray->notifyIndexBufferDelete(id);
/external/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp113 void GrGLVertexArray::notifyIndexBufferDelete(GrGLuint bufferID) { function in class:GrGLVertexArray
H A DGrGpuGL.h105 void notifyIndexBufferDelete(GrGLuint id) { function in class:GrGpuGL
106 fHWGeometryState.notifyIndexBufferDelete(id);
374 void notifyIndexBufferDelete(GrGLuint id) { function in class:GrGpuGL::HWGeometryState
380 fVBOVertexArray->notifyIndexBufferDelete(id);

Completed in 618 milliseconds