Home
last modified time | relevance | path

Searched refs:srcX0 (Results 1 – 25 of 125) sorted by relevance

12345

/third_party/mesa3d/src/mesa/main/
Dimage.c620 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 …]
Dblit.c77 _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 …]
Dblit.h32 _mesa_regions_overlap(int srcX0, int srcY0,
Dimage.h128 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1,
/third_party/openGLES/extensions/EXT/
DEXT_framebuffer_blit_layers.txt44 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,
DEXT_framebuffer_blit.txt66 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/
Dpp_run.c42 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()
Dpp_private.h102 int srcX0, int srcY0,
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dfbo.h112 (GLint srcX0,
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrContextWrapper.cpp359 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()
DsglrGLContext.cpp600 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/
DGLX_AMD_gpu_association.txt110 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>
DWGL_AMD_gpu_association.txt105 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/
DGLX_AMD_gpu_association.txt110 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>
DWGL_AMD_gpu_association.txt105 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/
DANGLE_framebuffer_blit.txt57 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/
DANGLE_framebuffer_blit.txt57 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/
DANGLE_framebuffer_blit.txt57 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/
Dentry_points.cpp943 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()
Dentry_points.h197 …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, …
DlibGLESv2.hpp217 …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…
DlibGLESv2.cpp5644 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/
DTracePerfTest.cpp456 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/
DvalidationES2.cpp42 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/
DEXT_framebuffer_blit.txt66 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,

12345