Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.hpp277 glw::GLint expected_n_num_levels; member
293 expected_n_num_levels = 0; in _test_run()
Dgl4cTextureViewTests.cpp2843 new_test_run.expected_n_num_levels = n_levels_needed; in initTestRuns()
2867 new_test_run.expected_n_num_levels = 1; in initTestRuns()
2886 new_test_run.expected_n_num_levels = 1; in initTestRuns()
2897 new_test_run.expected_n_num_levels = 1; in initTestRuns()
3018 new_test_run.expected_n_num_levels = parent_num_levels - n_min_level; in initTestRuns()
3022 new_test_run.expected_n_num_levels = n_num_levels; in initTestRuns()
3231 …if (de::abs(query_texture_view_num_levels_value_float - (float)test_run.expected_n_num_levels) > e… in iterate()
3235 << "(expected: " << test_run.expected_n_num_levels in iterate()
3242 if (query_texture_view_num_levels_value_int != test_run.expected_n_num_levels) in iterate()
3246 << "(expected: " << test_run.expected_n_num_levels in iterate()