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

  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 123 const int kYmin = deMax32(y - radius, 0);
129 for (int kY = kYmin; kY <= kYmax; kY++)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 126 const int kYmin = deMax32(y - radius, 0);
132 for (int kY = kYmin; kY <= kYmax; kY++)
    [all...]

Completed in 843 milliseconds