Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
H A DesextcDrawElementsBaseVertexTests.cpp807 … (const glw::GLvoid *)test_case.regular_multi_draw_call_offseted_array[n_draw_call]); in executeTestCases()
1715 const glw::GLuint *regular_multi_draw_call_offseted_array[3] = { in setUpTestCases() local
1744 memcpy(new_test_case.regular_multi_draw_call_offseted_array, in setUpTestCases()
1745regular_multi_draw_call_offseted_array, sizeof(regular_multi_draw_call_offseted_array)); in setUpTestCases()
1844 const glw::GLuint *regular_multi_draw_call_offseted_array[3] = { in setUpTestCases() local
1873 …memcpy(new_test_case.regular_multi_draw_call_offseted_array, regular_multi_draw_call_offseted_arra… in setUpTestCases()
1874 sizeof(regular_multi_draw_call_offseted_array)); in setUpTestCases()
1971 const glw::GLuint *regular_multi_draw_call_offseted_array[3] = { in setUpTestCases() local
1999 …memcpy(new_test_case.regular_multi_draw_call_offseted_array, regular_multi_draw_call_offseted_arra… in setUpTestCases()
2000 sizeof(regular_multi_draw_call_offseted_array)); in setUpTestCases()
[all …]
H A DesextcDrawElementsBaseVertexTests.hpp113 …glw::GLuint **regular_multi_draw_call_offseted_array[3]; /* an array of three elements storing off… member
154 … memset(regular_multi_draw_call_offseted_array, 0, sizeof(regular_multi_draw_call_offseted_array)); in _test_case()