Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrPipeline.cpp51 int numTotalProcessors = fNumColorProcessors + in GrPipeline() local
54 fFragmentProcessors.reset(numTotalProcessors); in GrPipeline()
68 for (int i = 0; i < numTotalProcessors; ++i) { in GrPipeline()
/third_party/skia/src/gpu/
DGrPipeline.cpp40 int numTotalProcessors = fNumColorProcessors + in GrPipeline() local
43 fFragmentProcessors.reset(numTotalProcessors); in GrPipeline()