Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLBuffer.cpp174 case GrGLCaps::kMapBuffer_MapBufferType: { in onMap()
230 case GrGLCaps::kMapBuffer_MapBufferType: // fall through in onUnmap()
DGrGLCaps.h91 kMapBuffer_MapBufferType, // glMapBuffer() enumerator
DGrGLCaps.cpp431 fMapBufferType = kMapBuffer_MapBufferType; in init()
444 fMapBufferType = kMapBuffer_MapBufferType; in init()
1130 GR_STATIC_ASSERT(1 == kMapBuffer_MapBufferType); in onDumpJSON()
/external/skia/src/gpu/gl/
DGrGLBuffer.cpp179 case GrGLCaps::kMapBuffer_MapBufferType: { in onMap()
237 case GrGLCaps::kMapBuffer_MapBufferType: // fall through in onUnmap()
DGrGLCaps.h89 kMapBuffer_MapBufferType, // glMapBuffer() enumerator
DGrGLCaps.cpp466 fMapBufferType = kMapBuffer_MapBufferType; in init()
479 fMapBufferType = kMapBuffer_MapBufferType; in init()
1165 static_assert(1 == kMapBuffer_MapBufferType); in onDumpJSON()