Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp5007 std::vector<GLuint> uboData; in Run() local
5013 uboData.resize(4 * 4, 0); in Run()
5015 uboData[0] = static_cast<GLuint>(coords.size()); //count in Run()
5016 uboData[4] = 1; //primcount in Run()
5017 uboData[8] = 0; //first in Run()
5018 uboData[12] = 0; //mbz in Run()
5023 uboData.resize(4 * 5, 0); in Run()
5024 uboData[0] = static_cast<GLuint>(coords.size()); //count in Run()
5025 uboData[4] = 1; //primcount in Run()
5026 uboData[8] = 0; //firstindex in Run()
[all …]