Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp90 SkDEBUGCODE(fUsedProcessorFeaturesAllStages_DebugOnly |= CustomFeatures::kSampleLocations); in sampleOffsets()
123 SkDEBUGCODE(fUsedProcessorFeaturesAllStages_DebugOnly |= CustomFeatures::kSampleLocations); in applyFnToMultisampleMask()
283 == fUsedProcessorFeaturesAllStages_DebugOnly); in onFinalize()
DGrGLSLFragmentShaderBuilder.h176 CustomFeatures fUsedProcessorFeaturesAllStages_DebugOnly = CustomFeatures::kNone; variable