Home
last modified time | relevance | path

Searched refs:GrDrawIndexedIndirectCommand (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/gpu/
DGrDrawIndirectCommand.h23 struct GrDrawIndexedIndirectCommand { struct
31 static_assert(sizeof(GrDrawIndexedIndirectCommand) == 20, argument
77 : fData(static_cast<GrDrawIndexedIndirectCommand*>(data)) {} in GrDrawIndexedIndirectWriter()
100 GrDrawIndexedIndirectCommand* fData;
DGrBufferAllocPool.h335 drawCount * sizeof(GrDrawIndexedIndirectCommand), 4, buffer, offset); in makeIndexedSpace()
339 this->GrBufferAllocPool::putBack(drawCount * sizeof(GrDrawIndexedIndirectCommand)); in putBackIndexed()
DGrOpsRenderPass.cpp310 auto* cmds = reinterpret_cast<const GrDrawIndexedIndirectCommand*>( in drawIndexedIndirect()
/third_party/skia/src/gpu/mock/
DGrMockOpTarget.h86 if (sizeof(GrDrawIndexedIndirectCommand) * drawCount > sizeof(fStaticIndirectData)) { in makeDrawIndexedIndirectSpace()
88 sizeof(GrDrawIndexedIndirectCommand) * drawCount, sizeof(fStaticIndirectData)); in makeDrawIndexedIndirectSpace()
121 char fStaticIndirectData[sizeof(GrDrawIndexedIndirectCommand) * 32];
/third_party/skia/src/gpu/gl/
DGrGLOpsRenderPass.cpp369 drawCount, sizeof(GrDrawIndexedIndirectCommand))); in onDrawIndexedIndirect()
377 offset += sizeof(GrDrawIndexedIndirectCommand); in onDrawIndexedIndirect()
395 auto* cmds = reinterpret_cast<const GrDrawIndexedIndirectCommand*>(cpuBuffer->data() + offset); in multiDrawElementsANGLEOrWebGL()
/third_party/skia/tests/
DGrMeshTest.cpp373 sizeof(GrDrawIndexedIndirectCommand);
/third_party/skia/src/gpu/vk/
DGrVkOpsRenderPass.cpp821 const size_t stride = sizeof(GrDrawIndexedIndirectCommand); in onDrawIndexedIndirect()
/third_party/skia/src/gpu/mtl/
DGrMtlOpsRenderPass.mm511 const size_t stride = sizeof(GrDrawIndexedIndirectCommand);