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

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

Completed in 82 milliseconds