Home
last modified time | relevance | path

Searched refs:flip_y (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_pixel_read.c98 unsigned dst_rowstride, dst_imagesize, aligned_rowstride, flip_y; in do_blit_readpixels() local
152 flip_y = _mesa_is_winsys_fbo(ctx->ReadBuffer); in do_blit_readpixels()
155 flip_y = !flip_y; in do_blit_readpixels()
177 flip_y)) in do_blit_readpixels()
Dradeon_blit.c261 unsigned flip_y, float *buf) in calc_tex_coords() argument
267 if (flip_y) in calc_tex_coords()
279 unsigned flip_y) in emit_draw_packet() argument
288 flip_y, texcoords); in emit_draw_packet()
360 unsigned flip_y) in r100_blit() argument
424 flip_y); in r100_blit()
Dradeon_tex_copy.c55 unsigned flip_y; in do_copy_texsubimage() local
68 flip_y = ctx->ReadBuffer->Attachment[BUFFER_DEPTH].Type == GL_NONE; in do_copy_texsubimage()
71 flip_y = ctx->ReadBuffer->Attachment[BUFFER_COLOR0].Type == GL_NONE; in do_copy_texsubimage()
133 dstx, dsty, width, height, flip_y); in do_copy_texsubimage()
Dradeon_blit.h54 unsigned flip_y);
Dradeon_common_context.h497 unsigned flip_y);
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_pixel_read.c98 unsigned dst_rowstride, dst_imagesize, aligned_rowstride, flip_y; in do_blit_readpixels() local
152 flip_y = _mesa_is_winsys_fbo(ctx->ReadBuffer); in do_blit_readpixels()
155 flip_y = !flip_y; in do_blit_readpixels()
177 flip_y)) in do_blit_readpixels()
Dradeon_tex_copy.c55 unsigned flip_y; in do_copy_texsubimage() local
68 flip_y = ctx->ReadBuffer->Attachment[BUFFER_DEPTH].Type == GL_NONE; in do_copy_texsubimage()
71 flip_y = ctx->ReadBuffer->Attachment[BUFFER_COLOR0].Type == GL_NONE; in do_copy_texsubimage()
133 dstx, dsty, width, height, flip_y); in do_copy_texsubimage()
Dr200_blit.c386 unsigned flip_y, float *buf) in calc_tex_coords() argument
392 if (flip_y) in calc_tex_coords()
404 unsigned flip_y) in emit_draw_packet() argument
413 flip_y, texcoords); in emit_draw_packet()
482 unsigned flip_y) in r200_blit() argument
546 flip_y); in r200_blit()
Dr200_blit.h54 unsigned flip_y);
Dradeon_common_context.h497 unsigned flip_y);
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp1042 int flip_y = _foxitDevice2User.d * dest_height < 0 ? 1 : -1; in CG_SetImageTransform() local
1044 if (flip_y < 0 || flip_x < 0) { in CG_SetImageTransform()
1054 … transform = CGAffineTransformConcat(transform, CGAffineTransformMake(flip_x, 0, 0, flip_y, 0, 0)); in CG_SetImageTransform()