Home
last modified time | relevance | path

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

/external/skia/src/gpu/instanced/
DInstancedRendering.cpp126 op->fDrawColorsAreSame = true; in recordShape()
414 fDrawColorsAreSame = fDrawColorsAreSame && that->fDrawColorsAreSame && in onCombineIfPossible()
481 if (fDrawColorsAreSame) { in onExecute()
DInstancedRendering.h157 bool fDrawColorsAreSame : 1; variable