Lines Matching refs:dstX1
1431 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in blitframebuffer_texture() argument
1525 verts[1].x = (GLfloat) dstX1; in blitframebuffer_texture()
1527 verts[2].x = (GLfloat) dstX1; in blitframebuffer_texture()
1576 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in _mesa_meta_BlitFramebuffer() argument
1602 dstX0, dstY0, dstX1, dstY1, mask, filter); in _mesa_meta_BlitFramebuffer()
1608 dstX0 = dstX1; in _mesa_meta_BlitFramebuffer()
1609 dstX1 = tmp; in _mesa_meta_BlitFramebuffer()
1647 dstX0, dstY0, dstX1, dstY1, mask, filter); in _mesa_meta_BlitFramebuffer()
1663 verts[1].x = (GLfloat) dstX1; in _mesa_meta_BlitFramebuffer()
1665 verts[2].x = (GLfloat) dstX1; in _mesa_meta_BlitFramebuffer()
1731 dstX0, dstY0, dstX1, dstY1, mask, filter); in _mesa_meta_BlitFramebuffer()
2165 const GLfloat dstX1 = dstX + width * ctx->Pixel.ZoomX; in _mesa_meta_CopyPixels() local
2174 verts[1].x = dstX1; in _mesa_meta_CopyPixels()
2179 verts[2].x = dstX1; in _mesa_meta_CopyPixels()