Searched refs:notifyVertexBufferDelete (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLVertexArray.h90 void notifyVertexBufferDelete(GrGLuint id) { function in class:GrGLAttribArrayState
152 void notifyVertexBufferDelete(GrGLuint id) { function in class:GrGLVertexArray
153 fAttribArrays.notifyVertexBufferDelete(id);
H A DGrGpuGL.h90 void notifyVertexBufferDelete(GrGLuint id) { function in class:GrGpuGL
91 fHWGeometryState.notifyVertexBufferDelete(id);
344 void notifyVertexBufferDelete(GrGLuint id) { function in class:GrGpuGL::HWGeometryState
349 fVBOVertexArray->notifyVertexBufferDelete(id);
351 fDefaultVertexArrayAttribState.notifyVertexBufferDelete(id);
H A DGrGLBufferImpl.cpp47 gpu->notifyVertexBufferDelete(fDesc.fID);
H A DGrGpuGL.cpp1313 this->notifyVertexBufferDelete(desc.fID);
/external/skia/src/gpu/gl/
H A DGrGLVertexArray.h90 void notifyVertexBufferDelete(GrGLuint id) { function in class:GrGLAttribArrayState
152 void notifyVertexBufferDelete(GrGLuint id) { function in class:GrGLVertexArray
153 fAttribArrays.notifyVertexBufferDelete(id);
H A DGrGpuGL.h102 void notifyVertexBufferDelete(GrGLuint id) { function in class:GrGpuGL
103 fHWGeometryState.notifyVertexBufferDelete(id);
364 void notifyVertexBufferDelete(GrGLuint id) { function in class:GrGpuGL::HWGeometryState
369 fVBOVertexArray->notifyVertexBufferDelete(id);
371 fDefaultVertexArrayAttribState.notifyVertexBufferDelete(id);
H A DGrGLBufferImpl.cpp47 gpu->notifyVertexBufferDelete(fDesc.fID);
H A DGrGpuGL.cpp1317 this->notifyVertexBufferDelete(desc.fID);

Completed in 129 milliseconds