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

  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 124 const int kYmax = deMin32(y + radius, height-1);
129 for (int kY = kYmin; kY <= kYmax; kY++)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 127 const int kYmax = deMin32(y + radius, height-1);
132 for (int kY = kYmin; kY <= kYmax; kY++)
    [all...]

Completed in 405 milliseconds