Searched defs:notifyVertexBufferDelete (Results 1 - 4 of 4) 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);
/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);

Completed in 179 milliseconds