Lines Matching defs:vaobj
29596 GLuint vaobj;
29602 const GLuint vaobj = cmd->vaobj;
29604 CALL_DisableVertexArrayAttrib(ctx->CurrentServerDispatch, (vaobj, index));
29607 _mesa_marshal_DisableVertexArrayAttrib(GLuint vaobj, GLuint index)
29615 cmd->vaobj = vaobj;
29623 CALL_DisableVertexArrayAttrib(ctx->CurrentServerDispatch, (vaobj, index));
29631 GLuint vaobj;
29637 const GLuint vaobj = cmd->vaobj;
29639 CALL_EnableVertexArrayAttrib(ctx->CurrentServerDispatch, (vaobj, index));
29642 _mesa_marshal_EnableVertexArrayAttrib(GLuint vaobj, GLuint index)
29650 cmd->vaobj = vaobj;
29658 CALL_EnableVertexArrayAttrib(ctx->CurrentServerDispatch, (vaobj, index));
29666 GLuint vaobj;
29672 const GLuint vaobj = cmd->vaobj;
29674 CALL_VertexArrayElementBuffer(ctx->CurrentServerDispatch, (vaobj, buffer));
29677 _mesa_marshal_VertexArrayElementBuffer(GLuint vaobj, GLuint buffer)
29685 cmd->vaobj = vaobj;
29693 CALL_VertexArrayElementBuffer(ctx->CurrentServerDispatch, (vaobj, buffer));
29701 GLuint vaobj;
29710 const GLuint vaobj = cmd->vaobj;
29715 CALL_VertexArrayVertexBuffer(ctx->CurrentServerDispatch, (vaobj, bindingindex, buffer, offset, stride));
29718 _mesa_marshal_VertexArrayVertexBuffer(GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
29726 cmd->vaobj = vaobj;
29737 CALL_VertexArrayVertexBuffer(ctx->CurrentServerDispatch, (vaobj, bindingindex, buffer, offset, stride));
29743 _mesa_marshal_VertexArrayVertexBuffers(GLuint vaobj, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizei * strides)
29748 CALL_VertexArrayVertexBuffers(ctx->CurrentServerDispatch, (vaobj, first, count, buffers, offsets, strides));
29756 GLuint vaobj;
29766 const GLuint vaobj = cmd->vaobj;
29772 CALL_VertexArrayAttribFormat(ctx->CurrentServerDispatch, (vaobj, attribindex, size, type, normalized, relativeoffset));
29775 _mesa_marshal_VertexArrayAttribFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
29783 cmd->vaobj = vaobj;
29795 CALL_VertexArrayAttribFormat(ctx->CurrentServerDispatch, (vaobj, attribindex, size, type, normalized, relativeoffset));
29803 GLuint vaobj;
29812 const GLuint vaobj = cmd->vaobj;
29817 CALL_VertexArrayAttribIFormat(ctx->CurrentServerDispatch, (vaobj, attribindex, size, type, relativeoffset));
29820 _mesa_marshal_VertexArrayAttribIFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
29828 cmd->vaobj = vaobj;
29839 CALL_VertexArrayAttribIFormat(ctx->CurrentServerDispatch, (vaobj, attribindex, size, type, relativeoffset));
29847 GLuint vaobj;
29856 const GLuint vaobj = cmd->vaobj;
29861 CALL_VertexArrayAttribLFormat(ctx->CurrentServerDispatch, (vaobj, attribindex, size, type, relativeoffset));
29864 _mesa_marshal_VertexArrayAttribLFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
29872 cmd->vaobj = vaobj;
29883 CALL_VertexArrayAttribLFormat(ctx->CurrentServerDispatch, (vaobj, attribindex, size, type, relativeoffset));
29891 GLuint vaobj;
29898 const GLuint vaobj = cmd->vaobj;
29901 CALL_VertexArrayAttribBinding(ctx->CurrentServerDispatch, (vaobj, attribindex, bindingindex));
29904 _mesa_marshal_VertexArrayAttribBinding(GLuint vaobj, GLuint attribindex, GLuint bindingindex)
29912 cmd->vaobj = vaobj;
29921 CALL_VertexArrayAttribBinding(ctx->CurrentServerDispatch, (vaobj, attribindex, bindingindex));
29929 GLuint vaobj;
29936 const GLuint vaobj = cmd->vaobj;
29939 CALL_VertexArrayBindingDivisor(ctx->CurrentServerDispatch, (vaobj, bindingindex, divisor));
29942 _mesa_marshal_VertexArrayBindingDivisor(GLuint vaobj, GLuint bindingindex, GLuint divisor)
29950 cmd->vaobj = vaobj;
29959 CALL_VertexArrayBindingDivisor(ctx->CurrentServerDispatch, (vaobj, bindingindex, divisor));
29965 _mesa_marshal_GetVertexArrayiv(GLuint vaobj, GLenum pname, GLint * param)
29970 CALL_GetVertexArrayiv(ctx->CurrentServerDispatch, (vaobj, pname, param));
29976 _mesa_marshal_GetVertexArrayIndexediv(GLuint vaobj, GLuint index, GLenum pname, GLint * param)
29981 CALL_GetVertexArrayIndexediv(ctx->CurrentServerDispatch, (vaobj, index, pname, param));
29987 _mesa_marshal_GetVertexArrayIndexed64iv(GLuint vaobj, GLuint index, GLenum pname, GLint64 * param)
29992 CALL_GetVertexArrayIndexed64iv(ctx->CurrentServerDispatch, (vaobj, index, pname, param));