Searched refs:dstX1 (Results 1 - 25 of 82) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dblit.h35 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 Dblit.c69 int dstX1, int dstY1)
71 if (MAX2(srcX0, srcX1) <= MIN2(dstX0, dstX1))
74 if (MAX2(dstX0, dstX1) <= MIN2(srcX0, srcX1))
347 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
432 || srcX1 != dstX1 || srcY1 != dstY1)) {
450 if (abs(srcX1 - srcX0) != abs(dstX1 - dstX0) ||
528 dstX0, dstY0, dstX1, dstY1,
571 (dstX1 - dstX0) == 0 || (dstY1 - dstY0) == 0) {
578 dstX0, dstY0, dstX1, dstY1,
588 GLint dstX0, GLint dstY0, GLint dstX1, GLin
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 Dimage.c806 GLint *dstX0, GLint *dstX1,
811 if (*dstX1 > maxValue) {
814 t = (GLfloat) (maxValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0);
817 *dstX1 = maxValue;
823 assert(*dstX1 < maxValue); /* X1 should be inside right edge */
824 t = (GLfloat) (maxValue - *dstX1) / (GLfloat) (*dstX0 - *dstX1);
839 GLint *dstX0, GLint *dstX1,
846 assert(*dstX1 > minValue); /* X1 should be inside left edge */
847 t = (GLfloat) (minValue - *dstX0) / (GLfloat) (*dstX1
805 clip_right_or_top(GLint * srcX0,GLint * srcX1,GLint * dstX0,GLint * dstX1,GLint maxValue) argument
838 clip_left_or_bottom(GLint * srcX0,GLint * srcX1,GLint * dstX0,GLint * dstX1,GLint minValue) argument
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 Dblit.h35 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 Dblit.c69 int dstX1, int dstY1)
71 if (MAX2(srcX0, srcX1) <= MIN2(dstX0, dstX1))
74 if (MAX2(dstX0, dstX1) <= MIN2(srcX0, srcX1))
347 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
432 || srcX1 != dstX1 || srcY1 != dstY1)) {
450 if (abs(srcX1 - srcX0) != abs(dstX1 - dstX0) ||
528 dstX0, dstY0, dstX1, dstY1,
571 (dstX1 - dstX0) == 0 || (dstY1 - dstY0) == 0) {
578 dstX0, dstY0, dstX1, dstY1,
588 GLint dstX0, GLint dstY0, GLint dstX1, GLin
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 Dimage.c806 GLint *dstX0, GLint *dstX1,
811 if (*dstX1 > maxValue) {
814 t = (GLfloat) (maxValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0);
817 *dstX1 = maxValue;
823 assert(*dstX1 < maxValue); /* X1 should be inside right edge */
824 t = (GLfloat) (maxValue - *dstX1) / (GLfloat) (*dstX0 - *dstX1);
839 GLint *dstX0, GLint *dstX1,
846 assert(*dstX1 > minValue); /* X1 should be inside left edge */
847 t = (GLfloat) (minValue - *dstX0) / (GLfloat) (*dstX1
805 clip_right_or_top(GLint * srcX0,GLint * srcX1,GLint * dstX0,GLint * dstX1,GLint maxValue) argument
838 clip_left_or_bottom(GLint * srcX0,GLint * srcX1,GLint * dstX0,GLint * dstX1,GLint minValue) argument
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 Du_blit.h63 int dstX1, int dstY1,
75 int dstX1, int dstY1,
H A Du_blit.c330 int dstX1, int dstY1)
332 if (MAX2(srcX0, srcX1) <= MIN2(dstX0, dstX1))
335 if (MAX2(dstX0, dstX1) <= MIN2(srcX0, srcX1))
386 int dstX1, int dstY1,
411 dstX0, dstY0, dstX1, dstY1);
449 dstX0 < dstX1 &&
452 (dstX1 - dstX0) == (srcX1 - srcX0) &&
476 info.dst.box.width = dstX1 - dstX0;
521 int dstX1, int dstY1,
633 (float) dstX1 / 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/drivers/dri/i965/
H A Dbrw_meta_util.h42 GLfloat *dstX1, GLfloat *dstY1,
H A Dbrw_meta_util.c113 * \param dst1 the opposite dst rect coordinate (for example dstX1)
164 GLfloat *dstX1, GLfloat *dstY1,
172 fixup_mirroring(mirror_x, dstX0, dstX1);
193 if (!compute_pixels_clipped(*dstX0, *dstY0, *dstX1, *dstY1,
224 || *dstX0 == *dstX1 || *dstY0 == *dstY1)
227 float scaleX = (float) (*srcX1 - *srcX0) / (*dstX1 - *dstX0);
232 srcX0, dstX0, dstX1,
238 srcX1, dstX1, dstX0,
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
H A Dintel_fbo.c805 GLint dstX1, GLint dstY1,
830 if (!(srcX0 - srcX1 == dstX0 - dstX1 &&
836 dstX0 >= 0 && dstX1 <= drawFb->Width &&
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 Dbrw_meta_util.h42 GLfloat *dstX1, GLfloat *dstY1,
H A Dbrw_meta_util.c113 * \param dst1 the opposite dst rect coordinate (for example dstX1)
164 GLfloat *dstX1, GLfloat *dstY1,
172 fixup_mirroring(mirror_x, dstX0, dstX1);
193 if (!compute_pixels_clipped(*dstX0, *dstY0, *dstX1, *dstY1,
224 || *dstX0 == *dstX1 || *dstY0 == *dstY1)
227 float scaleX = (float) (*srcX1 - *srcX0) / (*dstX1 - *dstX0);
232 srcX0, dstX0, dstX1,
238 srcX1, dstX1, dstX0,
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
H A Dbrw_fbo.c803 GLint dstX1, GLint dstY1,
828 if (!(srcX0 - srcX1 == dstX0 - dstX1 &&
834 dstX0 >= 0 && dstX1 <= drawFb->Width &&
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.old/dist/src/mesa/state_tracker/
H A Dst_cb_blit.c53 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
64 GLint dstX0, dstY0, dstX1, dstY1; member in struct:st_BlitFramebuffer::__anoncdb2055f0108
80 clip.dstX1 = dstX1;
91 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) {
98 (dstX1 != clip.dstX1) ||
110 blit.scissor.minx = MIN2(clip.dstX0, clip.dstX1);
112 blit.scissor.maxx = MAX2(clip.dstX0, clip.dstX1);
145 if (dstX0 < dstX1) {
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 Dst_cb_blit.c54 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
65 GLint dstX0, dstY0, dstX1, dstY1; member in struct:st_BlitFramebuffer::__anonfcd005520108
81 clip.dstX1 = dstX1;
92 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) {
99 (dstX1 != clip.dstX1) ||
111 blit.scissor.minx = MIN2(clip.dstX0, clip.dstX1);
113 blit.scissor.maxx = MAX2(clip.dstX0, clip.dstX1);
146 if (dstX0 < dstX1) {
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/dist/src/mesa/drivers/common/
H A Dmeta_blit.c93 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
102 const GLint dstX = MIN2(dstX0, dstX1);
104 const GLint dstW = abs(dstX1 - dstX0);
419 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
422 const GLint dstW = abs(dstX1 - dstX0);
424 const GLint dstFlipX = (dstX1 - dstX0) / dstW;
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 !
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 Dmeta_blit.c605 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
614 const GLint dstX = MIN2(dstX0, dstX1);
616 const GLint dstW = abs(dstX1 - dstX0);
950 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
953 const GLint dstW = abs(dstX1 - dstX0);
955 const GLint dstFlipX = (dstX1 - dstX0) / dstW;
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 !
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 Dpp_private.h105 int dstX1, int dstY1);
H A Dpp_run.c46 int dstX1, int dstY1)
68 blit.dst.box.width = dstX1 - dstX0;
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 Dpp_private.h107 int dstX1, int dstY1);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blit.c113 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
122 const GLint dstWidth = ABS(dstX1 - dstX0);
128 const GLint dstXpos = MIN2(dstX0, dstX1);
131 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
516 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1)
523 const GLint dstWidth = ABS(dstX1 - dstX0);
529 const GLint dstXpos = MIN2(dstX0, dstX1);
532 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
744 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
767 &dstX0, &dstY0, &dstX1,
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 Ds_blit.c113 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
122 const GLint dstWidth = ABS(dstX1 - dstX0);
128 const GLint dstXpos = MIN2(dstX0, dstX1);
131 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
516 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1)
523 const GLint dstWidth = ABS(dstX1 - dstX0);
529 const GLint dstXpos = MIN2(dstX0, dstX1);
532 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
744 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
767 &dstX0, &dstY0, &dstX1,
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 Dintel_fbo.c648 GLint dstX1, GLint dstY1,
673 if (!(srcX0 - srcX1 == dstX0 - dstX1 &&
679 dstX0 >= 0 && dstX1 <= drawFb->Width &&
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 Dintel_fbo.c648 GLint dstX1, GLint dstY1,
673 if (!(srcX0 - srcX1 == dstX0 - dstX1 &&
679 dstX0 >= 0 && dstX1 <= drawFb->Width &&
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

Completed in 22 milliseconds

1234