Searched refs:fallbackVertexCount (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrOpFlushState.cpp | 191 int fallbackVertexCount, sk_sp<const GrBuffer>* buffer, in makeVertexSpaceAtLeast() argument 193 return fVertexPool.makeSpaceAtLeast(vertexSize, minVertexCount, fallbackVertexCount, buffer, in makeVertexSpaceAtLeast()
|
D | GrBufferAllocPool.cpp | 447 int fallbackVertexCount, in makeSpaceAtLeast() argument 451 SkASSERT(fallbackVertexCount >= minVertexCount); in makeSpaceAtLeast() 459 SkSafeMath::Mul(vertexSize, fallbackVertexCount), in makeSpaceAtLeast()
|
D | GrMeshDrawTarget.h | 69 int fallbackVertexCount, sk_sp<const GrBuffer>*,
|
D | GrBufferAllocPool.h | 239 int fallbackVertexCount,
|
D | GrOpFlushState.h | 135 void* makeVertexSpaceAtLeast(size_t vertexSize, int minVertexCount, int fallbackVertexCount,
|
/third_party/flutter/skia/src/gpu/ |
D | GrOpFlushState.cpp | 176 int fallbackVertexCount, sk_sp<const GrBuffer>* buffer, in makeVertexSpaceAtLeast() argument 178 return fVertexPool.makeSpaceAtLeast(vertexSize, minVertexCount, fallbackVertexCount, buffer, in makeVertexSpaceAtLeast()
|
D | GrBufferAllocPool.cpp | 459 int fallbackVertexCount, in makeSpaceAtLeast() argument 463 SkASSERT(fallbackVertexCount >= minVertexCount); in makeSpaceAtLeast() 471 SkSafeMath::Mul(vertexSize, fallbackVertexCount), in makeSpaceAtLeast()
|
D | GrBufferAllocPool.h | 238 int fallbackVertexCount,
|
D | GrOpFlushState.h | 92 void* makeVertexSpaceAtLeast(size_t vertexSize, int minVertexCount, int fallbackVertexCount,
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrMeshDrawOp.h | 121 int fallbackVertexCount, sk_sp<const GrBuffer>*,
|
/third_party/skia/src/gpu/mock/ |
D | GrMockOpTarget.h | 57 void* makeVertexSpaceAtLeast(size_t vertexSize, int minVertexCount, int fallbackVertexCount, in makeVertexSpaceAtLeast() argument
|