Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrContext.cpp894 fBatch.fHasColors = true; in DrawVerticesBatch()
896 fBatch.fHasColors = false; in DrawVerticesBatch()
922 bool hasColors() const { return fBatch.fHasColors; } in hasColors()
976 bool fHasColors; member