Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrProcOptInfo.h28 , fFirstEffectiveProcessorIndex(0) in GrProcOptInfo()
65 int firstEffectiveProcessorIndex() const { return fFirstEffectiveProcessorIndex; } in firstEffectiveProcessorIndex()
87 int fFirstEffectiveProcessorIndex; variable
DGrProcOptInfo.cpp40 fFirstEffectiveProcessorIndex = 0; in internalCalc()
51 fFirstEffectiveProcessorIndex = i; in internalCalc()
60 fFirstEffectiveProcessorIndex = i + 1; in internalCalc()