Lines Matching refs:dstY0
1431 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in blitframebuffer_texture() argument
1524 verts[0].y = (GLfloat) dstY0; in blitframebuffer_texture()
1526 verts[1].y = (GLfloat) dstY0; 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()
1613 GLint tmp = dstY0; in _mesa_meta_BlitFramebuffer()
1614 dstY0 = dstY1; in _mesa_meta_BlitFramebuffer()
1647 dstX0, dstY0, dstX1, dstY1, mask, filter); in _mesa_meta_BlitFramebuffer()
1662 verts[0].y = (GLfloat) dstY0; in _mesa_meta_BlitFramebuffer()
1664 verts[1].y = (GLfloat) dstY0; in _mesa_meta_BlitFramebuffer()
1731 dstX0, dstY0, dstX1, dstY1, mask, filter); in _mesa_meta_BlitFramebuffer()
2164 const GLfloat dstY0 = (GLfloat) dstY; in _mesa_meta_CopyPixels() local
2170 verts[0].y = dstY0; in _mesa_meta_CopyPixels()
2175 verts[1].y = dstY0; in _mesa_meta_CopyPixels()