/third_party/mesa3d/src/mesa/main/ |
D | image.c | 620 const GLint srcX0 = *srcX, srcY0 = *srcY; in _mesa_clip_copytexsubimage() local 624 *destX = *destX + *srcX - srcX0; in _mesa_clip_copytexsubimage() 681 clip_right_or_top(GLint *srcX0, GLint *srcX1, in clip_right_or_top() argument 694 bias = (*srcX0 < *srcX1) ? 0.5F : -0.5F; in clip_right_or_top() 695 *srcX1 = *srcX0 + (GLint) (t * (*srcX1 - *srcX0) + bias); in clip_right_or_top() 704 bias = (*srcX0 < *srcX1) ? -0.5F : 0.5F; in clip_right_or_top() 705 *srcX0 = *srcX1 + (GLint) (t * (*srcX0 - *srcX1) + bias); in clip_right_or_top() 714 clip_left_or_bottom(GLint *srcX0, GLint *srcX1, in clip_left_or_bottom() argument 727 bias = (*srcX0 < *srcX1) ? 0.5F : -0.5F; in clip_left_or_bottom() 728 *srcX0 = *srcX0 + (GLint) (t * (*srcX1 - *srcX0) + bias); in clip_left_or_bottom() [all …]
|
D | blit.c | 77 _mesa_regions_overlap(int srcX0, int srcY0, in _mesa_regions_overlap() argument 82 if (MAX2(srcX0, srcX1) <= MIN2(dstX0, dstX1)) in _mesa_regions_overlap() 85 if (MAX2(dstX0, dstX1) <= MIN2(srcX0, srcX1)) in _mesa_regions_overlap() 358 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, in do_blit_framebuffer() argument 369 GLint srcX0, srcY0, srcX1, srcY1; in do_blit_framebuffer() member 380 clip.srcX0 = srcX0; in do_blit_framebuffer() 396 &clip.srcX0, &clip.srcY0, &clip.srcX1, &clip.srcY1, in do_blit_framebuffer() 453 blit.src.box.x = srcX0; in do_blit_framebuffer() 455 blit.src.box.width = srcX1 - srcX0; in do_blit_framebuffer() 460 blit.src.box.width = srcX0 - srcX1; in do_blit_framebuffer() [all …]
|
D | blit.h | 32 _mesa_regions_overlap(int srcX0, int srcY0,
|
D | image.h | 128 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1,
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_framebuffer_blit_layers.txt | 44 void BlitFramebufferLayersEXT(int srcX0, int srcY0, int srcX1, int srcY1, 48 void BlitFramebufferLayerEXT(int srcX0, int srcY0, int srcX1, int srcY1, 67 void BlitFramebufferLayersEXT(int srcX0, int srcY0, int srcX1, 79 void BlitFramebufferLayerEXT(int srcX0, int srcY0, int srcX1, int srcY1,
|
D | EXT_framebuffer_blit.txt | 66 void BlitFramebufferEXT(int srcX0, int srcY0, int srcX1, int srcY1, 221 BlitFramebufferEXT(int srcX0, int srcY0, int srcX1, int srcY1, 229 copied from the source rectangle, bound by the locations (srcX0,
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_run.c | 42 int srcX0, int srcY0, in pp_blit() argument 56 blit.src.box.x = srcX0; in pp_blit() 59 blit.src.box.width = srcX1 - srcX0; in pp_blit()
|
D | pp_private.h | 102 int srcX0, int srcY0,
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
D | fbo.h | 112 (GLint srcX0,
|
/third_party/vk-gl-cts/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()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | GLX_AMD_gpu_association.txt | 110 void glXBlitContextFramebufferAMD(GLXContext dstCtx, GLint srcX0, GLint srcY0, 363 VOID glXBlitContextFramebufferAMD(GLXContext dstCtx, GLint srcX0, GLint srcY0, 373 rectangle, bound by the locations (srcX0, srcY0) and (srcX1, srcY1), 390 specified with <srcX0>, <srcY0>, <srcX1>, <srcY1>, <dstX0>, <dstY0>
|
D | WGL_AMD_gpu_association.txt | 105 VOID wglBlitContextFramebufferAMD(HGLRC dstCtx, GLint srcX0, GLint srcY0, 349 VOID wglBlitContextFramebufferAMD(HGLRC dstCtx, GLint srcX0, GLint srcY0, 359 rectangle, bound by the locations (srcX0, srcY0) and (srcX1, srcY1), 376 specified with <srcX0>, <srcY0>, <srcX1>, <srcY1>, <dstX0>, <dstY0>
|
/third_party/openGLES/extensions/AMD/ |
D | GLX_AMD_gpu_association.txt | 110 void glXBlitContextFramebufferAMD(GLXContext dstCtx, GLint srcX0, GLint srcY0, 363 VOID glXBlitContextFramebufferAMD(GLXContext dstCtx, GLint srcX0, GLint srcY0, 373 rectangle, bound by the locations (srcX0, srcY0) and (srcX1, srcY1), 390 specified with <srcX0>, <srcY0>, <srcX1>, <srcY1>, <dstX0>, <dstY0>
|
D | WGL_AMD_gpu_association.txt | 105 VOID wglBlitContextFramebufferAMD(HGLRC dstCtx, GLint srcX0, GLint srcY0, 349 VOID wglBlitContextFramebufferAMD(HGLRC dstCtx, GLint srcX0, GLint srcY0, 359 rectangle, bound by the locations (srcX0, srcY0) and (srcX1, srcY1), 376 specified with <srcX0>, <srcY0>, <srcX1>, <srcY1>, <dstX0>, <dstY0>
|
/third_party/skia/third_party/externals/angle2/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, 132 copied from the source rectangle, bound by the locations (srcX0,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ANGLE/ |
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, 132 copied from the source rectangle, bound by the locations (srcX0,
|
/third_party/openGLES/extensions/ANGLE/ |
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, 132 copied from the source rectangle, bound by the locations (srcX0,
|
/third_party/skia/third_party/externals/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, …
|
D | libGLESv2.hpp | 217 …void (GL_APIENTRY *glBlitFramebufferNV)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint … 218 …void (GL_APIENTRY *glBlitFramebufferANGLE)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLi…
|
D | libGLESv2.cpp | 5644 static void GL_APIENTRY BlitFramebufferSW(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint… 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 void GL_APIENTRY BlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0,… in BlitFramebufferNV() argument 5680 BlitFramebufferSW(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter, true); in BlitFramebufferNV() 5683 void GL_APIENTRY BlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dst… 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/ |
D | TracePerfTest.cpp | 456 void KHRONOS_APIENTRY BlitFramebufferMinimizedProc(GLint srcX0, 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/ |
D | validationES2.cpp | 42 GLint srcX0, in IsPartialBlit() argument 54 if (srcX0 != 0 || srcY0 != 0 || dstX0 != 0 || dstY0 != 0 || dstX1 != writeSize.width || in IsPartialBlit() 2405 GLint srcX0, in ValidateBlitFramebufferANGLE() argument 2422 if (srcX1 - srcX0 != dstX1 - dstX0 || srcY1 - srcY0 != dstY1 - dstY0) in ValidateBlitFramebufferANGLE() 2491 IsPartialBlit(context, readColorAttachment, drawColorAttachment, srcX0, srcY0, in ValidateBlitFramebufferANGLE() 2514 if (IsPartialBlit(context, readBuffer, drawBuffer, srcX0, srcY0, srcX1, srcY1, in ValidateBlitFramebufferANGLE() 2533 return ValidateBlitFramebufferParameters(context, entryPoint, srcX0, srcY0, srcX1, srcY1, dstX0, in ValidateBlitFramebufferANGLE() 2539 GLint srcX0, in ValidateBlitFramebufferNV() argument 2556 return ValidateBlitFramebufferParameters(context, entryPoint, srcX0, srcY0, srcX1, srcY1, dstX0, in ValidateBlitFramebufferNV()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_framebuffer_blit.txt | 66 void BlitFramebufferEXT(int srcX0, int srcY0, int srcX1, int srcY1, 221 BlitFramebufferEXT(int srcX0, int srcY0, int srcX1, int srcY1, 229 copied from the source rectangle, bound by the locations (srcX0,
|