Searched refs:GrDrawIndexedIndirectCommand (Results 1 – 8 of 8) sorted by relevance
23 struct GrDrawIndexedIndirectCommand { struct31 static_assert(sizeof(GrDrawIndexedIndirectCommand) == 20, argument77 : fData(static_cast<GrDrawIndexedIndirectCommand*>(data)) {} in GrDrawIndexedIndirectWriter()100 GrDrawIndexedIndirectCommand* fData;
335 drawCount * sizeof(GrDrawIndexedIndirectCommand), 4, buffer, offset); in makeIndexedSpace()339 this->GrBufferAllocPool::putBack(drawCount * sizeof(GrDrawIndexedIndirectCommand)); in putBackIndexed()
310 auto* cmds = reinterpret_cast<const GrDrawIndexedIndirectCommand*>( in drawIndexedIndirect()
84 if (sizeof(GrDrawIndexedIndirectCommand) * drawCount > sizeof(fStaticIndirectData)) { in makeDrawIndexedIndirectSpace()86 sizeof(GrDrawIndexedIndirectCommand) * drawCount, sizeof(fStaticIndirectData)); in makeDrawIndexedIndirectSpace()119 char fStaticIndirectData[sizeof(GrDrawIndexedIndirectCommand) * 32];
354 drawCount, sizeof(GrDrawIndexedIndirectCommand))); in onDrawIndexedIndirect()362 offset += sizeof(GrDrawIndexedIndirectCommand); in onDrawIndexedIndirect()380 auto* cmds = reinterpret_cast<const GrDrawIndexedIndirectCommand*>(cpuBuffer->data() + offset); in multiDrawElementsANGLEOrWebGL()
374 sizeof(GrDrawIndexedIndirectCommand);
397 const size_t stride = sizeof(GrDrawIndexedIndirectCommand);
821 const size_t stride = sizeof(GrDrawIndexedIndirectCommand); in onDrawIndexedIndirect()