Home
last modified time | relevance | path

Searched refs:SDPDrawArraysIndirectCommand (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderDrawParametersTests.cpp425 const SDPDrawArraysIndirectCommand indirect[] = { in initChild()
436 gl.bufferData(GL_DRAW_INDIRECT_BUFFER, 1 * sizeof(SDPDrawArraysIndirectCommand), indirect, GL_STATIC_DRAW); in initChild()
629 const SDPDrawArraysIndirectCommand indirect[] = { in initChild()
640 gl.bufferData(GL_DRAW_INDIRECT_BUFFER, 3 * sizeof(SDPDrawArraysIndirectCommand), indirect, GL_STATIC_DRAW); in initChild()
656 gl.multiDrawArraysIndirect(GL_TRIANGLE_STRIP, (GLvoid*)0, 3, sizeof(SDPDrawArraysIndirectCommand)); in drawCommand()
743 const SDPDrawArraysIndirectCommand indirect[] = { in initChild()
756 gl.bufferData(GL_DRAW_INDIRECT_BUFFER, 4 * sizeof(SDPDrawArraysIndirectCommand), indirect, GL_STATIC_DRAW); in initChild()
784 gl.multiDrawArraysIndirectCount(GL_TRIANGLE_STRIP, 0, 0, 3, sizeof(SDPDrawArraysIndirectCommand)); in drawCommand()
H A Dgl4cShaderDrawParametersTests.hpp47 } SDPDrawArraysIndirectCommand; typedef

Completed in 3 milliseconds