HomeSort by relevance Sort by last modified time
    Searched refs:hasTexCoords (Results 1 - 5 of 5) sorted by null

  /external/skia/include/core/
SkVertices.h 85 bool hasTexCoords() const { return SkToBool(this->texCoords()); }
  /external/skia/src/gpu/ops/
GrDrawVerticesOp.h 82 return fVertices->hasTexCoords() && !fIgnoreTexCoords;
GrDrawVerticesOp.cpp 355 SkTArray<SkPoint>* texCoords, bool hasTexCoords,
360 if (hasTexCoords) {
388 bool hasTexCoords = random->nextBool();
398 &positions, &texCoords, hasTexCoords, &colors, hasColors, &indices,
403 random, &positions, &texCoords, hasTexCoords, &colors, hasColors, &indices,
  /external/skia/src/core/
SkVertices.cpp 144 Sizes sizes(fVertexCnt, fIndexCnt, this->hasTexCoords(), this->hasColors());
163 if (this->hasTexCoords()) {
170 Sizes sizes(fVertexCnt, fIndexCnt, this->hasTexCoords(), this->hasColors());
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]

Completed in 167 milliseconds