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

  /external/skia/src/gpu/
GrPipeline.cpp 85 int firstColorProcessorIdx = args.fOpts.fColorPOI.firstEffectiveProcessorIndex();
93 args.fOpts.fCoveragePOI, &firstColorProcessorIdx,
99 pipeline->fNumColorProcessors = builder.numColorFragmentProcessors() - firstColorProcessorIdx;
104 for (int i = firstColorProcessorIdx; i < builder.numColorFragmentProcessors();
184 int* firstColorProcessorIdx,
191 *firstColorProcessorIdx = pipelineBuilder.numColorFragmentProcessors();
GrPipeline.h 176 int* firstColorProcessorIdx,

Completed in 42 milliseconds