Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderIsolines.cpp413 std::vector<float> found_ys; in countIsolines() local
421 …or (std::vector<float>::iterator found_ys_iterator = found_ys.begin(); found_ys_iterator != found_… in countIsolines()
436 found_ys.push_back(vertex_y); in countIsolines()
441 test_result.n_isolines = (unsigned int)found_ys.size(); in countIsolines()