Lines Matching defs:relativeoffset

26506    GLuint relativeoffset;
26515 const GLuint relativeoffset = cmd->relativeoffset;
26516 CALL_VertexAttribFormat(ctx->CurrentServerDispatch, (attribindex, size, type, normalized, relativeoffset));
26519 _mesa_marshal_VertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
26531 cmd->relativeoffset = relativeoffset;
26538 CALL_VertexAttribFormat(ctx->CurrentServerDispatch, (attribindex, size, type, normalized, relativeoffset));
26549 GLuint relativeoffset;
26557 const GLuint relativeoffset = cmd->relativeoffset;
26558 CALL_VertexAttribIFormat(ctx->CurrentServerDispatch, (attribindex, size, type, relativeoffset));
26561 _mesa_marshal_VertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
26572 cmd->relativeoffset = relativeoffset;
26579 CALL_VertexAttribIFormat(ctx->CurrentServerDispatch, (attribindex, size, type, relativeoffset));
26590 GLuint relativeoffset;
26598 const GLuint relativeoffset = cmd->relativeoffset;
26599 CALL_VertexAttribLFormat(ctx->CurrentServerDispatch, (attribindex, size, type, relativeoffset));
26602 _mesa_marshal_VertexAttribLFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
26613 cmd->relativeoffset = relativeoffset;
26620 CALL_VertexAttribLFormat(ctx->CurrentServerDispatch, (attribindex, size, type, relativeoffset));
29761 GLuint relativeoffset;
29771 const GLuint relativeoffset = cmd->relativeoffset;
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)
29788 cmd->relativeoffset = relativeoffset;
29795 CALL_VertexArrayAttribFormat(ctx->CurrentServerDispatch, (vaobj, attribindex, size, type, normalized, relativeoffset));
29807 GLuint relativeoffset;
29816 const GLuint relativeoffset = cmd->relativeoffset;
29817 CALL_VertexArrayAttribIFormat(ctx->CurrentServerDispatch, (vaobj, attribindex, size, type, relativeoffset));
29820 _mesa_marshal_VertexArrayAttribIFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
29832 cmd->relativeoffset = relativeoffset;
29839 CALL_VertexArrayAttribIFormat(ctx->CurrentServerDispatch, (vaobj, attribindex, size, type, relativeoffset));
29851 GLuint relativeoffset;
29860 const GLuint relativeoffset = cmd->relativeoffset;
29861 CALL_VertexArrayAttribLFormat(ctx->CurrentServerDispatch, (vaobj, attribindex, size, type, relativeoffset));
29864 _mesa_marshal_VertexArrayAttribLFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
29876 cmd->relativeoffset = relativeoffset;
29883 CALL_VertexArrayAttribLFormat(ctx->CurrentServerDispatch, (vaobj, attribindex, size, type, relativeoffset));