Home
last modified time | relevance | path

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

/third_party/libinput/test/
Dtest-misc.c813 bool found_x = false, found_y = false, in START_TEST() local
833 found_y = true; in START_TEST()
850 ck_assert(found_y); in START_TEST()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderIsolines.cpp424 float& found_y = *found_ys_iterator; in countIsolines() local
426 if (de::abs(vertex_y - found_y) < epsilon) in countIsolines()