Home
last modified time | relevance | path

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

/external/skia/src/gpu/batches/
DGrDrawAtlasBatch.cpp39 static const GrGeometryProcessor* set_vertex_attributes(bool hasColors, in set_vertex_attributes()
234 SkTArray<GrColor>* colors, bool hasColors) { in randomize_params()
251 bool hasColors = random->nextBool(); in DRAW_BATCH_TEST_DEFINE() local
DGrDrawVerticesBatch.cpp258 SkTArray<GrColor>* colors, bool hasColors, in randomize_params()
287 bool hasColors = random->nextBool(); in DRAW_BATCH_TEST_DEFINE() local
DGrDrawAtlasBatch.h57 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