Searched refs:meshCount (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/ |
D | GrGpuCommandBuffer.cpp | 43 int meshCount, in draw() argument 47 for (int i = 0; i < meshCount; ++i) { in draw() 64 this->onDraw(pipeline, primProc, meshes, dynamicStates, meshCount, bounds); in draw()
|
D | GrGpuCommandBuffer.h | 74 int meshCount, 106 int meshCount,
|
/external/skia/src/gpu/gl/ |
D | GrGLGpuCommandBuffer.h | 56 int meshCount, in onDraw() argument 63 fGpu->draw(pipeline, primProc, mesh, dynamicStates, meshCount); in onDraw()
|
D | GrGLGpu.h | 105 int meshCount);
|
D | GrGLGpu.cpp | 2503 int meshCount) { in draw() argument 2507 for (int i = 0; i < meshCount; ++i) { in draw() 2517 for (int i = 0; i < meshCount; ++i) { in draw()
|
/external/skia/src/gpu/mock/ |
D | GrMockGpuCommandBuffer.h | 28 const GrPipeline::DynamicState[], int meshCount, const SkRect& bounds) override { in onDraw() argument
|
/external/skia/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.h | 63 int meshCount,
|
D | GrVkGpuCommandBuffer.cpp | 550 int meshCount, in onDraw() argument 558 if (!meshCount) { in onDraw() 581 for (int i = 0; i < meshCount; ++i) { in onDraw()
|