HomeSort by relevance Sort by last modified time
    Searched defs:offsetDirection (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 524 const bool offsetDirection = rnd.getBool();
525 const float offset = offsetDirection ? -1.0f : 1.0f;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 527 const bool offsetDirection = rnd.getBool();
528 const float offset = offsetDirection ? -1.0f : 1.0f;
    [all...]

Completed in 430 milliseconds