OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyIndexBufferDelete
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h
93
void
notifyIndexBufferDelete
(GrGLuint id) {
94
fHWGeometryState.
notifyIndexBufferDelete
(id);
354
void
notifyIndexBufferDelete
(GrGLuint id) {
360
fVBOVertexArray->
notifyIndexBufferDelete
(id);
GrGLVertexArray.cpp
114
void GrGLVertexArray::
notifyIndexBufferDelete
(GrGLuint bufferID) {
GrGLVertexArray.h
150
void
notifyIndexBufferDelete
(GrGLuint bufferID);
GrGLBufferImpl.cpp
50
gpu->
notifyIndexBufferDelete
(fDesc.fID);
GrGpuGL.cpp
[
all
...]
Completed in 856 milliseconds