Lines Matching defs:linked
656 * are queried for a program which has not been linked successfully, or
669 "glGetProgramv(linked geometry shader required)");
681 * not been linked successfully, or which does not contain objects to
694 "glGetProgramv(linked tessellation control shader required)");
706 * which has not been linked successfully, or which does not contain
719 _mesa_error(ctx, GL_INVALID_OPERATION, "glGetProgramv(linked tessellation "
734 struct gl_linked_shader *linked = shprog->_LinkedShaders[i];
737 if (!linked || !linked->Program)
740 if (linked->Program->variants)
741 sh = linked->Program->variants->driver_shader;
932 "linked)");
946 /* If the program has not been linked, return initial value 0. */
1500 "%s(program %u not linked)", caller, shProg->Name);
2214 "glUseProgram(program %u not linked)", program);
2443 "glGetProgramBinary(program %u not linked)",
2530 * the next time the shader is linked.
2713 if (active-user-defined-varyings-in-linked-program) {
3149 /* ARB_shader_subroutine doesn't ask the program to be linked, or list any
3150 * INVALID_OPERATION in the case of not be linked.
3154 * need of the program to be linked, being the value for that case 0.
3157 * linked for pname related to locations, so it would be inconsistent to
3159 * * Return GL_INVALID_OPERATION if not linked only for locations.
3160 * * Setting a default value of 0, to be returned if not linked.