Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLInterface.cpp33 newInterface->fFunctions.fPopGroupMarker = popGroupMarkerFn; in GrGLInterfaceAddTestDebugMarker()
458 nullptr == fFunctions.fPopGroupMarker) { in validate()
DGrGLCreateNullInterface.cpp424 functions->fPopGroupMarker = noOpGLPopGroupMarker; in GrGLCreateNullInterface()
DSkNullGLContext.cpp473 functions->fPopGroupMarker = noOpGLPopGroupMarker; in create_null_interface()
DGrGLAssembleInterface.cpp750 nullptr == functions->fPopGroupMarker) { in GrGLAssembleGLESInterface()
/external/skia/include/gpu/gl/
DGrGLInterface.h235 GrGLFunction<GrGLPopGroupMarkerProc> fPopGroupMarker; member