Searched refs:SDPDrawElementsIndirectCommand (Results 1 – 2 of 2) sorted by relevance
470 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()
56 } SDPDrawElementsIndirectCommand; typedef