Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h241 MapBufferType mapBufferType() const { return fMapBufferType; } in mapBufferType()
391 MapBufferType fMapBufferType; variable
DGrGLCaps.cpp26 fMapBufferType = kNone_MapBufferType; in GrGLCaps()
356 fMapBufferType = kMapBufferRange_MapBufferType; in init()
358 fMapBufferType = kMapBuffer_MapBufferType; in init()
365 fMapBufferType = kMapBufferRange_MapBufferType; in init()
368 fMapBufferType = kChromium_MapBufferType; in init()
371 fMapBufferType = kMapBuffer_MapBufferType; in init()
531 fMapBufferType = kChromium_MapBufferType; in init()
1022 r.appendf("Map Buffer Type: %s\n", kMapBufferTypeStr[fMapBufferType]); in dump()