Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLDefines.h721 #define GR_GL_MAP_WRITE_BIT 0x0002 macro
DGrGLGpu.cpp1951 GrGLbitfield writeAccess = GR_GL_MAP_WRITE_BIT; in mapBuffer()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp676 GR_GL_MAP_WRITE_BIT | GR_GL_MAP_INVALIDATE_BUFFER_BIT); in debugGLMapBuffer()