Home
last modified time | relevance | path

Searched refs:kMapBufferRange_MapBufferType (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLBuffer.cpp195 case GrGLCaps::kMapBufferRange_MapBufferType: { in onMap()
249 case GrGLCaps::kMapBufferRange_MapBufferType: { in onUnmap()
DGrGLCaps.h88 kMapBufferRange_MapBufferType, // glMapBufferRange() enumerator
DGrGLCaps.cpp489 fMapBufferType = kMapBufferRange_MapBufferType; in init()
501 fMapBufferType = kMapBufferRange_MapBufferType; in init()
1203 static_assert(2 == kMapBufferRange_MapBufferType); in onDumpJSON()