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

  /external/skia/src/gpu/ops/
GrDefaultPathRenderer.cpp 238 const int kMinIndicesPerChunk = GrPathUtils::kMaxPointsPerCurve * this->indexScale();
241 fIndices = fTarget->makeIndexSpaceAtLeast(kMinIndicesPerChunk, kFallbackIndicesPerChunk,
  /external/skqp/src/gpu/ops/
GrDefaultPathRenderer.cpp 238 const int kMinIndicesPerChunk = GrPathUtils::kMaxPointsPerCurve * this->indexScale();
241 fIndices = fTarget->makeIndexSpaceAtLeast(kMinIndicesPerChunk, kFallbackIndicesPerChunk,

Completed in 163 milliseconds