Home
last modified time | relevance | path

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

/external/skia/include/gpu/gl/
DGrGLInterface.h231 GrGLFunction<GrGLMapBufferRangeProc> fMapBufferRange; member
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp422 functions->fMapBufferRange = nullGLMapBufferRange; in GrGLCreateNullInterface()
DSkNullGLContext.cpp471 functions->fMapBufferRange = nullGLMapBufferRange; in create_null_interface()
DGrGLInterface.cpp495 if (nullptr == fFunctions.fMapBufferRange || in validate()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp915 functions->fMapBufferRange = debugGLMapBufferRange; in GrGLCreateDebugInterface()