Home
last modified time | relevance | path

Searched refs:mapBufferType (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLBufferImpl.cpp85 switch (gpu->glCaps().mapBufferType()) { in map()
140 switch (gpu->glCaps().mapBufferType()) { in unmap()
DGrGLCaps.h174 MapBufferType mapBufferType() const { return fMapBufferType; } in mapBufferType() function