Home
last modified time | relevance | path

Searched refs:dstY1 (Results 1 – 25 of 169) sorted by relevance

1234567

/third_party/mesa3d/src/mesa/main/
Dblit.c80 int dstX1, int dstY1) in _mesa_regions_overlap() argument
88 if (MAX2(srcY0, srcY1) <= MIN2(dstY0, dstY1)) in _mesa_regions_overlap()
91 if (MAX2(dstY0, dstY1) <= MIN2(srcY0, srcY1)) in _mesa_regions_overlap()
359 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in do_blit_framebuffer() argument
370 GLint dstX0, dstY0, dstX1, dstY1; in do_blit_framebuffer() member
387 clip.dstY1 = dstY1; in do_blit_framebuffer()
397 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) { in do_blit_framebuffer()
405 (dstY1 != clip.dstY1); in do_blit_framebuffer()
410 dstY1 = drawFB->Height - dstY1; in do_blit_framebuffer()
413 clip.dstY1 = drawFB->Height - clip.dstY1; in do_blit_framebuffer()
[all …]
Dimage.c761 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) in _mesa_clip_blit() argument
789 if (*dstY0 == *dstY1) in _mesa_clip_blit()
791 if (*dstY0 <= dstYmin && *dstY1 <= dstYmin) in _mesa_clip_blit()
793 if (*dstY0 >= dstYmax && *dstY1 >= dstYmax) in _mesa_clip_blit()
814 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax); in _mesa_clip_blit()
816 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin); in _mesa_clip_blit()
822 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax); in _mesa_clip_blit()
824 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin); in _mesa_clip_blit()
840 assert(*dstY1 >= dstYmin); in _mesa_clip_blit()
841 assert(*dstY1 <= dstYmax); in _mesa_clip_blit()
Dblit.h35 int dstX1, int dstY1);
Dimage.h129 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1);
/third_party/openGLES/extensions/EXT/
DEXT_framebuffer_blit_layers.txt45 int dstX0, int dstY0, int dstX1, int dstY1,
50 int dstY1, int dstLayer, bitfield mask,
68 int srcY1, int dstX0, int dstY0, int dstX1, int dstY1,
80 int srcLayer, int dstX0, int dstY0, int dstX1, int dstY1,
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_private.h107 int dstX1, int dstY1);
Dpp_run.c47 int dstX1, int dstY1) in pp_blit() argument
70 blit.dst.box.height = dstY1 - dstY0; in pp_blit()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dfbo.h119 GLint dstY1,
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrContextWrapper.cpp359 …X0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, deUint32 mask, de… in glBlitFramebuffer() argument
361 m_curCtx->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); in glBlitFramebuffer()
DsglrGLContext.cpp600 …X0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, deUint32 mask, de… in blitFramebuffer() argument
608 << dstX0 << ", " << dstY0 << ", " << dstX1 << ", " << dstY1 << ", " in blitFramebuffer()
614 drawOffset.x()+dstX0, drawOffset.y()+dstY0, drawOffset.x()+dstX1, drawOffset.y()+dstY1, in blitFramebuffer()
/third_party/openGLES/extensions/ANGLE/
DANGLE_framebuffer_blit.txt58 int dstX0, int dstY0, int dstX1, int dstY1,
125 int dstX0, int dstY0, int dstX1, int dstY1,
134 the locations (dstX0, dstY0) and (dstX1, dstY1). The lower bounds
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DANGLE_framebuffer_blit.txt58 int dstX0, int dstY0, int dstX1, int dstY1,
125 int dstX0, int dstY0, int dstX1, int dstY1,
134 the locations (dstX0, dstY0) and (dstX1, dstY1). The lower bounds
/third_party/skia/third_party/externals/opengl-registry/extensions/ANGLE/
DANGLE_framebuffer_blit.txt58 int dstX0, int dstY0, int dstX1, int dstY1,
125 int dstX0, int dstY0, int dstX1, int dstY1,
134 the locations (dstX0, dstY0) and (dstX1, dstY1). The lower bounds
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_framebuffer_blit.txt58 int dstX0, int dstY0, int dstX1, int dstY1,
125 int dstX0, int dstY0, int dstX1, int dstY1,
134 the locations (dstX0, dstY0) and (dstX1, dstY1). The lower bounds
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp943 …0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, … in glBlitFramebufferNV() argument
945 return gl::BlitFramebufferNV(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); in glBlitFramebufferNV()
948 …t srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, in glBlitFramebufferANGLE() argument
951 …return gl::BlitFramebufferANGLE(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filt… in glBlitFramebufferANGLE()
1115 …0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, … in glBlitFramebuffer() argument
1117 return gl::BlitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); in glBlitFramebuffer()
Dentry_points.h197 …0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, …
198 …t srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
248 …0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, …
DlibGLESv2.hpp217 …0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, …
218 …t srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DGLX_AMD_gpu_association.txt112 GLint dstY0, GLint dstX1, GLint dstY1,
365 GLint dstY0, GLint dstX1, GLint dstY1,
375 and (dstX1, dstY1). The lower bounds of the rectangle are inclusive,
DWGL_AMD_gpu_association.txt107 GLint dstY0, GLint dstX1, GLint dstY1,
351 GLint dstY0, GLint dstX1, GLint dstY1,
361 and (dstX1, dstY1). The lower bounds of the rectangle are inclusive,
/third_party/openGLES/extensions/AMD/
DGLX_AMD_gpu_association.txt112 GLint dstY0, GLint dstX1, GLint dstY1,
365 GLint dstY0, GLint dstX1, GLint dstY1,
375 and (dstX1, dstY1). The lower bounds of the rectangle are inclusive,
DWGL_AMD_gpu_association.txt107 GLint dstY0, GLint dstX1, GLint dstY1,
351 GLint dstY0, GLint dstX1, GLint dstY1,
361 and (dstX1, dstY1). The lower bounds of the rectangle are inclusive,
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_0_autogen.cpp196 GLint dstY1, in BlitFramebuffer() argument
204 srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, in BlitFramebuffer()
214 dstY0, dstX1, dstY1, mask, filter)); in BlitFramebuffer()
217 context->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, in BlitFramebuffer()
221 dstY0, dstX1, dstY1, mask, filter); in BlitFramebuffer()
Dentry_points_gl_3_0_autogen.h37 GLint dstY1,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES2.cpp49 GLint dstY1) in IsPartialBlit() argument
55 dstY1 != writeSize.height || srcX1 != readSize.width || srcY1 != readSize.height) in IsPartialBlit()
2412 GLint dstY1, in ValidateBlitFramebufferANGLE() argument
2422 if (srcX1 - srcX0 != dstX1 - dstX0 || srcY1 - srcY0 != dstY1 - dstY0) in ValidateBlitFramebufferANGLE()
2492 srcX1, srcY1, dstX0, dstY0, dstX1, dstY1)) in ValidateBlitFramebufferANGLE()
2515 dstX0, dstY0, dstX1, dstY1)) in ValidateBlitFramebufferANGLE()
2534 dstY0, dstX1, dstY1, mask, filter); in ValidateBlitFramebufferANGLE()
2546 GLint dstY1, in ValidateBlitFramebufferNV() argument
2557 dstY0, dstX1, dstY1, mask, filter); in ValidateBlitFramebufferNV()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_opengles2_gl2ext.h1302 …0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, …
1304 …0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, …
1858 …0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, …
1860 …0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, …

1234567