Home
last modified time | relevance | path

Searched refs:dstY0 (Results 1 – 25 of 124) sorted by relevance

12345

/third_party/mesa3d/src/mesa/main/
Dblit.c79 int dstX0, int dstY0, 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
385 clip.dstY0 = dstY0; in do_blit_framebuffer()
397 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) { in do_blit_framebuffer()
403 (dstY0 != clip.dstY0) || in do_blit_framebuffer()
409 dstY0 = drawFB->Height - dstY0; in do_blit_framebuffer()
412 clip.dstY0 = drawFB->Height - clip.dstY0; 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()
838 assert(*dstY0 >= dstYmin); in _mesa_clip_blit()
839 assert(*dstY0 <= dstYmax); in _mesa_clip_blit()
Dblit.h34 int dstX0, int dstY0,
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,
49 int srcLayer, int dstX0, int dstY0, int dstX1,
68 int srcY1, int dstX0, int dstY0, int dstX1, int dstY1,
80 int srcLayer, int dstX0, int dstY0, int dstX1, int dstY1,
DEXT_framebuffer_blit.txt67 int dstX0, int dstY0, int dstX1, int dstY1,
222 int dstX0, int dstY0, int dstX1, int dstY1,
231 the locations (dstX0, dstY0) and (dstX1, dstY1). The lower bounds
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_run.c46 int dstX0, int dstY0, in pp_blit() argument
67 blit.dst.box.y = dstY0; in pp_blit()
70 blit.dst.box.height = dstY1 - dstY0; in pp_blit()
Dpp_private.h106 int dstX0, int dstY0,
/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,
374 to the destination rectangle, bound by the locations (dstX0, dstY0)
390 specified with <srcX0>, <srcY0>, <srcX1>, <srcY1>, <dstX0>, <dstY0>
391 <dstX0>, and <dstY0> are the same as those that apply for
DWGL_AMD_gpu_association.txt107 GLint dstY0, GLint dstX1, GLint dstY1,
351 GLint dstY0, GLint dstX1, GLint dstY1,
360 to the destination rectangle, bound by the locations (dstX0, dstY0)
376 specified with <srcX0>, <srcY0>, <srcX1>, <srcY1>, <dstX0>, <dstY0>
377 <dstX0>, and <dstY0> are the same as those that apply for
/third_party/openGLES/extensions/AMD/
DGLX_AMD_gpu_association.txt112 GLint dstY0, GLint dstX1, GLint dstY1,
365 GLint dstY0, GLint dstX1, GLint dstY1,
374 to the destination rectangle, bound by the locations (dstX0, dstY0)
390 specified with <srcX0>, <srcY0>, <srcX1>, <srcY1>, <dstX0>, <dstY0>
391 <dstX0>, and <dstY0> are the same as those that apply for
DWGL_AMD_gpu_association.txt107 GLint dstY0, GLint dstX1, GLint dstY1,
351 GLint dstY0, GLint dstX1, GLint dstY1,
360 to the destination rectangle, bound by the locations (dstX0, dstY0)
376 specified with <srcX0>, <srcY0>, <srcX1>, <srcY1>, <dstX0>, <dstY0>
377 <dstX0>, and <dstY0> are the same as those that apply for
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrContextWrapper.cpp359 …itFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int ds… 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
608 << dstX0 << ", " << dstY0 << ", " << dstX1 << ", " << dstY1 << ", " in blitFramebuffer()
614 drawOffset.x()+dstX0, drawOffset.y()+dstY0, drawOffset.x()+dstX1, drawOffset.y()+dstY1, in blitFramebuffer()
DsglrGLContext.hpp149 …Framebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int ds…
/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/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/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/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp943 …NV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… in glBlitFramebufferNV() argument
945 return gl::BlitFramebufferNV(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); in glBlitFramebufferNV()
948 …LE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… in glBlitFramebufferANGLE() argument
951 …return gl::BlitFramebufferANGLE(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filt… in glBlitFramebufferANGLE()
1115 …er(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… in glBlitFramebuffer() argument
1117 return gl::BlitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); in glBlitFramebuffer()
Dentry_points.h197 …NV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
198 …LE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
248 …er(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
DlibGLESv2.hpp217 …V)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
218 …E)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin…
DlibGLESv2.cpp5644 …SW(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… in BlitFramebufferSW() argument
5649 srcX0, srcY0, srcX1, srcX1, dstX0, dstY0, dstX1, dstY1, mask, filter); in BlitFramebufferSW()
5674 …context->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, false, allo… in BlitFramebufferSW()
5678 …NV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… in BlitFramebufferNV() argument
5680 BlitFramebufferSW(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter, true); in BlitFramebufferNV()
5683 …LE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLin… in BlitFramebufferANGLE() argument
5686 if(srcX1 - srcX0 != dstX1 - dstX0 || srcY1 - srcY0 != dstY1 - dstY0) in BlitFramebufferANGLE()
5692 BlitFramebufferSW(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter, false); in BlitFramebufferANGLE()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DTracePerfTest.cpp461 GLint dstY0, in BlitFramebufferMinimizedProc() argument
467 glBlitFramebuffer(srcX0, srcY0, srcX0 + 1, srcY0 + 1, dstX0, dstY0, dstX0 + 1, dstY0 + 1, mask, in BlitFramebufferMinimizedProc()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES2.cpp47 GLint dstY0, in IsPartialBlit() argument
54 if (srcX0 != 0 || srcY0 != 0 || dstX0 != 0 || dstY0 != 0 || dstX1 != writeSize.width || in IsPartialBlit()
2410 GLint dstY0, 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()
2544 GLint dstY0, in ValidateBlitFramebufferNV() argument
2557 dstY0, dstX1, dstY1, mask, filter); in ValidateBlitFramebufferNV()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_framebuffer_blit.txt67 int dstX0, int dstY0, int dstX1, int dstY1,
222 int dstX0, int dstY0, int dstX1, int dstY1,
231 the locations (dstX0, dstY0) and (dstX1, dstY1). The lower bounds

12345