Home | History | Annotate | Download | only in tests

Lines Matching defs:function

65 struct function {
71 extern const struct function common_desktop_functions_possible[];
72 extern const struct function gl_compatibility_functions_possible[];
73 extern const struct function gl_core_functions_possible[];
74 extern const struct function gles11_functions_possible[];
75 extern const struct function gles2_functions_possible[];
76 extern const struct function gles3_functions_possible[];
77 extern const struct function gles31_functions_possible[];
132 validate_functions(struct gl_context *ctx, const struct function *function_table,
138 /* The context version is >= the GL version where the function was
139 * introduced. Therefore, the function cannot be set to the nop
140 * function.
149 << "Function: " << function_table[i].name;
152 << "Function: " << function_table[i].name;
155 << "Function: " << function_table[i].name
225 const struct function common_desktop_functions_possible[] = {
967 const struct function gl_compatibility_functions_possible[] = {
1451 const struct function gl_core_functions_possible[] = {
1878 const struct function gles11_functions_possible[] = {
2091 const struct function gles2_functions_possible[] = {
2340 const struct function gles3_functions_possible[] = {
2518 const struct function gles31_functions_possible[] = {