/third_party/mesa3d/src/mesa/main/ |
D | image.c | 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() 737 bias = (*srcX0 < *srcX1) ? -0.5F : 0.5F; in clip_left_or_bottom() 738 *srcX1 = *srcX1 + (GLint) (t * (*srcX0 - *srcX1) + bias); in clip_left_or_bottom() [all …]
|
D | blit.c | 78 int srcX1, int srcY1, 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 382 clip.srcX1 = srcX1; in do_blit_framebuffer() 396 &clip.srcX0, &clip.srcY0, &clip.srcX1, &clip.srcY1, in do_blit_framebuffer() 455 blit.src.box.width = srcX1 - srcX0; in do_blit_framebuffer() 458 blit.src.box.x = srcX1; in do_blit_framebuffer() 460 blit.src.box.width = srcX0 - srcX1; in do_blit_framebuffer() [all …]
|
D | blit.h | 33 int srcX1, int srcY1,
|
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, 230 srcY0) and (srcX1, srcY1), to the destination rectangle, bound by
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_private.h | 103 int srcX1, int srcY1,
|
D | pp_run.c | 43 int srcX1, int srcY1, in pp_blit() argument 59 blit.src.box.width = srcX1 - srcX0; in pp_blit()
|
/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 …litFramebuffer(readOffset.x()+srcX0, readOffset.y()+srcY0, readOffset.x()+srcX1, readOffset.y()+sr… in blitFramebuffer()
|
D | sglrGLContext.hpp | 149 …virtual void blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int ds…
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | GLX_AMD_gpu_association.txt | 111 GLint srcX1, GLint srcY1, GLint dstX0, 364 GLint srcX1, GLint srcY1, GLint dstX0, 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 | 106 GLint srcX1, GLint srcY1, GLint dstX0, 350 GLint srcX1, GLint srcY1, GLint dstX0, 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 | 111 GLint srcX1, GLint srcY1, GLint dstX0, 364 GLint srcX1, GLint srcY1, GLint dstX0, 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 | 106 GLint srcX1, GLint srcY1, GLint dstX0, 350 GLint srcX1, GLint srcY1, GLint dstX0, 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, 133 srcY0) and (srcX1, srcY1), to the destination rectangle, bound by
|
/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, 133 srcY0) and (srcX1, srcY1), to the destination rectangle, bound by
|
/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, 133 srcY0) and (srcX1, srcY1), to the destination rectangle, bound by
|
/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.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()
|
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…
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES2.cpp | 44 GLint srcX1, in IsPartialBlit() argument 55 dstY1 != writeSize.height || srcX1 != readSize.width || srcY1 != readSize.height) in IsPartialBlit() 2407 GLint srcX1, in ValidateBlitFramebufferANGLE() argument 2422 if (srcX1 - srcX0 != dstX1 - dstX0 || srcY1 - srcY0 != dstY1 - dstY0) in ValidateBlitFramebufferANGLE() 2492 srcX1, srcY1, dstX0, dstY0, dstX1, dstY1)) 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() 2541 GLint srcX1, in ValidateBlitFramebufferNV() argument 2556 return ValidateBlitFramebufferParameters(context, entryPoint, srcX0, srcY0, srcX1, srcY1, dstX0, in ValidateBlitFramebufferNV()
|
D | Context_gles_3_0_autogen.h | 22 void blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, \
|
/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, 230 srcY0) and (srcX1, srcY1), to the destination rectangle, bound by
|