Searched refs:nop_table (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 90 _glapi_proc *nop_table; member in class:DispatchSanity_test 104 nop_table = (_glapi_proc *) _mesa_new_nop_table(size); 110 free(nop_table); 149 const _glapi_proc *nop_table) 170 EXPECT_NE(nop_table[offset], table[offset]) 175 table[offset] = nop_table[offset]; 183 validate_nops(struct gl_context *ctx, const _glapi_proc *nop_table) argument 189 EXPECT_EQ(nop_table[i], table[i]) 197 validate_functions(&ctx, common_desktop_functions_possible, nop_table); 198 validate_functions(&ctx, gl_core_functions_possible, nop_table); 148 validate_functions(struct gl_context * ctx,const struct function * function_table,const _glapi_proc * nop_table) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 88 _glapi_proc *nop_table; member in class:DispatchSanity_test 102 nop_table = (_glapi_proc *) _mesa_new_nop_table(size); 134 const _glapi_proc *nop_table) 155 EXPECT_NE(nop_table[offset], table[offset]) 160 table[offset] = nop_table[offset]; 168 validate_nops(struct gl_context *ctx, const _glapi_proc *nop_table) argument 174 EXPECT_EQ(nop_table[i], table[i]) 182 validate_functions(&ctx, common_desktop_functions_possible, nop_table); 183 validate_functions(&ctx, gl_core_functions_possible, nop_table); 184 validate_nops(&ctx, nop_table); 133 validate_functions(struct gl_context * ctx,const struct function * function_table,const _glapi_proc * nop_table) argument [all...] |
Completed in 4 milliseconds