/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,
|
D | EXT_framebuffer_blit.txt | 67 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/ |
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/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()
|
D | sglrGLContext.hpp | 149 …X0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, deUint32 mask, de…
|
/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/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/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/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,
|
D | libGLESv2.cpp | 5644 …0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, … 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 …0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, … in BlitFramebufferNV() argument 5680 BlitFramebufferSW(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter, true); in BlitFramebufferNV() 5683 …t srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, 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/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/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()
|
D | Context_gles_3_0_autogen.h | 23 GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); \
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_framebuffer_blit.txt | 67 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
|