Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLInterface.cpp32 newInterface->fFunctions.fPushGroupMarker = pushGroupMarkerFn; in GrGLInterfaceAddTestDebugMarker()
457 nullptr == fFunctions.fPushGroupMarker || in validate()
DGrGLCreateNullInterface.cpp425 functions->fPushGroupMarker = noOpGLPushGroupMarker; in GrGLCreateNullInterface()
DSkNullGLContext.cpp474 functions->fPushGroupMarker = noOpGLPushGroupMarker; in create_null_interface()
DGrGLAssembleInterface.cpp749 nullptr == functions->fPushGroupMarker || in GrGLAssembleGLESInterface()
/external/skia/include/gpu/gl/
DGrGLInterface.h236 GrGLFunction<GrGLPushGroupMarkerProc> fPushGroupMarker; member