Home
last modified time | relevance | path

Searched refs:hasTexCoords (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp328 fLocalCoordsType = info.hasTexCoords() ? LocalCoordsType::kExplicit in DrawVerticesOp()
659 SkTArray<SkPoint>* texCoords, bool hasTexCoords, in randomize_params() argument
664 if (hasTexCoords) { in randomize_params()
695 bool hasTexCoords = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
704 &positions, &texCoords, hasTexCoords, &colors, hasColors, &indices, in GR_DRAW_OP_TEST_DEFINE()
709 random, &positions, &texCoords, hasTexCoords, &colors, hasColors, &indices, in GR_DRAW_OP_TEST_DEFINE()
/external/skqp/src/gpu/ops/
DGrDrawVerticesOp.cpp589 SkTArray<SkPoint>* texCoords, bool hasTexCoords, in randomize_params() argument
594 if (hasTexCoords) { in randomize_params()
622 bool hasTexCoords = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
631 &positions, &texCoords, hasTexCoords, &colors, hasColors, &indices, in GR_DRAW_OP_TEST_DEFINE()
636 random, &positions, &texCoords, hasTexCoords, &colors, hasColors, &indices, in GR_DRAW_OP_TEST_DEFINE()
DGrDrawVerticesOp.h114 return fVertices->hasTexCoords() && !fIgnoreTexCoords; in hasExplicitLocalCoords()
/external/skia/src/core/
DSkVerticesPriv.h26 bool hasTexCoords() const { return SkToBool(fVertices->fTexs); } in hasTexCoords() function
DSkCanvas.cpp1729 if (paint.getShader() && !vertices->priv().hasTexCoords()) { in drawVertices()
/external/skqp/src/core/
DSkVertices.cpp312 this->hasTexCoords(), in approximateSize()
336 if (this->hasTexCoords()) { in encode()
352 this->hasTexCoords(), in encode()
/external/skqp/include/core/
DSkVertices.h215 bool hasTexCoords() const { return SkToBool(this->texCoords()); } in hasTexCoords() function
/external/skqp/src/gpu/
DSkGpuDevice.cpp1679 bool hasTexs = vertices->hasTexCoords(); in drawVertices()