Searched refs:use_overflow_test_vertices (Results 1 – 2 of 2) sorted by relevance
673 … test_case.use_vertex_attrib_binding, test_case.use_overflow_test_vertices); in executeTestCases()769 if (test_case.use_overflow_test_vertices) in executeTestCases()1018 bool use_geometry_shader_stage, bool use_vertex_attrib_binding, bool use_overflow_test_vertices) in setUpFunctionalTestObjects() argument1119 if (use_overflow_test_vertices && m_bo_id_2 == 0) in setUpFunctionalTestObjects()1429 gl.bindBuffer(GL_ARRAY_BUFFER, use_overflow_test_vertices ? m_bo_id_2 : m_bo_id); in setUpFunctionalTestObjects()1464 … (use_clientside_vertex_data) ? 0 : (use_overflow_test_vertices ? m_bo_id_2 : m_bo_id), in setUpFunctionalTestObjects()2097 glw::GLboolean use_overflow_test_vertices = false; in setUpTestCases() local2145 use_overflow_test_vertices = true; in setUpTestCases()2176 use_overflow_test_vertices = true; in setUpTestCases()2204 use_overflow_test_vertices = false; in setUpTestCases()[all …]
130 bool use_overflow_test_vertices; member150 , use_overflow_test_vertices(false) in _test_case()178 … bool use_vertex_attrib_binding, bool use_overflow_test_vertices);