Searched defs:DrawElementsIndirectCommand (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cIndirectParametersTests.hpp57 } DrawElementsIndirectCommand; typedef in namespace:gl4cts
/external/deqp/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp222 } DrawElementsIndirectCommand; typedef in class:glcts::__anon4179::DrawIndirectBase
1977 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 };
2166 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 };
2452 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 };
3103 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 };
3118 glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawElementsIndirectCommand), &indirectElements, GL_STATIC_DRAW);
3208 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 };
3223 glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawElementsIndirectCommand), &indirectElements, GL_STATIC_DRAW);
3318 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 };
3333 glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawElementsIndirectCommand),
[all...]

Completed in 361 milliseconds