Searched refs:hasTexCoords (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrDrawVerticesOp.cpp | 328 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/ |
D | GrDrawVerticesOp.cpp | 589 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()
|
D | GrDrawVerticesOp.h | 114 return fVertices->hasTexCoords() && !fIgnoreTexCoords; in hasExplicitLocalCoords()
|
/external/skia/src/core/ |
D | SkVerticesPriv.h | 26 bool hasTexCoords() const { return SkToBool(fVertices->fTexs); } in hasTexCoords() function
|
D | SkCanvas.cpp | 1729 if (paint.getShader() && !vertices->priv().hasTexCoords()) { in drawVertices()
|
/external/skqp/src/core/ |
D | SkVertices.cpp | 312 this->hasTexCoords(), in approximateSize() 336 if (this->hasTexCoords()) { in encode() 352 this->hasTexCoords(), in encode()
|
/external/skqp/include/core/ |
D | SkVertices.h | 215 bool hasTexCoords() const { return SkToBool(this->texCoords()); } in hasTexCoords() function
|
/external/skqp/src/gpu/ |
D | SkGpuDevice.cpp | 1679 bool hasTexs = vertices->hasTexCoords(); in drawVertices()
|