Home
last modified time | relevance | path

Searched refs:srcY0 (Results 1 – 25 of 59) sorted by relevance

123

/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()
172 srcY0 = readFB->Height - srcY0; in st_BlitFramebuffer()
199 info.src.y0 = srcY0; in st_BlitFramebuffer()
205 info.src.y1 = srcY0; in st_BlitFramebuffer()
213 if (srcY0 > srcY1 && dstY0 > dstY1) { in st_BlitFramebuffer()
219 tmp = srcY0; in st_BlitFramebuffer()
220 srcY0 = srcY1; 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
1051 srcY0 = srcY1 + height; in st_CopyTexSubImage()
1054 srcY0 = srcY; in st_CopyTexSubImage()
1055 srcY1 = srcY0 + height; in st_CopyTexSubImage()
1075 srcX, srcY0, 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()
233 if (srcY0 < 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()
628 srcY0 = srcYpos + srcRow0; in blit_linear()
[all …]
Dswrast.h156 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
/external/mesa3d/src/gallium/auxiliary/util/
Du_blit.c374 regions_overlap(int srcX0, int srcY0, 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()
428 int srcX0, int srcY0, 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()
497 src_box.y = srcY0; in util_blit_pixels()
548 const int srcTop = MIN2(srcY0, srcY1); in util_blit_pixels()
[all …]
Du_blit.h62 int srcX0, int srcY0,
74 int srcX0, int srcY0,
/external/mesa3d/src/mesa/main/
Dimage.c718 const GLint srcX0 = *srcX, srcY0 = *srcY; in _mesa_clip_copytexsubimage() local
723 *destY = *destY + *srcY - srcY0; in _mesa_clip_copytexsubimage()
856 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()
[all …]
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.c806 GLint srcX0, GLint srcY0, 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()
846 srcX0, srcY0, 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.c806 GLint srcX0, GLint srcY0, 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()
846 srcX0, srcY0, 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.cpp148 GLint srcX0, GLint srcY0, in do_blorp_blit() argument
166 srcX0, srcY0, dstX0, dstY0, dstX1, dstY1, in do_blorp_blit()
193 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()
241 GLint tmp = read_fb->Height - srcY0; in try_blorp_blit()
242 srcY0 = read_fb->Height - srcY1; in try_blorp_blit()
266 do_blorp_blit(intel, buffer_bit, src_irb, dst_irb, srcX0, srcY0, in try_blorp_blit()
[all …]
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_fbo.c806 GLint srcX0, GLint srcY0, 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()
846 srcX0, srcY0, 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/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
1512 t0 = srcY0 / (float) texImage->Height; in blitframebuffer_texture()
1519 t0 = srcY0; 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 …m_context.getFunctions().blitFramebuffer(readOffset.x()+srcX0, readOffset.y()+srcY0, readOffset.x(… 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/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTgles2Ext.h108 …typedef void (GL_APIENTRYP PFNGLBLITFRAMEBUFFERNVPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLi…
/external/mesa3d/src/gallium/state_trackers/vega/
Drenderer.c1415 int srcX0, int srcY0, 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()
1444 if (srcTop != srcY0) { in renderer_copy_surface()
/external/swiftshader/src/OpenGL/libGLESv2/
Dmain.cpp325 GL_APICALL void BlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, …
326 GL_APICALL void BlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX…
1272 GL_APICALL void GL_APIENTRY glBlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,… in glBlitFramebufferNV() argument
1274 …return es2::BlitFramebufferNV(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter… in glBlitFramebufferNV()
1277 GL_APICALL void GL_APIENTRY glBlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint src… in glBlitFramebufferANGLE() argument
1280 …return es2::BlitFramebufferANGLE(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, fil… in glBlitFramebufferANGLE()
DlibGLESv2.hpp214 …void (*glBlitFramebufferNV)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint…
215 …void (*glBlitFramebufferANGLE)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GL…
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
Dgl2ext.h1239 GL_APICALL void GL_APIENTRY glBlitFramebufferANGLE (GLint srcX0, GLint srcY0, GLint srcX1, GLint sr…
1241 typedef void (GL_APIENTRYP PFNGLBLITFRAMEBUFFERANGLEPROC) (GLint srcX0, GLint srcY0, GLint srcX1, G…
1774 GL_APICALL void GL_APIENTRY glBlitFramebufferNV (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1…
1776 typedef void (GL_APIENTRYP PFNBLITFRAMEBUFFERNVPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint …

123