Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp88 SkASSERT(CustomFeatures::kSampleLocations & fProgramBuilder->header().processorFeatures()); in sampleOffsets()
89 SkDEBUGCODE(fUsedProcessorFeaturesThisStage_DebugOnly |= CustomFeatures::kSampleLocations); in sampleOffsets()
90 SkDEBUGCODE(fUsedProcessorFeaturesAllStages_DebugOnly |= CustomFeatures::kSampleLocations); in sampleOffsets()
219 if (CustomFeatures::kSampleLocations & fProgramBuilder->header().processorFeatures()) { in onFinalize()
DGrGLSLProgramBuilder.h44 SkASSERT(GrProcessor::CustomFeatures::kSampleLocations & header().processorFeatures()); in effectiveSampleCnt()
/external/skia/src/gpu/
DGrProcessor.h199 kSampleLocations = 1 << 0, enumerator
DGrProgramDesc.cpp232 if (processorFeatures & GrProcessor::CustomFeatures::kSampleLocations) { in Build()
/external/skia/gm/
Dsamplelocations.cpp62 this->setWillUseCustomFeature(CustomFeatures::kSampleLocations); in SampleLocationsTestProcessor()