/third_party/mesa3d/src/mesa/main/ |
D | blit.c | 80 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 …]
|
D | image.c | 761 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()
|
D | blit.h | 35 int dstX1, int dstY1);
|
D | image.h | 129 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1);
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_framebuffer_blit_layers.txt | 45 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/ |
D | pp_private.h | 107 int dstX1, int dstY1);
|
D | pp_run.c | 47 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/ |
D | fbo.h | 119 GLint dstY1,
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 359 …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()
|
D | sglrGLContext.cpp | 600 …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/ |
D | ANGLE_framebuffer_blit.txt | 58 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/ |
D | ANGLE_framebuffer_blit.txt | 58 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/ |
D | ANGLE_framebuffer_blit.txt | 58 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/ |
D | ANGLE_framebuffer_blit.txt | 58 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/ |
D | entry_points.cpp | 943 …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()
|
D | entry_points.h | 197 …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, …
|
D | libGLESv2.hpp | 217 …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/ |
D | GLX_AMD_gpu_association.txt | 112 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,
|
D | WGL_AMD_gpu_association.txt | 107 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/ |
D | GLX_AMD_gpu_association.txt | 112 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,
|
D | WGL_AMD_gpu_association.txt | 107 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/ |
D | entry_points_gl_3_0_autogen.cpp | 196 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()
|
D | entry_points_gl_3_0_autogen.h | 37 GLint dstY1,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES2.cpp | 49 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/ |
D | SDL_opengles2_gl2ext.h | 1302 …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, …
|