| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | blit.h | 32 _mesa_regions_overlap(int srcX0, int srcY0, 38 _mesa_BlitFramebuffer_no_error(GLint srcX0, GLint srcY0, GLint srcX1, 44 _mesa_BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 51 GLint srcX0, GLint srcY0, 59 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
|
| H A D | blit.c | 66 _mesa_regions_overlap(int srcX0, int srcY0, argument 71 if (MAX2(srcX0, srcX1) <= MIN2(dstX0, dstX1)) 74 if (MAX2(dstX0, dstX1) <= MIN2(srcX0, srcX1)) 346 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 431 && (srcX0 != dstX0 || srcY0 != dstY0 450 if (abs(srcX1 - srcX0) != abs(dstX1 - dstX0) || 527 srcX0, srcY0, srcX1, srcY1, 570 (srcX1 - srcX0) == 0 || (srcY1 - srcY0) == 0 || 577 srcX0, srcY0, srcX1, srcY1, 587 GLint srcX0, GLin 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 | 744 const GLint srcX0 = *srcX, srcY0 = *srcY; local in function:_mesa_clip_copytexsubimage 748 *destX = *destX + *srcX - srcX0; 805 clip_right_or_top(GLint *srcX0, GLint *srcX1, argument 818 bias = (*srcX0 < *srcX1) ? 0.5F : -0.5F; 819 *srcX1 = *srcX0 + (GLint) (t * (*srcX1 - *srcX0) + bias); 828 bias = (*srcX0 < *srcX1) ? -0.5F : 0.5F; 829 *srcX0 = *srcX1 + (GLint) (t * (*srcX0 - *srcX1) + bias); 838 clip_left_or_bottom(GLint *srcX0, GLin 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 | 32 _mesa_regions_overlap(int srcX0, int srcY0, 38 _mesa_BlitFramebuffer_no_error(GLint srcX0, GLint srcY0, GLint srcX1, 44 _mesa_BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 51 GLint srcX0, GLint srcY0, 59 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
|
| H A D | blit.c | 66 _mesa_regions_overlap(int srcX0, int srcY0, argument 71 if (MAX2(srcX0, srcX1) <= MIN2(dstX0, dstX1)) 74 if (MAX2(dstX0, dstX1) <= MIN2(srcX0, srcX1)) 346 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 431 && (srcX0 != dstX0 || srcY0 != dstY0 450 if (abs(srcX1 - srcX0) != abs(dstX1 - dstX0) || 527 srcX0, srcY0, srcX1, srcY1, 570 (srcX1 - srcX0) == 0 || (srcY1 - srcY0) == 0 || 577 srcX0, srcY0, srcX1, srcY1, 587 GLint srcX0, GLin 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 | 744 const GLint srcX0 = *srcX, srcY0 = *srcY; local in function:_mesa_clip_copytexsubimage 748 *destX = *destX + *srcX - srcX0; 805 clip_right_or_top(GLint *srcX0, GLint *srcX1, argument 818 bias = (*srcX0 < *srcX1) ? 0.5F : -0.5F; 819 *srcX1 = *srcX0 + (GLint) (t * (*srcX1 - *srcX0) + bias); 828 bias = (*srcX0 < *srcX1) ? -0.5F : 0.5F; 829 *srcX0 = *srcX1 + (GLint) (t * (*srcX0 - *srcX1) + bias); 838 clip_left_or_bottom(GLint *srcX0, GLin 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 | 58 int srcX0, int srcY0, 70 int srcX0, int srcY0,
|
| H A D | u_blit.c | 327 regions_overlap(int srcX0, int srcY0, argument 332 if (MAX2(srcX0, srcX1) <= MIN2(dstX0, dstX1)) 335 if (MAX2(dstX0, dstX1) <= MIN2(srcX0, srcX1)) 381 int srcX0, int srcY0, 393 const int srcW = abs(srcX1 - srcX0); 410 regions_overlap(srcX0, srcY0, srcX1, srcY1, 448 srcX0 < srcX1 && 452 (dstX1 - dstX0) == (srcX1 - srcX0) && 456 src_box.x = srcX0; 484 info.src.box.x = srcX0; 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 | 39 GLfloat *srcX0, GLfloat *srcY0,
|
| H A D | brw_meta_util.c | 111 * \param src the source rect coordinate (for example srcX0) 161 GLfloat *srcX0, GLfloat *srcY0, 171 fixup_mirroring(mirror_x, srcX0, srcX1); 188 if (!compute_pixels_clipped(*srcX0, *srcY0, *srcX1, *srcY1, 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 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 223 if (*srcX0 == *srcX1 || *srcY0 == *srcY1 227 float scaleX = (float) (*srcX1 - *srcX0) / (*dstX 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 | 802 GLint srcX0, GLint srcY0, 830 if (!(srcX0 - srcX1 == dstX0 - dstX1 && 832 srcX1 >= srcX0 && 834 srcX0 >= 0 && srcX1 <= readFb->Width && 873 srcX0, srcY0, readFb->FlipY, 895 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 918 srcX0, srcY0, srcX1, srcY1, 926 srcX0, srcY0, srcX1, srcY1, 933 srcX0, srcY0, srcX1, srcY1, 944 srcX0, srcY 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 | 39 GLfloat *srcX0, GLfloat *srcY0,
|
| H A D | brw_meta_util.c | 111 * \param src the source rect coordinate (for example srcX0) 161 GLfloat *srcX0, GLfloat *srcY0, 171 fixup_mirroring(mirror_x, srcX0, srcX1); 188 if (!compute_pixels_clipped(*srcX0, *srcY0, *srcX1, *srcY1, 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 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 223 if (*srcX0 == *srcX1 || *srcY0 == *srcY1 227 float scaleX = (float) (*srcX1 - *srcX0) / (*dstX 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/dist/src/mesa/drivers/common/ |
| H A D | meta_blit.c | 92 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 106 const int srcW = abs(srcX1 - srcX0); 164 srcX0, srcY0, 171 srcX0 = 0; 241 s0 = srcX0 / (float) texImage->Width; 248 s0 = (float) srcX0; 418 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 428 GLint srcX0, srcY0, srcX1, srcY1; member in struct:_mesa_meta_BlitFramebuffer::__anone1b30b790108 431 srcX0, srcY0, srcX1, srcY1, 446 &clip.srcX0, 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/state_tracker/ |
| H A D | st_cb_blit.c | 52 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 63 GLint srcX0, srcY0, srcX1, srcY1; member in struct:st_BlitFramebuffer::__anoncdb2055f0108 74 clip.srcX0 = srcX0; 90 &clip.srcX0, &clip.srcY0, &clip.srcX1, &clip.srcY1, 147 blit.src.box.x = srcX0; 149 blit.src.box.width = srcX1 - srcX0; 154 blit.src.box.width = srcX0 - srcX1; 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
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_blit.c | 53 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 64 GLint srcX0, srcY0, srcX1, srcY1; member in struct:st_BlitFramebuffer::__anonfcd005520108 75 clip.srcX0 = srcX0; 91 &clip.srcX0, &clip.srcY0, &clip.srcX1, &clip.srcY1, 148 blit.src.box.x = srcX0; 150 blit.src.box.width = srcX1 - srcX0; 155 blit.src.box.width = srcX0 - srcX1; 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
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/postprocess/ |
| H A D | pp_private.h | 100 int srcX0, int srcY0,
|
| H A D | pp_run.c | 41 int srcX0, int srcY0, 55 blit.src.box.x = srcX0; 58 blit.src.box.width = srcX1 - srcX0; 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.old/dist/src/mesa/swrast/ |
| H A D | s_blit.c | 112 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 121 const GLint srcWidth = ABS(srcX1 - srcX0); 126 const GLint srcXpos = MIN2(srcX0, srcX1); 131 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0); 515 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 522 const GLint srcWidth = ABS(srcX1 - srcX0); 527 const GLint srcXpos = MIN2(srcX0, srcX1); 532 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0); 743 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 766 if (!_mesa_clip_blit(ctx, readFb, drawFb, &srcX0, 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 | 112 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 121 const GLint srcWidth = ABS(srcX1 - srcX0); 126 const GLint srcXpos = MIN2(srcX0, srcX1); 131 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0); 515 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 522 const GLint srcWidth = ABS(srcX1 - srcX0); 527 const GLint srcXpos = MIN2(srcX0, srcX1); 532 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0); 743 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 766 if (!_mesa_clip_blit(ctx, readFb, drawFb, &srcX0, 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/gallium/auxiliary/postprocess/ |
| H A D | pp_private.h | 102 int srcX0, int srcY0,
|
| H A D | pp_run.c | 42 int srcX0, int srcY0, 56 blit.src.box.x = srcX0; 59 blit.src.box.width = srcX1 - srcX0; 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/drivers/common/ |
| H A D | meta_blit.c | 604 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 618 const int srcW = abs(srcX1 - srcX0); 683 srcX0, srcY0, 690 srcX0 = 0; 765 s0 = srcX0 / (float) texImage->Width; 774 s0 = (float) srcX0; 949 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 959 GLint srcX0, srcY0, srcX1, srcY1; member in struct:_mesa_meta_BlitFramebuffer::__anonb2950b860108 962 srcX0, srcY0, srcX1, srcY1, 979 &clip.srcX0, 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/mesa/drivers/dri/i915/ |
| H A D | intel_fbo.c | 645 GLint srcX0, GLint srcY0, 673 if (!(srcX0 - srcX1 == dstX0 - dstX1 && 675 srcX1 >= srcX0 && 677 srcX0 >= 0 && srcX1 <= readFb->Width && 718 srcX0, srcY0, src_rb->Name == 0, 739 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 745 srcX0, srcY0, srcX1, srcY1, 753 srcX0, srcY0, srcX1, srcY1, 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 | 645 GLint srcX0, GLint srcY0, 673 if (!(srcX0 - srcX1 == dstX0 - dstX1 && 675 srcX1 >= srcX0 && 677 srcX0 >= 0 && srcX1 <= readFb->Width && 718 srcX0, srcY0, src_rb->Name == 0, 739 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 745 srcX0, srcY0, srcX1, srcY1, 753 srcX0, srcY0, srcX1, srcY1, 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
|