Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderDrawParametersTests.cpp470 const SDPDrawElementsIndirectCommand indirect[] = { in initChild()
481 …gl.bufferData(GL_DRAW_INDIRECT_BUFFER, 1 * sizeof(SDPDrawElementsIndirectCommand), indirect, GL_ST… in initChild()
682 const SDPDrawElementsIndirectCommand indirect[] = { in initChild()
693 …gl.bufferData(GL_DRAW_INDIRECT_BUFFER, 3 * sizeof(SDPDrawElementsIndirectCommand), indirect, GL_ST… in initChild()
710 sizeof(SDPDrawElementsIndirectCommand)); in drawCommand()
813 const SDPDrawElementsIndirectCommand indirect[] = { in initChild()
826 …gl.bufferData(GL_DRAW_INDIRECT_BUFFER, 3 * sizeof(SDPDrawElementsIndirectCommand), indirect, GL_ST… in initChild()
855 sizeof(SDPDrawElementsIndirectCommand)); in drawCommand()
Dgl4cShaderDrawParametersTests.hpp56 } SDPDrawElementsIndirectCommand; typedef