Lines Matching +defs:right +defs:column

8560    GLdouble right;
8570 const GLdouble right = cmd->right;
8575 CALL_Frustum(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar));
8578 _mesa_marshal_Frustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
8587 cmd->right = right;
8598 CALL_Frustum(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar));
8798 GLdouble right;
8808 const GLdouble right = cmd->right;
8813 CALL_Ortho(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar));
8816 _mesa_marshal_Ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
8825 cmd->right = right;
8836 CALL_Ortho(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar));
10744 _mesa_marshal_GetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span)
10749 CALL_GetSeparableFilter(ctx->CurrentServerDispatch, (target, format, type, row, column, span));
10755 _mesa_marshal_SeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * row, const GLvoid * column)
10760 CALL_SeparableFilter2D(ctx->CurrentServerDispatch, (target, internalformat, width, height, format, type, row, column));
25448 _mesa_marshal_GetnSeparableFilterARB(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid * row, GLsizei columnBufSize, GLvoid * column, GLvoid * span)
25453 CALL_GetnSeparableFilterARB(ctx->CurrentServerDispatch, (target, format, type, rowBufSize, row, columnBufSize, column, span));
39023 GLfixed right;
39033 const GLfixed right = cmd->right;
39038 CALL_Frustumx(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar));
39041 _mesa_marshal_Frustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
39050 cmd->right = right;
39061 CALL_Frustumx(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar));
39392 GLfixed right;
39402 const GLfixed right = cmd->right;
39407 CALL_Orthox(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar));
39410 _mesa_marshal_Orthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
39419 cmd->right = right;
39430 CALL_Orthox(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar));
40009 GLfloat right;
40019 const GLfloat right = cmd->right;
40024 CALL_Frustumf(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar));
40027 _mesa_marshal_Frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
40036 cmd->right = right;
40047 CALL_Frustumf(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar));
40056 GLfloat right;
40066 const GLfloat right = cmd->right;
40071 CALL_Orthof(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar));
40074 _mesa_marshal_Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
40083 cmd->right = right;
40094 CALL_Orthof(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar));