Lines Matching refs:dstY1
1431 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in blitframebuffer_texture() argument
1528 verts[2].y = (GLfloat) dstY1; in blitframebuffer_texture()
1530 verts[3].y = (GLfloat) dstY1; 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()
1614 dstY0 = dstY1; in _mesa_meta_BlitFramebuffer()
1615 dstY1 = tmp; in _mesa_meta_BlitFramebuffer()
1647 dstX0, dstY0, dstX1, dstY1, mask, filter); in _mesa_meta_BlitFramebuffer()
1666 verts[2].y = (GLfloat) dstY1; in _mesa_meta_BlitFramebuffer()
1668 verts[3].y = (GLfloat) dstY1; in _mesa_meta_BlitFramebuffer()
1731 dstX0, dstY0, dstX1, dstY1, mask, filter); in _mesa_meta_BlitFramebuffer()
2166 const GLfloat dstY1 = dstY + height * ctx->Pixel.ZoomY; in _mesa_meta_CopyPixels() local
2180 verts[2].y = dstY1; in _mesa_meta_CopyPixels()
2185 verts[3].y = dstY1; in _mesa_meta_CopyPixels()