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

  /external/skia/src/gpu/
GrProcOptInfo.h 61 * If processors before the firstEffectiveProcessorIndex() are removed, corresponding values
65 int firstEffectiveProcessorIndex() const { return fFirstEffectiveProcessorIndex; }
GrPipeline.cpp 43 if (args.fOpts.fColorPOI.firstEffectiveProcessorIndex() != 0) {
85 int firstColorProcessorIdx = args.fOpts.fColorPOI.firstEffectiveProcessorIndex();
GrFragmentProcessor.cpp 354 int firstIdx = info.firstEffectiveProcessorIndex();

Completed in 68 milliseconds