Home
last modified time | relevance | path

Searched defs:y2i (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
DteglPreservingSwapTests.cpp219 const int y2i = (int)(((float)py/2.0f) * y2 + (float)oy); in render() local
266 const int y2i = (int)((py/2.0) * y2 + oy); in render() local
508 const int y2i = (int)(((float)py/2.0f) * postSwapY2 + (float)oy); in iterate() local