| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | blit.h | 34 int dstX0, int dstY0, 39 GLint srcY1, GLint dstX0, GLint dstY0, 45 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 53 GLint dstX0, GLint dstY0, 60 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
|
| H A D | blit.c | 68 int dstX0, int dstY0, 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, 431 && (srcX0 != dstX0 || srcY0 != dstY0 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, 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 D | image.c | 806 GLint *dstX0, GLint *dstX1, 813 assert(*dstX0 < maxValue); /* X0 should be inside right edge */ 814 t = (GLfloat) (maxValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0); 821 else if (*dstX0 > maxValue) { 824 t = (GLfloat) (maxValue - *dstX1) / (GLfloat) (*dstX0 - *dstX1); 827 *dstX0 = maxValue; 839 GLint *dstX0, GLint *dstX1, 844 if (*dstX0 < minValue) { 847 t = (GLfloat) (minValue - *dstX0) / (GLfloa 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 D | blit.h | 34 int dstX0, int dstY0, 39 GLint srcY1, GLint dstX0, GLint dstY0, 45 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 53 GLint dstX0, GLint dstY0, 60 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
|
| H A D | blit.c | 68 int dstX0, int dstY0, 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, 431 && (srcX0 != dstX0 || srcY0 != dstY0 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, 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 D | image.c | 806 GLint *dstX0, GLint *dstX1, 813 assert(*dstX0 < maxValue); /* X0 should be inside right edge */ 814 t = (GLfloat) (maxValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0); 821 else if (*dstX0 > maxValue) { 824 t = (GLfloat) (maxValue - *dstX1) / (GLfloat) (*dstX0 - *dstX1); 827 *dstX0 = maxValue; 839 GLint *dstX0, GLint *dstX1, 844 if (*dstX0 < minValue) { 847 t = (GLfloat) (minValue - *dstX0) / (GLfloa 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 D | u_blit.h | 62 int dstX0, int dstY0, 74 int dstX0, int dstY0,
|
| H A D | u_blit.c | 329 int dstX0, int dstY0, 332 if (MAX2(srcX0, srcX1) <= MIN2(dstX0, dstX1)) 335 if (MAX2(dstX0, dstX1) <= MIN2(srcX0, srcX1)) 385 int dstX0, int dstY0, 411 dstX0, dstY0, dstX1, dstY1); 449 dstX0 < dstX1 && 452 (dstX1 - dstX0) == (srcX1 - srcX0) && 464 dstX0, dstY0, dst->u.tex.first_layer,/* dest */ 473 info.dst.box.x = dstX0; 476 info.dst.box.width = dstX1 - dstX0; 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 D | brw_meta_util.h | 41 GLfloat *dstX0, GLfloat *dstY0,
|
| H A D | brw_meta_util.c | 112 * \param dst0 the dst rect coordinate (for example dstX0) 163 GLfloat *dstX0, GLfloat *dstY0, 172 fixup_mirroring(mirror_x, dstX0, dstX1); 193 if (!compute_pixels_clipped(*dstX0, *dstY0, *dstX1, *dstY1, 203 * For example, if srcX0 and dstX0 need both to be clipped we want to avoid 204 * the situation where we clip srcX0 first, then adjust dstX0 accordingly 205 * but then we realize that the resulting dstX0 still needs to be clipped, 206 * so we clip dstX0 and adjust srcX0 again. Because we are applying scaling 218 * the dst rect so we should clip dstX0 only and adjust srcX0. This is 224 || *dstX0 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 | intel_fbo.c | 804 GLint dstX0, GLint dstY0, 830 if (!(srcX0 - srcX1 == dstX0 - dstX1 && 836 dstX0 >= 0 && dstX1 <= drawFb->Width && 876 dstX0, dstY0, drawFb->FlipY, 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, dstY 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 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_meta_util.h | 41 GLfloat *dstX0, GLfloat *dstY0,
|
| H A D | brw_meta_util.c | 112 * \param dst0 the dst rect coordinate (for example dstX0) 163 GLfloat *dstX0, GLfloat *dstY0, 172 fixup_mirroring(mirror_x, dstX0, dstX1); 193 if (!compute_pixels_clipped(*dstX0, *dstY0, *dstX1, *dstY1, 203 * For example, if srcX0 and dstX0 need both to be clipped we want to avoid 204 * the situation where we clip srcX0 first, then adjust dstX0 accordingly 205 * but then we realize that the resulting dstX0 still needs to be clipped, 206 * so we clip dstX0 and adjust srcX0 again. Because we are applying scaling 218 * the dst rect so we should clip dstX0 only and adjust srcX0. This is 224 || *dstX0 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...] |
| /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 78 clip.dstX0 = dstX0; 91 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) { 96 (dstX0 != clip.dstX0) || 110 blit.scissor.minx = MIN2(clip.dstX0, clip.dstX1); 112 blit.scissor.maxx = MAX2(clip.dstX0, clip.dstX1); 145 if (dstX0 < dstX 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 79 clip.dstX0 = dstX0; 92 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) { 97 (dstX0 != clip.dstX0) || 111 blit.scissor.minx = MIN2(clip.dstX0, clip.dstX1); 113 blit.scissor.maxx = MAX2(clip.dstX0, clip.dstX1); 146 if (dstX0 < dstX 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 D | meta_blit.c | 93 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)) { 465 if (clip.dstX0 ! 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, 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)) { 998 if (clip.dstX0 ! 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 | 104 int dstX0, int dstY0,
|
| H A D | pp_run.c | 45 int dstX0, int dstY0, 65 blit.dst.box.x = dstX0; 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 D | pp_private.h | 106 int dstX0, int dstY0,
|
| H A D | pp_run.c | 46 int dstX0, int dstY0, 66 blit.dst.box.x = dstX0; 69 blit.dst.box.width = dstX1 - dstX0; 40 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.old/dist/src/mesa/swrast/ |
| H A D | s_blit.c | 113 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, 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, 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, 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 | 647 GLint dstX0, GLint dstY0, 673 if (!(srcX0 - srcX1 == dstX0 - dstX1 && 679 dstX0 >= 0 && dstX1 <= drawFb->Width && 721 dstX0, dstY0, dst_rb->Name == 0, 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 | 647 GLint dstX0, GLint dstY0, 673 if (!(srcX0 - srcX1 == dstX0 - dstX1 && 679 dstX0 >= 0 && dstX1 <= drawFb->Width && 721 dstX0, dstY0, dst_rb->Name == 0, 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
|