Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcTextureRepeatModeTests.cpp763 TestArea check_area = { 0, width, 0, height }; in verifyClampToEdge() local
776 if (i >= check_area.left || h >= check_area.top) in verifyClampToEdge()
789 if (i < check_area.right || h >= check_area.top) in verifyClampToEdge()
805 if (i >= check_area.left || h < check_area.bottom) in verifyClampToEdge()
818 if (i < check_area.right || h < check_area.bottom) in verifyClampToEdge()