Home
last modified time | relevance | path

Searched refs:DrawElementsIndirectCommand (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4104 struct DrawElementsIndirectCommand in drawElementsIndirect() struct
4113 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()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp5668 struct DrawElementsIndirectCommand in iterate() struct
5677 DE_STATIC_ASSERT(sizeof(DrawElementsIndirectCommand) == sizeof(deUint32[5])); in iterate()