Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fLayoutBindingTests.cpp565 const int bpoint = rnd.getInt(minBindingPoint, numBindingPoints-1); in initBindingPoints() local
566 m_bindings.push_back(bpoint); in initBindingPoints()
580 for (int bpoint = 0; bpoint < numBindingPoints/2; ++bpoint) in initBindingPoints()
581 lowBindingPoints.push_back(bpoint); in initBindingPoints()
582 for (int bpoint = numBindingPoints/2; bpoint < numBindingPoints; ++bpoint) in initBindingPoints()
583 highBindingPoints.push_back(bpoint); in initBindingPoints()
592 const int bpoint = lowBindingPoints.back(); initBindingPoints() local
598 const int bpoint = highBindingPoints.back(); initBindingPoints() local
[all...]

Completed in 2 milliseconds