Searched refs:hasTexCoords (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrDrawVerticesOp.cpp | 355 SkTArray<SkPoint>* texCoords, bool hasTexCoords, in randomize_params() argument 360 if (hasTexCoords) { in randomize_params() 388 bool hasTexCoords = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local 398 &positions, &texCoords, hasTexCoords, &colors, hasColors, &indices, in GR_DRAW_OP_TEST_DEFINE() 403 random, &positions, &texCoords, hasTexCoords, &colors, hasColors, &indices, in GR_DRAW_OP_TEST_DEFINE()
|
D | GrDrawVerticesOp.h | 82 return fVertices->hasTexCoords() && !fIgnoreTexCoords; in hasExplicitLocalCoords()
|
/external/skia/src/core/ |
D | SkVertices.cpp | 144 Sizes sizes(fVertexCnt, fIndexCnt, this->hasTexCoords(), this->hasColors()); in approximateSize() 163 if (this->hasTexCoords()) { in encode() 170 Sizes sizes(fVertexCnt, fIndexCnt, this->hasTexCoords(), this->hasColors()); in encode()
|
/external/skia/include/core/ |
D | SkVertices.h | 85 bool hasTexCoords() const { return SkToBool(this->texCoords()); } in hasTexCoords() function
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 1623 bool hasTexs = vertices->hasTexCoords(); in drawVertices()
|