HomeSort by relevance Sort by last modified time
    Searched refs:kSampleLocations (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.cpp 88 SkASSERT(CustomFeatures::kSampleLocations & fProgramBuilder->header().processorFeatures());
89 SkDEBUGCODE(fUsedProcessorFeaturesThisStage_DebugOnly |= CustomFeatures::kSampleLocations);
90 SkDEBUGCODE(fUsedProcessorFeaturesAllStages_DebugOnly |= CustomFeatures::kSampleLocations);
219 if (CustomFeatures::kSampleLocations & fProgramBuilder->header().processorFeatures()) {
GrGLSLProgramBuilder.h 44 SkASSERT(GrProcessor::CustomFeatures::kSampleLocations & header().processorFeatures());
  /external/skia/src/gpu/
GrProcessor.h 199 kSampleLocations = 1 << 0,
GrProgramDesc.cpp 232 if (processorFeatures & GrProcessor::CustomFeatures::kSampleLocations) {
  /external/skia/gm/
samplelocations.cpp 62 this->setWillUseCustomFeature(CustomFeatures::kSampleLocations);

Completed in 1264 milliseconds