/external/mesa3d/src/mesa/main/ |
D | blit.c | 66 _mesa_regions_overlap(int srcX0, int srcY0, in _mesa_regions_overlap() argument 77 if (MAX2(srcY0, srcY1) <= MIN2(dstY0, dstY1)) in _mesa_regions_overlap() 80 if (MAX2(dstY0, dstY1) <= MIN2(srcY0, srcY1)) in _mesa_regions_overlap() 346 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_framebuffer() argument 431 && (srcX0 != dstX0 || srcY0 != dstY0 in blit_framebuffer() 451 abs(srcY1 - srcY0) != abs(dstY1 - dstY0)) { in blit_framebuffer() 527 srcX0, srcY0, srcX1, srcY1, in blit_framebuffer() 570 (srcX1 - srcX0) == 0 || (srcY1 - srcY0) == 0 || in blit_framebuffer() 577 srcX0, srcY0, srcX1, srcY1, in blit_framebuffer() 587 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_framebuffer_err() argument [all …]
|
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,
|
D | image.c | 744 const GLint srcX0 = *srcX, srcY0 = *srcY; in _mesa_clip_copytexsubimage() local 749 *destY = *destY + *srcY - srcY0; in _mesa_clip_copytexsubimage() 884 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1, in _mesa_clip_blit() argument 927 if (*srcY0 == *srcY1) in _mesa_clip_blit() 929 if (*srcY0 <= srcYmin && *srcY1 <= srcYmin) in _mesa_clip_blit() 931 if (*srcY0 >= srcYmax && *srcY1 >= srcYmax) in _mesa_clip_blit() 938 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); in _mesa_clip_blit() 940 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin); in _mesa_clip_blit() 946 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax); in _mesa_clip_blit() 948 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin); in _mesa_clip_blit() [all …]
|
D | image.h | 134 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1,
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta_blit.c | 92 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blitframebuffer_texture() argument 107 const int srcH = abs(srcY1 - srcY0); in blitframebuffer_texture() 135 GLint temp = srcY0; in blitframebuffer_texture() 136 srcY0 = rb->Height - srcY1; in blitframebuffer_texture() 164 srcX0, srcY0, in blitframebuffer_texture() 172 srcY0 = 0; in blitframebuffer_texture() 243 t0 = srcY0 / (float) texImage->Height; in blitframebuffer_texture() 250 t0 = (float) srcY0; in blitframebuffer_texture() 418 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in _mesa_meta_BlitFramebuffer() argument 428 GLint srcX0, srcY0, srcX1, srcY1; in _mesa_meta_BlitFramebuffer() member [all …]
|
D | meta.h | 409 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 417 GLint srcX0, GLint srcY0,
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 112 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_nearest() argument 123 const GLint srcHeight = ABS(srcY1 - srcY0); in blit_nearest() 127 const GLint srcYpos = MIN2(srcY0, srcY1); in blit_nearest() 132 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0); in blit_nearest() 265 if (srcY0 < dstY0) { in blit_nearest() 515 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in blit_linear() argument 524 const GLint srcHeight = ABS(srcY1 - srcY0); in blit_linear() 528 const GLint srcYpos = MIN2(srcY0, srcY1); in blit_linear() 533 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0); in blit_linear() 648 srcY0 = srcYpos + srcRow0; in blit_linear() [all …]
|
D | swrast.h | 160 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_blit.c | 53 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in st_BlitFramebuffer() argument 64 GLint srcX0, srcY0, srcX1, srcY1; in st_BlitFramebuffer() member 76 clip.srcY0 = srcY0; in st_BlitFramebuffer() 91 &clip.srcX0, &clip.srcY0, &clip.srcX1, &clip.srcY1, in st_BlitFramebuffer() 124 srcY0 = readFB->Height - srcY0; in st_BlitFramebuffer() 128 if (srcY0 > srcY1 && dstY0 > dstY1) { in st_BlitFramebuffer() 134 tmp = srcY0; in st_BlitFramebuffer() 135 srcY0 = srcY1; in st_BlitFramebuffer() 159 blit.src.box.y = srcY0; in st_BlitFramebuffer() 161 blit.src.box.height = srcY1 - srcY0; in st_BlitFramebuffer() [all …]
|
D | st_cb_texture.c | 2514 GLint srcY0, srcY1; in st_CopyTexSubImage() local 2561 srcY0 = srcY1 + height; in st_CopyTexSubImage() 2564 srcY0 = srcY; in st_CopyTexSubImage() 2565 srcY1 = srcY0 + height; in st_CopyTexSubImage() 2576 blit.src.box.y = srcY0; in st_CopyTexSubImage() 2579 blit.src.box.height = srcY1 - srcY0; in st_CopyTexSubImage()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_meta_util.c | 161 GLfloat *srcX0, GLfloat *srcY0, in brw_meta_mirror_clip_and_scissor() argument 173 fixup_mirroring(mirror_y, srcY0, srcY1); in brw_meta_mirror_clip_and_scissor() 188 if (!compute_pixels_clipped(*srcX0, *srcY0, *srcX1, *srcY1, in brw_meta_mirror_clip_and_scissor() 223 if (*srcX0 == *srcX1 || *srcY0 == *srcY1 in brw_meta_mirror_clip_and_scissor() 228 float scaleY = (float) (*srcY1 - *srcY0) / (*dstY1 - *dstY0); in brw_meta_mirror_clip_and_scissor() 244 srcY0, dstY0, dstY1, in brw_meta_mirror_clip_and_scissor() 258 GLint tmp = read_fb->Height - *srcY0; in brw_meta_mirror_clip_and_scissor() 259 *srcY0 = read_fb->Height - *srcY1; in brw_meta_mirror_clip_and_scissor() 273 return *srcX0 == *srcX1 || *srcY0 == *srcY1 in brw_meta_mirror_clip_and_scissor()
|
D | intel_fbo.c | 802 GLint srcX0, GLint srcY0, in intel_blit_framebuffer_with_blitter() argument 831 srcY0 - srcY1 == dstY0 - dstY1 && in intel_blit_framebuffer_with_blitter() 833 srcY1 >= srcY0 && in intel_blit_framebuffer_with_blitter() 835 srcY0 >= 0 && srcY1 <= readFb->Height && in intel_blit_framebuffer_with_blitter() 873 srcX0, srcY0, readFb->FlipY, in intel_blit_framebuffer_with_blitter() 895 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in intel_blit_framebuffer() argument 918 srcX0, srcY0, srcX1, srcY1, in intel_blit_framebuffer() 926 srcX0, srcY0, srcX1, srcY1, in intel_blit_framebuffer() 936 srcX0, srcY0, srcX1, srcY1, in intel_blit_framebuffer() 947 srcX0, srcY0, srcX1, srcY1, in intel_blit_framebuffer()
|
D | brw_blorp.c | 583 GLfloat srcX0, GLfloat srcY0, GLfloat srcX1, GLfloat srcY1, in do_blorp_blit() argument 601 srcX0, srcY0, srcX1, srcY1, in do_blorp_blit() 613 GLfloat srcX0, GLfloat srcY0, GLfloat srcX1, GLfloat srcY1, in try_blorp_blit() argument 627 &srcX0, &srcY0, &srcX1, &srcY1, in try_blorp_blit() 646 srcX0, srcY0, srcX1, srcY1, in try_blorp_blit() 667 dst_irb, MESA_FORMAT_NONE, srcX0, srcY0, in try_blorp_blit() 683 dst_irb, MESA_FORMAT_NONE, srcX0, srcY0, in try_blorp_blit() 707 int srcX0, int srcY0, in brw_blorp_copytexsubimage() argument 747 int srcY1 = srcY0 + height; in brw_blorp_copytexsubimage() 757 apply_y_flip(&srcY0, &srcY1, src_rb->Height); in brw_blorp_copytexsubimage() [all …]
|
D | brw_meta_util.h | 39 GLfloat *srcX0, GLfloat *srcY0,
|
D | brw_context.h | 1506 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, 1515 int srcX0, int srcY0,
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_fbo.c | 645 GLint srcX0, GLint srcY0, in intel_blit_framebuffer_with_blitter() argument 674 srcY0 - srcY1 == dstY0 - dstY1 && in intel_blit_framebuffer_with_blitter() 676 srcY1 >= srcY0 && in intel_blit_framebuffer_with_blitter() 678 srcY0 >= 0 && srcY1 <= readFb->Height && in intel_blit_framebuffer_with_blitter() 718 srcX0, srcY0, src_rb->Name == 0, in intel_blit_framebuffer_with_blitter() 739 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in intel_blit_framebuffer() argument 745 srcX0, srcY0, srcX1, srcY1, in intel_blit_framebuffer() 753 srcX0, srcY0, srcX1, srcY1, in intel_blit_framebuffer()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_run.c | 41 int srcX0, int srcY0, in pp_blit() argument 56 blit.src.box.y = srcY0; in pp_blit() 59 blit.src.box.height = srcY1 - srcY0; in pp_blit()
|
D | pp_private.h | 101 int srcX0, int srcY0,
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 359 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()
|
D | sglrGLContext.cpp | 600 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()
|
/external/angle/src/tests/perf_tests/ |
D | TracePerfTest.cpp | 408 GLint srcY0, in BlitFramebufferMinimizedProc() argument 418 glBlitFramebuffer(srcX0, srcY0, srcX0 + 1, srcY0 + 1, dstX0, dstY0, dstX0 + 1, dstY0 + 1, mask, in BlitFramebufferMinimizedProc()
|
/external/angle/extensions/ |
D | ANGLE_framebuffer_blit.txt | 57 void BlitFramebufferANGLE(int srcX0, int srcY0, int srcX1, int srcY1, 124 BlitFramebufferANGLE(int srcX0, int srcY0, int srcX1, int srcY1, 133 srcY0) and (srcX1, srcY1), to the destination rectangle, bound by
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 943 GL_APICALL void GL_APIENTRY glBlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,… in glBlitFramebufferNV() argument 945 return gl::BlitFramebufferNV(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); in glBlitFramebufferNV() 948 GL_APICALL void GL_APIENTRY glBlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint src… in glBlitFramebufferANGLE() argument 951 …return gl::BlitFramebufferANGLE(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filt… in glBlitFramebufferANGLE() 1115 GL_APICALL void GL_APIENTRY glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, G… in glBlitFramebuffer() argument 1117 return gl::BlitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); in glBlitFramebuffer()
|
D | entry_points.h | 197 …void GL_APIENTRY BlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0… 198 …void GL_APIENTRY BlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint ds… 248 …void GL_APIENTRY BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, …
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_execute.c | 1736 int srcX0, srcX1, srcY0, srcY1, srcZ0, srcZ1; in handle_blit_image() local 1741 srcY0 = blitcmd->regions[i].srcOffsets[0].y; in handle_blit_image() 1767 info.src.box.y = srcY0; in handle_blit_image() 1769 info.src.box.height = srcY1 - srcY0; in handle_blit_image() 1774 info.src.box.height = srcY0 - srcY1; in handle_blit_image() 2254 int srcX0, srcY0; in handle_resolve_image() local 2258 srcY0 = resolvecmd->regions[i].srcOffset.y; in handle_resolve_image() 2266 info.src.box.y = srcY0; in handle_resolve_image()
|