Home
last modified time | relevance | path

Searched defs:hasIndices (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/core/
DSkVerticesPriv.h27 bool hasIndices() const { return SkToBool(fVertices->fIndices); } in hasIndices() function
/third_party/flutter/skia/include/core/
DSkVertices.h217 bool hasIndices() const { return SkToBool(this->indices()); } in hasIndices() function
/third_party/flutter/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp641 SkTArray<uint16_t>* indices, bool hasIndices) { in randomize_params()
673 bool hasIndices = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
/third_party/skia/src/gpu/ops/
DDrawVerticesOp.cpp663 SkTArray<uint16_t>* indices, bool hasIndices) { in randomize_params()
698 bool hasIndices = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h514 bool hasIndices() const { in hasIndices() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1257 bool ConstantExpr::hasIndices() const { in hasIndices() function in ConstantExpr