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

/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp124 const int kYmax = deMin32(y + radius, height-1); local
129 for (int kY = kYmin; kY <= kYmax; kY++)
/external/deqp/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp127 const int kYmax = deMin32(y + radius, height-1); local
132 for (int kY = kYmin; kY <= kYmax; kY++)

Completed in 76 milliseconds