Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp7556 TWrongStructure indirectElements2 = { 0, 0 }; in Run() local
7557 indirectElements2.count = static_cast<GLfloat>(coords.size()); in Run()
7558 indirectElements2.primCount = 1; in Run()
7563 …glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(TWrongStructure), &indirectElements2, GL_STATIC_DRAW); in Run()