Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLBuffer.cpp180 case GrGLCaps::kMapBuffer_MapBufferType: { in onMap()
248 case GrGLCaps::kMapBuffer_MapBufferType: // fall through in onUnmap()
DGrGLCaps.h87 kMapBuffer_MapBufferType, // glMapBuffer() enumerator
DGrGLCaps.cpp491 fMapBufferType = kMapBuffer_MapBufferType; in init()
504 fMapBufferType = kMapBuffer_MapBufferType; in init()
1202 static_assert(1 == kMapBuffer_MapBufferType); in onDumpJSON()