Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrContext.cpp711 bool hasColors, in set_vertex_attributes() argument
719 if (hasLocalCoords && hasColors) { in set_vertex_attributes()
727 } else if (hasColors) { in set_vertex_attributes()
759 if (this->hasColors()) { in getInvariantOutputColor()
788 set_vertex_attributes(this->hasLocalCoords(), this->hasColors(), &colorOffset, in generateGeometry()
806 + (this->hasColors() ? sizeof(GrColor) : 0)); in generateGeometry()
848 if (this->hasColors()) { in generateGeometry()
922 bool hasColors() const { return fBatch.fHasColors; } in hasColors() function in DrawVerticesBatch
942 if (this->hasColors() != that->hasColors()) { in onCombineIfPossible()
954 if (!this->hasColors() && this->color() != that->color()) { in onCombineIfPossible()
[all …]
/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()