Searched refs:fPopGroupMarker (Results 1 – 5 of 5) sorted by relevance
33 newInterface->fFunctions.fPopGroupMarker = popGroupMarkerFn; in GrGLInterfaceAddTestDebugMarker()458 nullptr == fFunctions.fPopGroupMarker) { in validate()
424 functions->fPopGroupMarker = noOpGLPopGroupMarker; in GrGLCreateNullInterface()
473 functions->fPopGroupMarker = noOpGLPopGroupMarker; in create_null_interface()
750 nullptr == functions->fPopGroupMarker) { in GrGLAssembleGLESInterface()
235 GrGLFunction<GrGLPopGroupMarkerProc> fPopGroupMarker; member