Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/ops/
DDrawAtlasOp.cpp70 bool hasColors() const { return fHasColors; } in hasColors() function in __anon3a9bfbb80111::DrawAtlasOpImpl
92 bool hasColors, in make_gp()
362 bool hasColors) { in randomize_params()
379 bool hasColors = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
DDrawMeshOp.cpp724 static SkMeshSpecification* make_vertices_spec(bool hasColors, bool hasTex) { in make_vertices_spec()
/external/skia/src/core/
DSkVerticesPriv.h25 bool hasColors() const { return SkToBool(fVertices->fColors); } in hasColors() function
DSkVertices.cpp101 bool hasColors = SkToBool(builderFlags & SkVertices::kHasColors_BuilderFlag); in Builder() local
278 const bool hasColors = SkToBool(packed & kHasColors_Mask); in Decode() local
/external/skia/src/gpu/graphite/
DRendererProvider.h51 const Renderer* vertices(SkVertices::VertexMode mode, bool hasColors, bool hasTexCoords) const { in vertices()
/external/clang/tools/diagtool/
DTreeView.cpp26 static bool hasColors(const llvm::raw_ostream &out) { in hasColors() function
/external/skia/src/gpu/ganesh/
DDevice.cpp156 bool hasColors, in init_vertices_paint()