HomeSort by relevance Sort by last modified time
    Searched refs:hasIndices (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/skia/src/gpu/ops/
GrDrawVerticesOp.cpp 264 if (fMeshes[0].fVertices->hasIndices() != that->fMeshes[0].fVertices->hasIndices()) {
358 SkTArray<uint16_t>* indices, bool hasIndices) {
367 if (hasIndices) {
390 bool hasIndices = random->nextBool();
400 hasIndices);
405 hasIndices);
415 hasIndices ? indices.count() : 0,
GrDrawVerticesOp.h 97 return fMeshes[0].fVertices->hasIndices();
  /external/skqp/src/gpu/ops/
GrDrawVerticesOp.cpp 264 if (fMeshes[0].fVertices->hasIndices() != that->fMeshes[0].fVertices->hasIndices()) {
358 SkTArray<uint16_t>* indices, bool hasIndices) {
367 if (hasIndices) {
390 bool hasIndices = random->nextBool();
400 hasIndices);
405 hasIndices);
415 hasIndices ? indices.count() : 0,
GrDrawVerticesOp.h 97 return fMeshes[0].fVertices->hasIndices();
  /external/skia/include/core/
SkVertices.h 88 bool hasIndices() const { return SkToBool(this->indices()); }
  /external/skqp/include/core/
SkVertices.h 88 bool hasIndices() const { return SkToBool(this->indices()); }
  /external/llvm/lib/IR/
ConstantsContext.h 460 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {}
466 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {
491 if (Indexes != (CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()))
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 229 if (EV->hasIndices())
  /external/swiftshader/third_party/LLVM/include/llvm/
Operator.h 272 bool hasIndices() const {
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
IPConstantPropagation.cpp 258 if (EV->hasIndices())
  /external/llvm/include/llvm/IR/
Operator.h 415 bool hasIndices() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 446 bool hasIndices() const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Operator.h 447 bool hasIndices() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Operator.h 447 bool hasIndices() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Operator.h 447 bool hasIndices() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Operator.h 447 bool hasIndices() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Operator.h 447 bool hasIndices() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Operator.h 447 bool hasIndices() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 446 bool hasIndices() const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Operator.h 447 bool hasIndices() const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Operator.h 447 bool hasIndices() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Operator.h 447 bool hasIndices() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Operator.h 447 bool hasIndices() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Operator.h 447 bool hasIndices() const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Operator.h 447 bool hasIndices() const {

Completed in 663 milliseconds

1 2 3