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

/external/deqp/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp7528 TWrongStructure indirectElements2 = { 0, 0 }; local
7529 indirectElements2.count = static_cast<GLfloat>(coords.size());
7530 indirectElements2.primCount = 1;
7535 glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(TWrongStructure), &indirectElements2, GL_STATIC_DRAW);

Completed in 1057 milliseconds