Home | History | Annotate | Download | only in common

Lines Matching defs:srcY

1302                       GLint srcX, GLint srcY,
1317 srcX, srcY, width, height, 0);
1326 0, 0, srcX, srcY, width, height);
1332 0, 0, srcX, srcY, width, height);
1583 const GLint srcY = MIN2(srcY0, srcY1);
1686 setup_copypix_texture(tex, newTex, srcX, srcY, srcW, srcH,
1701 _mesa_ReadPixels(srcX, srcY, srcW, srcH,
2101 _mesa_meta_CopyPixels(struct gl_context *ctx, GLint srcX, GLint srcY,
2120 _swrast_CopyPixels(ctx, srcX, srcY, width, height, dstX, dstY, type);
2195 setup_copypix_texture(tex, newTex, srcX, srcY, width, height,