Searched refs:new_test_run (Results 1 – 1 of 1) sorted by relevance
2733 _test_run new_test_run; in initTestRuns() local2755 new_test_run.texture_target = texture_target; in initTestRuns()2756 new_test_run.texture_type = texture_type; in initTestRuns()2811 gl.genTextures(1, &new_test_run.parent_texture_object_id); in initTestRuns()2814 gl.bindTexture(texture_target, new_test_run.parent_texture_object_id); in initTestRuns()2836 new_test_run.expected_n_immutable_levels = n_levels_needed; in initTestRuns()2840 new_test_run.expected_n_num_layers = 1; in initTestRuns()2843 new_test_run.expected_n_num_levels = n_levels_needed; in initTestRuns()2851 new_test_run.expected_n_num_layers = texture_height; in initTestRuns()2859 new_test_run.expected_n_num_layers = 6; in initTestRuns()[all …]