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

  /external/skia/src/gpu/gl/
GrGLVertexArray.h 92 void notifyVertexBufferDelete(GrGLuint id) {
154 void notifyVertexBufferDelete(GrGLuint id) {
155 fAttribArrays.notifyVertexBufferDelete(id);
GrGLGpu.h 92 void notifyVertexBufferDelete(GrGLuint id) {
93 fHWGeometryState.notifyVertexBufferDelete(id);
371 void notifyVertexBufferDelete(GrGLuint id) {
376 fVBOVertexArray->notifyVertexBufferDelete(id);
378 fDefaultVertexArrayAttribState.notifyVertexBufferDelete(id);
GrGLBufferImpl.cpp 47 gpu->notifyVertexBufferDelete(fDesc.fID);
GrGLGpu.cpp     [all...]

Completed in 531 milliseconds