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

  /external/skia/src/core/
SkVertices.cpp 24 Sizes(int vertexCount, int indexCount, bool hasTexs, bool hasColors) {
26 int64_t tSize = hasTexs ? (int64_t)vertexCount * sizeof(SkPoint) : 0;
55 bool hasTexs = SkToBool(builderFlags & SkVertices::kHasTexCoords_BuilderFlag);
58 SkVertices::Sizes(vertexCount, indexCount, hasTexs, hasColors));
200 const bool hasTexs = SkToBool(packed & kHasTexs_Mask);
202 Sizes sizes(vertexCount, indexCount, hasTexs, hasColors);
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]

Completed in 156 milliseconds