Lines Matching defs:target
439 /* Check whether we need to recreate the target. */
445 /* Create a new target. */
461 /* Start writing at the beginning of each target. */
818 _mesa_BindBufferOffsetEXT_no_error(GLenum target, GLuint index, GLuint buffer,
828 _mesa_BindBufferOffsetEXT(GLenum target, GLuint index, GLuint buffer,
834 if (target != GL_TRANSFORM_FEEDBACK_BUFFER) {
835 _mesa_error(ctx, GL_INVALID_ENUM, "glBindBufferOffsetEXT(target)");
1173 _mesa_BindTransformFeedback_no_error(GLenum target, GLuint name)
1181 _mesa_BindTransformFeedback(GLenum target, GLuint name)
1185 if (target != GL_TRANSFORM_FEEDBACK) {
1186 _mesa_error(ctx, GL_INVALID_ENUM, "glBindTransformFeedback(target)");
1424 * target set to respectively the starting offset or binding size
1429 * buffer object is bound to the target array at index, zero is