Home
last modified time | relevance | path

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

/external/skia/src/gpu/batches/
DGrDrawAtlasBatch.cpp23 (this->hasColors() ? sizeof(GrColor) : 0); in initBatchTracker()
39 static const GrGeometryProcessor* set_vertex_attributes(bool hasColors, in set_vertex_attributes() argument
45 if (hasColors) { in set_vertex_attributes()
56 SkAutoTUnref<const GrGeometryProcessor> gp(set_vertex_attributes(this->hasColors(), in onPrepareDraws()
66 + (this->hasColors() ? sizeof(GrColor) : 0)); in onPrepareDraws()
182 if (this->hasColors() != that->hasColors()) { in onCombineIfPossible()
186 if (!this->hasColors() && this->color() != that->color()) { in onCombineIfPossible()
234 SkTArray<GrColor>* colors, bool hasColors) { in randomize_params() argument
238 if (hasColors) { in randomize_params()
251 bool hasColors = random->nextBool(); in DRAW_BATCH_TEST_DEFINE() local
[all …]
DGrDrawVerticesBatch.cpp258 SkTArray<GrColor>* colors, bool hasColors, in randomize_params() argument
265 if (hasColors) { in randomize_params()
287 bool hasColors = random->nextBool(); in DRAW_BATCH_TEST_DEFINE() local
297 &colors, hasColors, in DRAW_BATCH_TEST_DEFINE()
305 &colors, hasColors, in DRAW_BATCH_TEST_DEFINE()
DGrDrawAtlasBatch.h36 if (this->hasColors()) { in computePipelineOptimizations()
57 bool hasColors() const { return fHasColors; } in hasColors() function
/external/clang/tools/diagtool/
DTreeView.cpp26 static bool hasColors(const llvm::raw_ostream &out) { in hasColors() function
39 : out(out), ShowColors(hasColors(out)), FlagsOnly(false) {} in TreePrinter()