Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp222 } DrawElementsIndirectCommand; typedef in glcts::__anon77c8eeec0111::DrawIndirectBase
2005 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 }; in Run()
2194 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 }; in Run()
2480 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 }; in Run()
3131 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 }; in Run()
3146 …glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawElementsIndirectCommand), &indirectElements, GL_S… in Run()
3236 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 }; in Run()
3251 …glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawElementsIndirectCommand), &indirectElements, GL_S… in Run()
3346 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 }; in Run()
3361 …glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawElementsIndirectCommand), &indirectElements, GL_S… in Run()
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cIndirectParametersTests.hpp57 } DrawElementsIndirectCommand; typedef
Dgl4cIndirectParametersTests.cpp533 const DrawElementsIndirectCommand indirect[] = { in init()
574 …gl.bufferData(GL_DRAW_INDIRECT_BUFFER, 3 * sizeof(DrawElementsIndirectCommand), indirect, GL_STATI… in init()
/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.cpp5669 struct DrawElementsIndirectCommand in iterate() struct
5678 DE_STATIC_ASSERT(sizeof(DrawElementsIndirectCommand) == sizeof(deUint32[5])); in iterate()