Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLBuffer.cpp177 switch (this->glCaps().mapBufferType()) { in onMap()
244 switch (this->glCaps().mapBufferType()) { in onUnmap()
DGrGLCaps.h298 MapBufferType mapBufferType() const { return fMapBufferType; } in mapBufferType() function