Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
H A DesextcDrawElementsBaseVertexTests.cpp673 … 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() argument
1119 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() local
2145 use_overflow_test_vertices = true; in setUpTestCases()
2176 use_overflow_test_vertices = true; in setUpTestCases()
2204 use_overflow_test_vertices = false; in setUpTestCases()
[all …]
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);