Searched refs:DrawArraysIndirectCommand (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cDrawIndirectTests.cpp | 213 } DrawArraysIndirectCommand; typedef in glcts::__anon77c8eeec0111::DrawIndirectBase 2004 DrawArraysIndirectCommand indirectArrays = { 0, 0, 0, 0 }; in Run() 2193 DrawArraysIndirectCommand indirectArrays = { 0, 0, 0, 0 }; in Run() 2479 DrawArraysIndirectCommand indirectArrays = { 0, 0, 0, 0 }; in Run() 2848 DrawArraysIndirectCommand indirectArrays = { 0, 0, 0, 0 }; in Run() 2856 …glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawArraysIndirectCommand), &indirectArrays, GL_STATI… in Run() 2941 DrawArraysIndirectCommand indirectArrays = { 0, 0, 0, 0 }; in Run() 2949 …glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawArraysIndirectCommand), &indirectArrays, GL_STATI… in Run() 3038 DrawArraysIndirectCommand indirectArrays = { 0, 0, 0, 0 }; in Run() 3046 …glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawArraysIndirectCommand) * 3, NULL, GL_STATIC_DRAW); in Run() [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cIndirectParametersTests.hpp | 48 } DrawArraysIndirectCommand; typedef
|
D | gl4cIndirectParametersTests.cpp | 350 const DrawArraysIndirectCommand indirect[] = { in init() 381 …gl.bufferData(GL_DRAW_INDIRECT_BUFFER, 2 * sizeof(DrawArraysIndirectCommand), indirect, GL_STATIC_… in init()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4069 struct DrawArraysIndirectCommand in drawArraysIndirect() struct 4077 const DrawArraysIndirectCommand* command; in drawArraysIndirect() 4091 …(size_t)((const char*)indirect - (const char*)DE_NULL) + sizeof(DrawArraysIndirectCommand) > (size… in drawArraysIndirect() 4095 …command = (const DrawArraysIndirectCommand*)(m_drawIndirectBufferBinding->getData() + ((const char… in drawArraysIndirect()
|
/external/deqp/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 5643 struct DrawArraysIndirectCommand in iterate() struct 5651 DE_STATIC_ASSERT(sizeof(DrawArraysIndirectCommand) == sizeof(deUint32[4])); in iterate()
|