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

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cIndirectParametersTests.hpp48 } DrawArraysIndirectCommand; typedef in namespace:gl4cts
/external/deqp/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp213 } DrawArraysIndirectCommand; typedef in class:glcts::__anon4179::DrawIndirectBase
1976 DrawArraysIndirectCommand indirectArrays = { 0, 0, 0, 0 };
2165 DrawArraysIndirectCommand indirectArrays = { 0, 0, 0, 0 };
2451 DrawArraysIndirectCommand indirectArrays = { 0, 0, 0, 0 };
2820 DrawArraysIndirectCommand indirectArrays = { 0, 0, 0, 0 };
2828 glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawArraysIndirectCommand), &indirectArrays, GL_STATIC_DRAW);
2913 DrawArraysIndirectCommand indirectArrays = { 0, 0, 0, 0 };
2921 glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawArraysIndirectCommand), &indirectArrays, GL_STATIC_DRAW);
3010 DrawArraysIndirectCommand indirectArrays = { 0, 0, 0, 0 };
3018 glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawArraysIndirectCommand) *
[all...]

Completed in 125 milliseconds