Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLBufferImpl.cpp110 static const GrGLbitfield kAccess = GR_GL_MAP_INVALIDATE_BUFFER_BIT | in map() local
114 MapBufferRange(fBufferType, 0, fGLSizeInBytes, kAccess)); in map()