Searched refs:validate_functions (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 133 validate_functions(struct gl_context *ctx, const struct function *function_table, function in typeref:typename:void 165 * nop functions (as set by validate_functions(). 182 validate_functions(&ctx, common_desktop_functions_possible, nop_table); 183 validate_functions(&ctx, gl_core_functions_possible, nop_table); 190 validate_functions(&ctx, common_desktop_functions_possible, nop_table); 191 validate_functions(&ctx, gl_compatibility_functions_possible, nop_table); 198 validate_functions(&ctx, gles11_functions_possible, nop_table); 205 validate_functions(&ctx, gles2_functions_possible, nop_table); 212 validate_functions(&ctx, gles2_functions_possible, nop_table); 213 validate_functions( [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | dispatch_sanity.cpp | 148 validate_functions(struct gl_context *ctx, const struct function *function_table, function in typeref:typename:void 180 * nop functions (as set by validate_functions(). 197 validate_functions(&ctx, common_desktop_functions_possible, nop_table); 198 validate_functions(&ctx, gl_core_functions_possible, nop_table); 206 validate_functions(&ctx, common_desktop_functions_possible, nop_table); 207 validate_functions(&ctx, gl_compatibility_functions_possible, nop_table); 215 validate_functions(&ctx, gles11_functions_possible, nop_table); 223 validate_functions(&ctx, gles2_functions_possible, nop_table); 231 validate_functions(&ctx, gles2_functions_possible, nop_table); 232 validate_functions( [all...] |
Completed in 7 milliseconds