Home
last modified time | relevance | path

Searched refs:srcY1 (Results 1 – 25 of 43) sorted by relevance

12

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_blit.c144 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in st_BlitFramebuffer() argument
159 if (!_mesa_clip_blit(ctx, &srcX0, &srcY0, &srcX1, &srcY1, in st_BlitFramebuffer()
173 srcY1 = readFB->Height - srcY1; in st_BlitFramebuffer()
200 info.src.y1 = srcY1; in st_BlitFramebuffer()
204 info.src.y0 = srcY1; in st_BlitFramebuffer()
213 if (srcY0 > srcY1 && dstY0 > dstY1) { in st_BlitFramebuffer()
220 srcY0 = srcY1; in st_BlitFramebuffer()
221 srcY1 = tmp; in st_BlitFramebuffer()
242 srcX0, srcY0, srcX1, srcY1, in st_BlitFramebuffer()
257 srcX0, srcY0, srcX1, srcY1, in st_BlitFramebuffer()
[all …]
Dst_cb_texture.c935 GLint srcY0, srcY1; in st_CopyTexSubImage() local
1050 srcY1 = strb->Base.Height - srcY - height; in st_CopyTexSubImage()
1051 srcY0 = srcY1 + height; in st_CopyTexSubImage()
1055 srcY1 = srcY0 + height; in st_CopyTexSubImage()
1076 srcX + width, srcY1, in st_CopyTexSubImage()
/external/mesa3d/src/mesa/swrast/
Ds_blit.c109 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_nearest() argument
117 const GLint srcHeight = ABS(srcY1 - srcY0); in blit_nearest()
121 const GLint srcYpos = MIN2(srcY0, srcY1); in blit_nearest()
126 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0); in blit_nearest()
489 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_linear() argument
497 const GLint srcHeight = ABS(srcY1 - srcY0); in blit_linear()
502 const GLint srcYpos = MIN2(srcY0, srcY1); in blit_linear()
507 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0); in blit_linear()
629 srcY1 = srcYpos + srcRow1; in blit_linear()
632 if (srcY0 == srcBufferY0 && srcY1 == srcBufferY1) { in blit_linear()
[all …]
Dswrast.h156 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
/external/mesa3d/src/gallium/auxiliary/util/
Du_blit.h63 int srcX1, int srcY1,
75 int srcX1, int srcY1,
Du_blit.c375 int srcX1, int srcY1, in regions_overlap() argument
385 if (MAX2(srcY0, srcY1) < MIN2(dstY0, dstY1)) in regions_overlap()
388 if (MAX2(dstY0, dstY1) < MIN2(srcY0, srcY1)) in regions_overlap()
429 int srcX1, int srcY1, in util_blit_pixels() argument
445 const int srcH = abs(srcY1 - srcY0); in util_blit_pixels()
463 regions_overlap(srcX0, srcY0, srcX1, srcY1, in util_blit_pixels()
490 srcY0 < srcY1 && in util_blit_pixels()
493 (dstY1 - dstY0) == (srcY1 - srcY0) && in util_blit_pixels()
548 const int srcTop = MIN2(srcY0, srcY1); in util_blit_pixels()
635 t1 = srcY1; in util_blit_pixels()
[all …]
/external/mesa3d/src/mesa/main/
Dimage.c856 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1, in _mesa_clip_blit() argument
899 if (*srcY0 == *srcY1) in _mesa_clip_blit()
901 if (*srcY0 <= srcYmin && *srcY1 <= srcYmin) in _mesa_clip_blit()
903 if (*srcY0 >= srcYmax && *srcY1 >= srcYmax) in _mesa_clip_blit()
910 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); in _mesa_clip_blit()
912 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin); in _mesa_clip_blit()
918 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax); in _mesa_clip_blit()
920 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin); in _mesa_clip_blit()
946 ASSERT(*srcY1 >= srcYmin); in _mesa_clip_blit()
947 ASSERT(*srcY1 <= srcYmax); in _mesa_clip_blit()
Dimage.h130 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1,
Dfbobject.h204 _mesa_BlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
Dfbobject.c2879 _mesa_BlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_BlitFramebufferEXT() argument
2896 srcX0, srcY0, srcX1, srcY1, in _mesa_BlitFramebufferEXT()
3029 abs(srcY1 - srcY0) != abs(dstY1 - dstY0)) { in _mesa_BlitFramebufferEXT()
3067 srcX0, srcY0, srcX1, srcY1, in _mesa_BlitFramebufferEXT()
3107 srcX0, srcY0, srcX1, srcY1, in _mesa_BlitFramebufferEXT()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_fbo.c807 GLint srcX1, GLint srcY1, in intel_blit_framebuffer_copy_tex_sub_image() argument
827 srcY0 - srcY1 == dstY0 - dstY1 && in intel_blit_framebuffer_copy_tex_sub_image()
829 srcY1 >= srcY0 && in intel_blit_framebuffer_copy_tex_sub_image()
831 srcY0 >= 0 && srcY1 <= readFb->Height && in intel_blit_framebuffer_copy_tex_sub_image()
848 srcY1 - srcY0)) in intel_blit_framebuffer_copy_tex_sub_image()
858 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in intel_blit_framebuffer() argument
864 srcX0, srcY0, srcX1, srcY1, in intel_blit_framebuffer()
872 srcX0, srcY0, srcX1, srcY1, in intel_blit_framebuffer()
880 srcX0, srcY0, srcX1, srcY1, in intel_blit_framebuffer()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_fbo.c807 GLint srcX1, GLint srcY1, in intel_blit_framebuffer_copy_tex_sub_image() argument
827 srcY0 - srcY1 == dstY0 - dstY1 && in intel_blit_framebuffer_copy_tex_sub_image()
829 srcY1 >= srcY0 && in intel_blit_framebuffer_copy_tex_sub_image()
831 srcY0 >= 0 && srcY1 <= readFb->Height && in intel_blit_framebuffer_copy_tex_sub_image()
848 srcY1 - srcY0)) in intel_blit_framebuffer_copy_tex_sub_image()
858 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in intel_blit_framebuffer() argument
864 srcX0, srcY0, srcX1, srcY1, in intel_blit_framebuffer()
872 srcX0, srcY0, srcX1, srcY1, in intel_blit_framebuffer()
880 srcX0, srcY0, srcX1, srcY1, in intel_blit_framebuffer()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_fbo.c807 GLint srcX1, GLint srcY1, in intel_blit_framebuffer_copy_tex_sub_image() argument
827 srcY0 - srcY1 == dstY0 - dstY1 && in intel_blit_framebuffer_copy_tex_sub_image()
829 srcY1 >= srcY0 && in intel_blit_framebuffer_copy_tex_sub_image()
831 srcY0 >= 0 && srcY1 <= readFb->Height && in intel_blit_framebuffer_copy_tex_sub_image()
848 srcY1 - srcY0)) in intel_blit_framebuffer_copy_tex_sub_image()
858 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in intel_blit_framebuffer() argument
864 srcX0, srcY0, srcX1, srcY1, in intel_blit_framebuffer()
872 srcX0, srcY0, srcX1, srcY1, in intel_blit_framebuffer()
880 srcX0, srcY0, srcX1, srcY1, in intel_blit_framebuffer()
Dbrw_blorp_blit.cpp193 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in try_blorp_blit() argument
211 fixup_mirroring(mirror_y, srcY0, srcY1); in try_blorp_blit()
216 if (srcY1 - srcY0 != dstY1 - dstY0) return false; in try_blorp_blit()
222 clip_or_scissor(mirror_y, srcY0, srcY1, dstY0, dstY1, in try_blorp_blit()
231 clip_or_scissor(mirror_y, dstY0, dstY1, srcY0, srcY1, in try_blorp_blit()
242 srcY0 = read_fb->Height - srcY1; in try_blorp_blit()
243 srcY1 = tmp; in try_blorp_blit()
299 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in brw_blorp_framebuffer() argument
316 srcX0, srcY0, srcX1, srcY1, in brw_blorp_framebuffer()
Dbrw_context.h1179 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
/external/mesa3d/src/mesa/drivers/common/
Dmeta.h78 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
Dmeta.c1430 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blitframebuffer_texture() argument
1513 t1 = srcY1 / (float) texImage->Height; in blitframebuffer_texture()
1520 t1 = srcY1; in blitframebuffer_texture()
1575 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_meta_BlitFramebuffer() argument
1583 const GLint srcY = MIN2(srcY0, srcY1); in _mesa_meta_BlitFramebuffer()
1585 const GLint srcH = abs(srcY1 - srcY0); in _mesa_meta_BlitFramebuffer()
1587 const GLboolean srcFlipY = srcY1 < srcY0; in _mesa_meta_BlitFramebuffer()
1601 _swrast_BlitFramebuffer(ctx, srcX0, srcY0, srcX1, srcY1, in _mesa_meta_BlitFramebuffer()
1646 mask = blitframebuffer_texture(ctx, srcX0, srcY0, srcX1, srcY1, in _mesa_meta_BlitFramebuffer()
1730 _swrast_BlitFramebuffer(ctx, srcX0, srcY0, srcX1, srcY1, in _mesa_meta_BlitFramebuffer()
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp359 void ContextWrapper::glBlitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int … in glBlitFramebuffer() argument
361 m_curCtx->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); in glBlitFramebuffer()
DsglrGLContext.cpp600 void GLContext::blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, … in blitFramebuffer() argument
607 << srcX0 << ", " << srcY0 << ", " << srcX1 << ", " << srcY1 << ", " in blitFramebuffer()
613 …Framebuffer(readOffset.x()+srcX0, readOffset.y()+srcY0, readOffset.x()+srcX1, readOffset.y()+srcY1, in blitFramebuffer()
DsglrGLContext.hpp149 …virtual void blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int ds…
DsglrContext.hpp137 …virtual void blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0,…
/external/mesa3d/src/gallium/state_trackers/vega/
Drenderer.c1416 int srcX1, int srcY1, in renderer_copy_surface() argument
1430 const int srcH = abs(srcY1 - srcY0); in renderer_copy_surface()
1432 const int srcTop = MIN2(srcY0, srcY1); in renderer_copy_surface()
/external/skia/src/gpu/gl/
DGrGLNoOpInterface.h333 GrGLint srcY1,
DGrGLNoOpInterface.cpp448 GrGLint srcY1, in noOpGLBlitFramebuffer() argument
/external/mesa3d/include/GL/
Dwglext.h855 …ramebufferAMD (HGLRC dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLin…
865 …UFFERAMDPROC) (HGLRC dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLin…

12