Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp1195 static const char* kMapBufferTypeStr[] = { in onDumpJSON() local
1205 static_assert(SK_ARRAY_COUNT(kMapBufferTypeStr) == kLast_MapBufferType + 1); in onDumpJSON()
1210 writer->appendString("Map Buffer Type", kMapBufferTypeStr[fMapBufferType]); in onDumpJSON()