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()
86 if (sizeof(GrDrawIndexedIndirectCommand) * drawCount > sizeof(fStaticIndirectData)) { in makeDrawIndexedIndirectSpace()88 sizeof(GrDrawIndexedIndirectCommand) * drawCount, sizeof(fStaticIndirectData)); in makeDrawIndexedIndirectSpace()121 char fStaticIndirectData[sizeof(GrDrawIndexedIndirectCommand) * 32];
369 drawCount, sizeof(GrDrawIndexedIndirectCommand))); in onDrawIndexedIndirect()377 offset += sizeof(GrDrawIndexedIndirectCommand); in onDrawIndexedIndirect()395 auto* cmds = reinterpret_cast<const GrDrawIndexedIndirectCommand*>(cpuBuffer->data() + offset); in multiDrawElementsANGLEOrWebGL()
373 sizeof(GrDrawIndexedIndirectCommand);
821 const size_t stride = sizeof(GrDrawIndexedIndirectCommand); in onDrawIndexedIndirect()
511 const size_t stride = sizeof(GrDrawIndexedIndirectCommand);