Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fPolygonOffsetTests.cpp126 const int kYmax = deMin32(y + radius, height-1); in compareImages() local
131 for (int kY = kYmin; kY <= kYmax; kY++) in compareImages()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fPolygonOffsetTests.cpp123 const int kYmax = deMin32(y + radius, height-1); in compareImages() local
128 for (int kY = kYmin; kY <= kYmax; kY++) in compareImages()