Searched refs:meshCount (Results 1 – 13 of 13) sorted by relevance
/external/skqp/src/gpu/ |
D | GrGpuCommandBuffer.cpp | 37 const GrMesh meshes[], int meshCount, const SkRect& bounds) { in draw() argument 40 for (int i = 0; i < meshCount; ++i) { in draw() 63 int n = primProc.numTextureSamplers() * meshCount; in draw() 71 SkASSERT(meshCount >= 1); in draw() 78 for (int j = 1; j < meshCount; ++j) { in draw() 94 this->onDraw(primProc, pipeline, fixedDynamicState, dynamicStateArrays, meshes, meshCount, in draw()
|
D | GrGpuCommandBuffer.h | 102 int meshCount, 153 int meshCount,
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCCoverageProcessor.cpp | 233 const SkIRect scissorRects[], const GrMesh meshes[], int meshCount, in draw() argument 238 cmdBuff->draw(*this, pipeline, nullptr, &dynamicStateArrays, meshes, meshCount, drawBounds); in draw() 244 cmdBuff->draw(cornerProc, pipeline, nullptr, &dynamicStateArrays, meshes, meshCount, in draw()
|
D | GrCCCoverageProcessor.h | 113 int meshCount, const SkRect& drawBounds) const;
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpuCommandBuffer.mm | 112 int meshCount) { 115 for (int i = 0; i < meshCount; ++i) { 154 int meshCount, 156 if (!meshCount) { 164 this->prepareDrawState(primProc, pipeline, fixedDynamicState, meshes, meshCount)); 177 for (int i = 0; i < meshCount; ++i) {
|
D | GrMtlGpuCommandBuffer.h | 77 int meshCount); 84 int meshCount,
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpuCommandBuffer.h | 86 int meshCount, in onDraw() argument 89 dynamicStateArrays, mesh, meshCount); in onDraw()
|
D | GrGLGpu.h | 88 int meshCount);
|
D | GrGLGpu.cpp | 2529 int meshCount) { in draw() argument 2533 for (int i = 0; i < meshCount; ++i) { in draw() 2540 dynamicStateArrays, meshCount, hasPoints)) { in draw() 2550 for (int m = 0; m < meshCount; ++m) { in draw()
|
/external/skqp/src/gpu/mock/ |
D | GrMockGpuCommandBuffer.h | 51 const GrMesh[], int meshCount, const SkRect& bounds) override { in onDraw() argument
|
/external/skqp/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.cpp | 709 int meshCount, in onDraw() argument 711 if (!meshCount) { in onDraw() 737 for (int m = 0, i = 0; m < meshCount; ++m) { in onDraw() 771 for (int i = 0; i < meshCount; ++i) { in onDraw()
|
D | GrVkGpuCommandBuffer.h | 114 int meshCount,
|
/external/skqp/src/gpu/ops/ |
D | GrMeshDrawOp.h | 89 int meshCount) = 0;
|