Home
last modified time | relevance | path

Searched refs:use_overflow_test_vertices (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/
H A DesextcDrawElementsBaseVertexTests.hpp130 bool use_overflow_test_vertices; member
150 , use_overflow_test_vertices(false) in _test_case()
178 bool use_vertex_attrib_binding, bool use_overflow_test_vertices);
H A DesextcDrawElementsBaseVertexTests.cpp669 test_case.use_vertex_attrib_binding, test_case.use_overflow_test_vertices); in executeTestCases()
765 if (test_case.use_overflow_test_vertices) in executeTestCases()
1007 * @param use_overflow_test_vertices true if using an especially large vertex array to test
1014 bool use_geometry_shader_stage, bool use_vertex_attrib_binding, bool use_overflow_test_vertices) in setUpFunctionalTestObjects()
1115 if (use_overflow_test_vertices && m_bo_id_2 == 0) in setUpFunctionalTestObjects()
1425 gl.bindBuffer(GL_ARRAY_BUFFER, use_overflow_test_vertices ? m_bo_id_2 : m_bo_id); in setUpFunctionalTestObjects()
1460 (use_clientside_vertex_data) ? 0 : (use_overflow_test_vertices ? m_bo_id_2 : m_bo_id), in setUpFunctionalTestObjects()
2094 glw::GLboolean use_overflow_test_vertices = false;
2142 use_overflow_test_vertices = true;
2173 use_overflow_test_vertices
1012 setUpFunctionalTestObjects( bool use_clientside_vertex_data, bool use_clientside_index_data, bool use_tessellation_shader_stage, bool use_geometry_shader_stage, bool use_vertex_attrib_binding, bool use_overflow_test_vertices) setUpFunctionalTestObjects() argument
[all...]

Completed in 4 milliseconds