Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/tests/
Ddispatch_sanity.cpp88 _glapi_proc *nop_table; member in DispatchSanity_test
102 nop_table = (_glapi_proc *) _mesa_new_nop_table(size); in SetUp()
134 const _glapi_proc *nop_table) in validate_functions() argument
155 EXPECT_NE(nop_table[offset], table[offset]) in validate_functions()
160 table[offset] = nop_table[offset]; in validate_functions()
168 validate_nops(struct gl_context *ctx, const _glapi_proc *nop_table) in validate_nops() argument
174 EXPECT_EQ(nop_table[i], table[i]) in validate_nops()
182 validate_functions(&ctx, common_desktop_functions_possible, nop_table); in TEST_F()
183 validate_functions(&ctx, gl_core_functions_possible, nop_table); in TEST_F()
184 validate_nops(&ctx, nop_table); in TEST_F()
[all …]