Searched refs:DrawElementsIndirectCommand (Results 1 – 2 of 2) sorted by relevance
4104 struct DrawElementsIndirectCommand in drawElementsIndirect() struct4113 const DrawElementsIndirectCommand* command; in drawElementsIndirect()4133 …size_t)((const char*)indirect - (const char*)DE_NULL) + sizeof(DrawElementsIndirectCommand) > (siz… in drawElementsIndirect()4137 …command = (const DrawElementsIndirectCommand*)(m_drawIndirectBufferBinding->getData() + ((const ch… in drawElementsIndirect()
5668 struct DrawElementsIndirectCommand in iterate() struct5677 DE_STATIC_ASSERT(sizeof(DrawElementsIndirectCommand) == sizeof(deUint32[5])); in iterate()