Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/ops/
DDrawAtlasOp.cpp107 bool hasColors() const { return fHasColors; } in hasColors() function in __anon7dfd64e90111::DrawAtlasOpImpl
129 bool hasColors, in make_gp()
410 bool hasColors) { in randomize_params()
427 bool hasColors = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
DDrawMeshOp.cpp947 static SkMeshSpecification* make_vertices_spec(bool hasColors, bool hasTex) { in make_vertices_spec()
/external/skia/src/core/
DSkVerticesPriv.h27 bool hasColors() const { return SkToBool(fVertices->fColors); } in hasColors() function
DSkVertices.cpp109 bool hasColors = SkToBool(builderFlags & SkVertices::kHasColors_BuilderFlag); in Builder() local
319 const bool hasColors = SkToBool(packed & kHasColors_Mask); in Decode() local
/external/clang/tools/diagtool/
DTreeView.cpp26 static bool hasColors(const llvm::raw_ostream &out) { in hasColors() function
/external/skia/src/gpu/graphite/
DRendererProvider.h70 const Renderer* vertices(SkVertices::VertexMode mode, bool hasColors, bool hasTexCoords) const { in vertices()
/external/skia/src/gpu/ganesh/
DDevice.cpp173 bool hasColors, in init_vertices_paint()