HomeSort by relevance Sort by last modified time
    Searched full:bpoint (Results 1 - 1 of 1) sorted by null

  /external/deqp/modules/gles31/functional/
es31fLayoutBindingTests.cpp 456 const int bpoint = rnd.getInt(minBindingPoint, numBindingPoints-1); local
457 m_bindings.push_back(bpoint);
471 for (int bpoint = 0; bpoint < numBindingPoints/2; ++bpoint)
472 lowBindingPoints.push_back(bpoint);
473 for (int bpoint = numBindingPoints/2; bpoint < numBindingPoints; ++bpoint)
474 highBindingPoints.push_back(bpoint);
483 const int bpoint = lowBindingPoints.back(); local
489 const int bpoint = highBindingPoints.back(); local
    [all...]

Completed in 228 milliseconds