Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp90 SkDEBUGCODE(fUsedProcessorFeaturesAllStages_DebugOnly |= CustomFeatures::kSampleLocations); in sampleOffsets()
217 == fUsedProcessorFeaturesAllStages_DebugOnly); in onFinalize()
DGrGLSLFragmentShaderBuilder.h149 CustomFeatures fUsedProcessorFeaturesAllStages_DebugOnly = CustomFeatures::kNone; variable