Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fReadPixelsTests.cpp127 const int coordY1 = (int)((-0.5f * (float)reference.getHeight() / 2.0f) + (float)reference.getHeight() / 2.0f); in render() local
138 if (y >= coordY1 && y <= coordY2) in render()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fReadPixelsTests.cpp180 const int coordY1 = (int)((-0.5f * (float)reference.getHeight() / 2.0f) + (float)reference.getHeight() / 2.0f); in render() local
191 if (y >= coordY1 && y <= coordY2) in render()

Completed in 3 milliseconds