Searched refs:same_type_disallowed (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ | ||
| H A D | shaderapi.c | 281 const bool same_type_disallowed = _mesa_is_gles(ctx); local in function:attach_shader_err 303 } else if (same_type_disallowed && |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ | ||
| H A D | shaderapi.c | 324 const bool same_type_disallowed = _mesa_is_gles(ctx); local in function:attach_shader_err 346 } else if (same_type_disallowed && |
Completed in 8 milliseconds