Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp2015 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 }; in Run() local
2044 indirectElements.count = static_cast<GLuint>(coords.size()); in Run()
2045 indirectElements.primCount = 1; in Run()
2046 indirectElements.firstIndex = 0; in Run()
2047 indirectElements.baseVertex = 0; in Run()
2048 indirectElements.reservedMustBeZero = 0; in Run()
2059 …glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(indirectElements), &indirectElements, GL_STATIC_DRAW); in Run()
2204 DrawElementsIndirectCommand indirectElements = { 0, 0, 0, 0, 0 }; in Run() local
2233 indirectElements.count = static_cast<GLuint>(coords.size()); in Run()
2234 indirectElements.primCount = 4; in Run()
[all …]