| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | blit.h | 35 int dstX1, int dstY1); 40 GLint dstX1, GLint dstY1, 45 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 54 GLint dstX1, GLint dstY1, 60 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
|
| H A D | blit.c | 69 int dstX1, int dstY1) 77 if (MAX2(srcY0, srcY1) <= MIN2(dstY0, dstY1)) 80 if (MAX2(dstY0, dstY1) <= MIN2(srcY0, srcY1)) 347 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 432 || srcX1 != dstX1 || srcY1 != dstY1)) { 451 abs(srcY1 - srcY0) != abs(dstY1 - dstY0)) { 528 dstX0, dstY0, dstX1, dstY1, 571 (dstX1 - dstX0) == 0 || (dstY1 - dstY0) == 0) { 578 dstX0, dstY0, dstX1, dstY1, 588 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 66 _mesa_regions_overlap(int srcX0,int srcY0,int srcX1,int srcY1,int dstX0,int dstY0,int dstX1,int dstY1) argument 344 blit_framebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter,bool no_error,const char * func) argument 584 blit_framebuffer_err(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter,const char * func) argument 606 _mesa_BlitFramebuffer_no_error(GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument 621 _mesa_BlitFramebuffer(GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument 643 blit_named_framebuffer(struct gl_context * ctx,GLuint readFramebuffer,GLuint drawFramebuffer,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter,bool no_error) argument 693 _mesa_BlitNamedFramebuffer_no_error(GLuint readFramebuffer,GLuint drawFramebuffer,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument 711 _mesa_BlitNamedFramebuffer(GLuint readFramebuffer,GLuint drawFramebuffer,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument [all...] |
| H A D | image.c | 885 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) 902 *srcY0, *srcY1, *dstY0, *dstY1); 913 if (*dstY0 == *dstY1) 915 if (*dstY0 <= dstYmin && *dstY1 <= dstYmin) 917 if (*dstY0 >= dstYmax && *dstY1 >= dstYmax) 938 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); 940 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin); 946 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax); 948 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin); 954 *srcY0, *srcY1, *dstY0, *dstY1); 881 _mesa_clip_blit(struct gl_context * ctx,const struct gl_framebuffer * readFb,const struct gl_framebuffer * drawFb,GLint * srcX0,GLint * srcY0,GLint * srcX1,GLint * srcY1,GLint * dstX0,GLint * dstY0,GLint * dstX1,GLint * dstY1) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | blit.h | 35 int dstX1, int dstY1); 40 GLint dstX1, GLint dstY1, 45 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 54 GLint dstX1, GLint dstY1, 60 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
|
| H A D | blit.c | 69 int dstX1, int dstY1) 77 if (MAX2(srcY0, srcY1) <= MIN2(dstY0, dstY1)) 80 if (MAX2(dstY0, dstY1) <= MIN2(srcY0, srcY1)) 347 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 432 || srcX1 != dstX1 || srcY1 != dstY1)) { 451 abs(srcY1 - srcY0) != abs(dstY1 - dstY0)) { 528 dstX0, dstY0, dstX1, dstY1, 571 (dstX1 - dstX0) == 0 || (dstY1 - dstY0) == 0) { 578 dstX0, dstY0, dstX1, dstY1, 588 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 66 _mesa_regions_overlap(int srcX0,int srcY0,int srcX1,int srcY1,int dstX0,int dstY0,int dstX1,int dstY1) argument 344 blit_framebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter,bool no_error,const char * func) argument 584 blit_framebuffer_err(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter,const char * func) argument 606 _mesa_BlitFramebuffer_no_error(GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument 621 _mesa_BlitFramebuffer(GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument 643 blit_named_framebuffer(struct gl_context * ctx,GLuint readFramebuffer,GLuint drawFramebuffer,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter,bool no_error) argument 693 _mesa_BlitNamedFramebuffer_no_error(GLuint readFramebuffer,GLuint drawFramebuffer,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument 711 _mesa_BlitNamedFramebuffer(GLuint readFramebuffer,GLuint drawFramebuffer,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument [all...] |
| H A D | image.c | 885 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) 902 *srcY0, *srcY1, *dstY0, *dstY1); 913 if (*dstY0 == *dstY1) 915 if (*dstY0 <= dstYmin && *dstY1 <= dstYmin) 917 if (*dstY0 >= dstYmax && *dstY1 >= dstYmax) 938 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); 940 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin); 946 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax); 948 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin); 954 *srcY0, *srcY1, *dstY0, *dstY1); 881 _mesa_clip_blit(struct gl_context * ctx,const struct gl_framebuffer * readFb,const struct gl_framebuffer * drawFb,GLint * srcX0,GLint * srcY0,GLint * srcX1,GLint * srcY1,GLint * dstX0,GLint * dstY0,GLint * dstX1,GLint * dstY1) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_blit.h | 63 int dstX1, int dstY1, 75 int dstX1, int dstY1,
|
| H A D | u_blit.c | 330 int dstX1, int dstY1) 338 if (MAX2(srcY0, srcY1) <= MIN2(dstY0, dstY1)) 341 if (MAX2(dstY0, dstY1) <= MIN2(srcY0, srcY1)) 386 int dstX1, int dstY1, 411 dstX0, dstY0, dstX1, dstY1); 451 dstY0 < dstY1 && 453 (dstY1 - dstY0) == (srcY1 - srcY0) && 477 info.dst.box.height = dstY1 - dstY0; 521 int dstX1, int dstY1, 634 (float) dstY1 / ds 327 regions_overlap(int srcX0,int srcY0,int srcX1,int srcY1,int dstX0,int dstY0,int dstX1,int dstY1) argument 378 util_blit_pixels(struct blit_state * ctx,struct pipe_resource * src_tex,unsigned src_level,int srcX0,int srcY0,int srcX1,int srcY1,int srcZ0,struct pipe_surface * dst,int dstX0,int dstY0,int dstX1,int dstY1,MAYBE_UNUSED float z,enum pipe_tex_filter filter,uint writemask) argument 514 util_blit_pixels_tex(struct blit_state * ctx,struct pipe_sampler_view * src_sampler_view,int srcX0,int srcY0,int srcX1,int srcY1,unsigned src_face,struct pipe_surface * dst,int dstX0,int dstY0,int dstX1,int dstY1,float z,enum pipe_tex_filter filter,boolean src_xrbias) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_blit.c | 53 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 64 GLint dstX0, dstY0, dstX1, dstY1; member in struct:st_BlitFramebuffer::__anoncdb2055f0108 81 clip.dstY1 = dstY1; 91 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) { 99 (dstY1 != clip.dstY1); 104 dstY1 = drawFB->Height - dstY1; 107 clip.dstY1 49 st_BlitFramebuffer(struct gl_context * ctx,struct gl_framebuffer * readFB,struct gl_framebuffer * drawFB,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_blit.c | 54 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 65 GLint dstX0, dstY0, dstX1, dstY1; member in struct:st_BlitFramebuffer::__anonfcd005520108 82 clip.dstY1 = dstY1; 92 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) { 100 (dstY1 != clip.dstY1); 105 dstY1 = drawFB->Height - dstY1; 108 clip.dstY1 50 st_BlitFramebuffer(struct gl_context * ctx,struct gl_framebuffer * readFB,struct gl_framebuffer * drawFB,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_meta_util.c | 164 GLfloat *dstX1, GLfloat *dstY1, 174 fixup_mirroring(mirror_y, dstY0, dstY1); 193 if (!compute_pixels_clipped(*dstX0, *dstY0, *dstX1, *dstY1, 224 || *dstX0 == *dstX1 || *dstY0 == *dstY1) 228 float scaleY = (float) (*srcY1 - *srcY0) / (*dstY1 - *dstY0); 244 srcY0, dstY0, dstY1, 250 srcY1, dstY1, dstY0, 265 *dstY0 = draw_fb->Height - *dstY1; 266 *dstY1 = tmp; 274 || *dstX0 == *dstX1 || *dstY0 == *dstY1; 158 brw_meta_mirror_clip_and_scissor(const struct gl_context * ctx,const struct gl_framebuffer * read_fb,const struct gl_framebuffer * draw_fb,GLfloat * srcX0,GLfloat * srcY0,GLfloat * srcX1,GLfloat * srcY1,GLfloat * dstX0,GLfloat * dstY0,GLfloat * dstX1,GLfloat * dstY1,bool * mirror_x,bool * mirror_y) argument [all...] |
| H A D | brw_meta_util.h | 42 GLfloat *dstX1, GLfloat *dstY1,
|
| H A D | intel_fbo.c | 805 GLint dstX1, GLint dstY1, 831 srcY0 - srcY1 == dstY0 - dstY1 && 837 dstY0 >= 0 && dstY1 <= drawFb->Height && 877 dstX1 - dstX0, dstY1 - dstY0, 896 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 919 dstX0, dstY0, dstX1, dstY1, 927 dstX0, dstY0, dstX1, dstY1, 934 dstX0, dstY0, dstX1, dstY1, 945 dstX0, dstY0, dstX1, dstY1, 799 intel_blit_framebuffer_with_blitter(struct gl_context * ctx,const struct gl_framebuffer * readFb,const struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask) argument 892 intel_blit_framebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_meta_util.c | 164 GLfloat *dstX1, GLfloat *dstY1, 174 fixup_mirroring(mirror_y, dstY0, dstY1); 193 if (!compute_pixels_clipped(*dstX0, *dstY0, *dstX1, *dstY1, 224 || *dstX0 == *dstX1 || *dstY0 == *dstY1) 228 float scaleY = (float) (*srcY1 - *srcY0) / (*dstY1 - *dstY0); 244 srcY0, dstY0, dstY1, 250 srcY1, dstY1, dstY0, 265 *dstY0 = draw_fb->Height - *dstY1; 266 *dstY1 = tmp; 274 || *dstX0 == *dstX1 || *dstY0 == *dstY1; 158 brw_meta_mirror_clip_and_scissor(const struct gl_context * ctx,const struct gl_framebuffer * read_fb,const struct gl_framebuffer * draw_fb,GLfloat * srcX0,GLfloat * srcY0,GLfloat * srcX1,GLfloat * srcY1,GLfloat * dstX0,GLfloat * dstY0,GLfloat * dstX1,GLfloat * dstY1,bool * mirror_x,bool * mirror_y) argument [all...] |
| H A D | brw_meta_util.h | 42 GLfloat *dstX1, GLfloat *dstY1,
|
| H A D | brw_fbo.c | 803 GLint dstX1, GLint dstY1, 829 srcY0 - srcY1 == dstY0 - dstY1 && 835 dstY0 >= 0 && dstY1 <= drawFb->Height && 875 dstX1 - dstX0, dstY1 - dstY0, 894 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 917 dstX0, dstY0, dstX1, dstY1, 925 dstX0, dstY0, dstX1, dstY1, 935 dstX0, dstY0, dstX1, dstY1, 946 dstX0, dstY0, dstX1, dstY1, 797 brw_blit_framebuffer_with_blitter(struct gl_context * ctx,const struct gl_framebuffer * readFb,const struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask) argument 890 brw_blit_framebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | meta_blit.c | 93 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 103 const GLint dstY = MIN2(dstY0, dstY1); 105 const GLint dstH = abs(dstY1 - dstY0); 419 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 423 const GLint dstH = abs(dstY1 - dstY0); 425 const GLint dstFlipY = (dstY1 - dstY0) / dstH; 429 GLint dstX0, dstY0, dstX1, dstY1; member in struct:_mesa_meta_BlitFramebuffer::__anone1b30b790108 432 dstX0, dstY0, dstX1, dstY1 447 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) { 466 clip.dstX1 != dstX1 || clip.dstY1 ! 89 blitframebuffer_texture(struct gl_context * ctx,const struct gl_framebuffer * readFb,const struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLenum filter,GLint flipX,GLint flipY,GLboolean glsl_version,GLboolean do_depth) argument 415 _mesa_meta_BlitFramebuffer(struct gl_context * ctx,const struct gl_framebuffer * readFb,const struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument 523 _mesa_meta_and_swrast_BlitFramebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | meta_blit.c | 605 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 615 const GLint dstY = MIN2(dstY0, dstY1); 617 const GLint dstH = abs(dstY1 - dstY0); 950 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 954 const GLint dstH = abs(dstY1 - dstY0); 956 const GLint dstFlipY = (dstY1 - dstY0) / dstH; 960 GLint dstX0, dstY0, dstX1, dstY1; member in struct:_mesa_meta_BlitFramebuffer::__anonb2950b860108 963 dstX0, dstY0, dstX1, dstY1 980 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) { 999 clip.dstX1 != dstX1 || clip.dstY1 ! 601 blitframebuffer_texture(struct gl_context * ctx,const struct gl_framebuffer * readFb,const struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLenum filter,GLint flipX,GLint flipY,GLboolean glsl_version,GLboolean do_depth) argument 946 _mesa_meta_BlitFramebuffer(struct gl_context * ctx,const struct gl_framebuffer * readFb,const struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument 1056 _mesa_meta_and_swrast_BlitFramebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/postprocess/ |
| H A D | pp_private.h | 105 int dstX1, int dstY1);
|
| H A D | pp_run.c | 46 int dstX1, int dstY1) 69 blit.dst.box.height = dstY1 - dstY0; 39 pp_blit(struct pipe_context * pipe,struct pipe_resource * src_tex,int srcX0,int srcY0,int srcX1,int srcY1,int srcZ0,struct pipe_surface * dst,int dstX0,int dstY0,int dstX1,int dstY1) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/postprocess/ |
| H A D | pp_private.h | 107 int dstX1, int dstY1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_blit.c | 113 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 124 const GLint dstHeight = ABS(dstY1 - dstY0); 129 const GLint dstYpos = MIN2(dstY0, dstY1); 132 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0); 516 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1) 525 const GLint dstHeight = ABS(dstY1 - dstY0); 530 const GLint dstYpos = MIN2(dstY0, dstY1); 533 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0); 744 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 767 &dstX0, &dstY0, &dstX1, &dstY1)) { 512 blit_linear(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1) argument 740 _swrast_BlitFramebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_blit.c | 113 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 124 const GLint dstHeight = ABS(dstY1 - dstY0); 129 const GLint dstYpos = MIN2(dstY0, dstY1); 132 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0); 516 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1) 525 const GLint dstHeight = ABS(dstY1 - dstY0); 530 const GLint dstYpos = MIN2(dstY0, dstY1); 533 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0); 744 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 767 &dstX0, &dstY0, &dstX1, &dstY1)) { 512 blit_linear(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1) argument 740 _swrast_BlitFramebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_fbo.c | 648 GLint dstX1, GLint dstY1, 674 srcY0 - srcY1 == dstY0 - dstY1 && 680 dstY0 >= 0 && dstY1 <= drawFb->Height && 722 dstX1 - dstX0, dstY1 - dstY0, COLOR_LOGICOP_COPY)) { 740 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 746 dstX0, dstY0, dstX1, dstY1, 754 dstX0, dstY0, dstX1, dstY1, 642 intel_blit_framebuffer_with_blitter(struct gl_context * ctx,const struct gl_framebuffer * readFb,const struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask) argument 736 intel_blit_framebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_fbo.c | 648 GLint dstX1, GLint dstY1, 674 srcY0 - srcY1 == dstY0 - dstY1 && 680 dstY0 >= 0 && dstY1 <= drawFb->Height && 722 dstX1 - dstX0, dstY1 - dstY0, COLOR_LOGICOP_COPY)) { 740 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 746 dstX0, dstY0, dstX1, dstY1, 754 dstX0, dstY0, dstX1, dstY1, 642 intel_blit_framebuffer_with_blitter(struct gl_context * ctx,const struct gl_framebuffer * readFb,const struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask) argument 736 intel_blit_framebuffer(struct gl_context * ctx,struct gl_framebuffer * readFb,struct gl_framebuffer * drawFb,GLint srcX0,GLint srcY0,GLint srcX1,GLint srcY1,GLint dstX0,GLint dstY0,GLint dstX1,GLint dstY1,GLbitfield mask,GLenum filter) argument
|