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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLVertexArray.h 90 void notifyVertexBufferDelete(GrGLuint id) {
152 void notifyVertexBufferDelete(GrGLuint id) {
153 fAttribArrays.notifyVertexBufferDelete(id);
GrGpuGL.h 90 void notifyVertexBufferDelete(GrGLuint id) {
91 fHWGeometryState.notifyVertexBufferDelete(id);
344 void notifyVertexBufferDelete(GrGLuint id) {
349 fVBOVertexArray->notifyVertexBufferDelete(id);
351 fDefaultVertexArrayAttribState.notifyVertexBufferDelete(id);
GrGLBufferImpl.cpp 47 gpu->notifyVertexBufferDelete(fDesc.fID);
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLVertexArray.h 90 void notifyVertexBufferDelete(GrGLuint id) {
152 void notifyVertexBufferDelete(GrGLuint id) {
153 fAttribArrays.notifyVertexBufferDelete(id);
GrGpuGL.h 102 void notifyVertexBufferDelete(GrGLuint id) {
103 fHWGeometryState.notifyVertexBufferDelete(id);
364 void notifyVertexBufferDelete(GrGLuint id) {
369 fVBOVertexArray->notifyVertexBufferDelete(id);
371 fDefaultVertexArrayAttribState.notifyVertexBufferDelete(id);
GrGLBufferImpl.cpp 47 gpu->notifyVertexBufferDelete(fDesc.fID);
GrGpuGL.cpp     [all...]

Completed in 612 milliseconds