Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrDrawAtlasOp.cpp56 bool hasColors() const { return fHasColors; } in hasColors() function in __anon0c3674a70111::DrawAtlasOp
77 bool hasColors, in make_gp()
313 bool hasColors) { in randomize_params()
330 bool hasColors = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
DGrDrawVerticesOp.cpp641 SkTArray<uint32_t>* colors, bool hasColors, in randomize_params()
675 bool hasColors = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
/external/skqp/src/gpu/ops/
DGrDrawAtlasOp.cpp17 bool hasColors, in make_gp()
233 bool hasColors) { in randomize_params()
250 bool hasColors = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
DGrDrawAtlasOp.h58 bool hasColors() const { return fHasColors; } in hasColors() function
DGrDrawVerticesOp.cpp590 SkTArray<uint32_t>* colors, bool hasColors, in randomize_params()
624 bool hasColors = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
/external/clang/tools/diagtool/
DTreeView.cpp26 static bool hasColors(const llvm::raw_ostream &out) { in hasColors() function
/external/skia/src/core/
DSkVertices.cpp97 bool hasColors = SkToBool(builderFlags & SkVertices::kHasColors_BuilderFlag); in Builder() local
394 const bool hasColors = SkToBool(packed & kHasColors_Mask); in Decode() local
/external/skqp/src/core/
DSkVertices.cpp97 bool hasColors = SkToBool(builderFlags & SkVertices::kHasColors_BuilderFlag); in Builder() local
394 const bool hasColors = SkToBool(packed & kHasColors_Mask); in Decode() local
/external/skia/include/core/
DSkVertices.h214 bool hasColors() const { return SkToBool(this->colors()); } in hasColors() function
/external/skqp/include/core/
DSkVertices.h214 bool hasColors() const { return SkToBool(this->colors()); } in hasColors() function
/external/skia/src/gpu/
DSkGpuDevice.cpp1423 bool hasTexs, bool hasColors, GrPaint* grPaint) { in init_vertices_paint()
1518 bool hasColors = vertices->hasColors(); in drawVertices() local
/external/skqp/src/gpu/
DSkGpuDevice.cpp1583 bool hasTexs, bool hasColors, GrPaint* grPaint) { in init_vertices_paint()
1678 bool hasColors = vertices->hasColors(); in drawVertices() local