Lines Matching defs:vaobj
204 * "<vaobj> is [compatibility profile:
248 * "<vaobj> is [compatibility profile:
255 "%s(zero is not valid vaobj name%s)",
274 * "An INVALID_OPERATION error is generated if <vaobj> is not
280 "%s(non-existent vaobj=%u)", caller, id);
286 * "If the vertex array object named by the vaobj parameter has not
1169 vertex_array_element_buffer(struct gl_context *ctx, GLuint vaobj, GLuint buffer,
1181 * VertexArrayElementBuffer if <vaobj> is not [compatibility profile:
1184 vao =_mesa_lookup_vao_err(ctx, vaobj, false, "glVertexArrayElementBuffer");
1188 vao = _mesa_lookup_vao(ctx, vaobj);
1215 _mesa_VertexArrayElementBuffer_no_error(GLuint vaobj, GLuint buffer)
1218 vertex_array_element_buffer(ctx, vaobj, buffer, true);
1223 _mesa_VertexArrayElementBuffer(GLuint vaobj, GLuint buffer)
1226 vertex_array_element_buffer(ctx, vaobj, buffer, false);
1231 _mesa_GetVertexArrayiv(GLuint vaobj, GLenum pname, GLint *param)
1240 * "An INVALID_OPERATION error is generated if <vaobj> is not
1244 vao = _mesa_lookup_vao_err(ctx, vaobj, false, "glGetVertexArrayiv");