Searched defs:srcX1 (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_blit.c144 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
159 if (!_mesa_clip_blit(ctx, &srcX0, &srcY0, &srcX1, &srcY1,
189 info.src.x1 = srcX1;
193 info.src.x0 = srcX1;
242 srcX0, srcY0, srcX1, srcY1,
257 srcX0, srcY0, srcX1, srcY1,
301 srcX0, srcY0, srcX1, srcY1,
320 srcX0, srcY0, srcX1, srcY1,
330 srcX0, srcY0, srcX1, srcY1,
143 st_BlitFramebuffer(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_blit.c144 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
159 if (!_mesa_clip_blit(ctx, &srcX0, &srcY0, &srcX1, &srcY1,
189 info.src.x1 = srcX1;
193 info.src.x0 = srcX1;
242 srcX0, srcY0, srcX1, srcY1,
257 srcX0, srcY0, srcX1, srcY1,
301 srcX0, srcY0, srcX1, srcY1,
320 srcX0, srcY0, srcX1, srcY1,
330 srcX0, srcY0, srcX1, srcY1,
143 st_BlitFramebuffer(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blit.c375 int srcX1, int srcY1,
379 if (MAX2(srcX0, srcX1) < MIN2(dstX0, dstX1))
382 if (MAX2(dstX0, dstX1) < MIN2(srcX0, srcX1))
429 int srcX1, int srcY1,
444 const int srcW = abs(srcX1 - srcX0);
463 regions_overlap(srcX0, srcY0, srcX1, srcY1,
488 srcX0 < srcX1 &&
492 (dstX1 - dstX0) == (srcX1 - srcX0) &&
547 const int srcLeft = MIN2(srcX0, srcX1);
633 s1 = srcX1;
374 regions_overlap(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1) argument
425 util_blit_pixels(struct blit_state *ctx, struct pipe_resource *src_tex, unsigned src_level, int srcX0, int srcY0, int srcX1, int srcY1, int srcZ0, struct pipe_surface *dst, int dstX0, int dstY0, int dstX1, int dstY1, float z, uint filter, uint writemask, uint zs_writemask) argument
814 util_blit_pixels_tex(struct blit_state *ctx, struct pipe_sampler_view *src_sampler_view, int srcX0, int srcY0, int srcX1, int srcY1, struct pipe_surface *dst, int dstX0, int dstY0, int dstX1, int dstY1, float z, uint filter) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_fbo.c807 GLint srcX1, GLint srcY1,
826 srcX0 - srcX1 == dstX0 - dstX1 &&
828 srcX1 >= srcX0 &&
830 srcX0 >= 0 && srcX1 <= readFb->Width &&
847 srcX1 - srcX0, /* width */
858 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
864 srcX0, srcY0, srcX1, srcY1,
872 srcX0, srcY0, srcX1, srcY1,
880 srcX0, srcY0, srcX1, srcY1,
805 intel_blit_framebuffer_copy_tex_sub_image(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
857 intel_blit_framebuffer(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_fbo.c807 GLint srcX1, GLint srcY1,
826 srcX0 - srcX1 == dstX0 - dstX1 &&
828 srcX1 >= srcX0 &&
830 srcX0 >= 0 && srcX1 <= readFb->Width &&
847 srcX1 - srcX0, /* width */
858 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
864 srcX0, srcY0, srcX1, srcY1,
872 srcX0, srcY0, srcX1, srcY1,
880 srcX0, srcY0, srcX1, srcY1,
805 intel_blit_framebuffer_copy_tex_sub_image(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
857 intel_blit_framebuffer(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
H A Dbrw_blorp_blit.cpp193 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
209 fixup_mirroring(mirror_x, srcX0, srcX1);
215 if (srcX1 - srcX0 != dstX1 - dstX0) return false;
220 if (!(clip_or_scissor(mirror_x, srcX0, srcX1, dstX0, dstX1,
229 if (!(clip_or_scissor(mirror_x, dstX0, dstX1, srcX0, srcX1,
299 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
316 srcX0, srcY0, srcX1, srcY1,
192 try_blorp_blit(struct intel_context *intel, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLenum filter, GLbitfield buffer_bit) argument
298 brw_blorp_framebuffer(struct intel_context *intel, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_fbo.c807 GLint srcX1, GLint srcY1,
826 srcX0 - srcX1 == dstX0 - dstX1 &&
828 srcX1 >= srcX0 &&
830 srcX0 >= 0 && srcX1 <= readFb->Width &&
847 srcX1 - srcX0, /* width */
858 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
864 srcX0, srcY0, srcX1, srcY1,
872 srcX0, srcY0, srcX1, srcY1,
880 srcX0, srcY0, srcX1, srcY1,
805 intel_blit_framebuffer_copy_tex_sub_image(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
857 intel_blit_framebuffer(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimage.c779 clip_right_or_top(GLint *srcX0, GLint *srcX1, argument
792 bias = (*srcX0 < *srcX1) ? 0.5F : -0.5F;
793 *srcX1 = *srcX0 + (GLint) (t * (*srcX1 - *srcX0) + bias);
802 bias = (*srcX0 < *srcX1) ? -0.5F : 0.5F;
803 *srcX0 = *srcX1 + (GLint) (t * (*srcX0 - *srcX1) + bias);
812 clip_left_or_bottom(GLint *srcX0, GLint *srcX1, argument
825 bias = (*srcX0 < *srcX1) ? 0.5F : -0.5F; /* flipped??? */
826 *srcX0 = *srcX0 + (GLint) (t * (*srcX1
855 _mesa_clip_blit(struct gl_context *ctx, GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1, GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) argument
[all...]
H A Dfbobject.c2879 _mesa_BlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, argument
2896 srcX0, srcY0, srcX1, srcY1,
3028 if (abs(srcX1 - srcX0) != abs(dstX1 - dstX0) ||
3067 srcX0, srcY0, srcX1, srcY1,
3107 srcX0, srcY0, srcX1, srcY1,
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_blit.c109 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
115 const GLint srcWidth = ABS(srcX1 - srcX0);
120 const GLint srcXpos = MIN2(srcX0, srcX1);
125 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
489 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
495 const GLint srcWidth = ABS(srcX1 - srcX0);
501 const GLint srcXpos = MIN2(srcX0, srcX1);
506 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
713 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
729 if (!_mesa_clip_blit(ctx, &srcX0, &srcY0, &srcX1,
108 blit_nearest(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield buffer) argument
488 blit_linear(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1) argument
712 _swrast_BlitFramebuffer(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c375 int srcX1, int srcY1,
379 if (MAX2(srcX0, srcX1) < MIN2(dstX0, dstX1))
382 if (MAX2(dstX0, dstX1) < MIN2(srcX0, srcX1))
429 int srcX1, int srcY1,
444 const int srcW = abs(srcX1 - srcX0);
463 regions_overlap(srcX0, srcY0, srcX1, srcY1,
488 srcX0 < srcX1 &&
492 (dstX1 - dstX0) == (srcX1 - srcX0) &&
547 const int srcLeft = MIN2(srcX0, srcX1);
633 s1 = srcX1;
374 regions_overlap(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1) argument
425 util_blit_pixels(struct blit_state *ctx, struct pipe_resource *src_tex, unsigned src_level, int srcX0, int srcY0, int srcX1, int srcY1, int srcZ0, struct pipe_surface *dst, int dstX0, int dstY0, int dstX1, int dstY1, float z, uint filter, uint writemask, uint zs_writemask) argument
814 util_blit_pixels_tex(struct blit_state *ctx, struct pipe_sampler_view *src_sampler_view, int srcX0, int srcY0, int srcX1, int srcY1, struct pipe_surface *dst, int dstX0, int dstY0, int dstX1, int dstY1, float z, uint filter) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_fbo.c807 GLint srcX1, GLint srcY1,
826 srcX0 - srcX1 == dstX0 - dstX1 &&
828 srcX1 >= srcX0 &&
830 srcX0 >= 0 && srcX1 <= readFb->Width &&
847 srcX1 - srcX0, /* width */
858 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
864 srcX0, srcY0, srcX1, srcY1,
872 srcX0, srcY0, srcX1, srcY1,
880 srcX0, srcY0, srcX1, srcY1,
805 intel_blit_framebuffer_copy_tex_sub_image(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
857 intel_blit_framebuffer(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_fbo.c807 GLint srcX1, GLint srcY1,
826 srcX0 - srcX1 == dstX0 - dstX1 &&
828 srcX1 >= srcX0 &&
830 srcX0 >= 0 && srcX1 <= readFb->Width &&
847 srcX1 - srcX0, /* width */
858 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
864 srcX0, srcY0, srcX1, srcY1,
872 srcX0, srcY0, srcX1, srcY1,
880 srcX0, srcY0, srcX1, srcY1,
805 intel_blit_framebuffer_copy_tex_sub_image(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
857 intel_blit_framebuffer(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_fbo.c807 GLint srcX1, GLint srcY1,
826 srcX0 - srcX1 == dstX0 - dstX1 &&
828 srcX1 >= srcX0 &&
830 srcX0 >= 0 && srcX1 <= readFb->Width &&
847 srcX1 - srcX0, /* width */
858 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
864 srcX0, srcY0, srcX1, srcY1,
872 srcX0, srcY0, srcX1, srcY1,
880 srcX0, srcY0, srcX1, srcY1,
805 intel_blit_framebuffer_copy_tex_sub_image(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
857 intel_blit_framebuffer(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
/external/mesa3d/src/mesa/main/
H A Dimage.c779 clip_right_or_top(GLint *srcX0, GLint *srcX1, argument
792 bias = (*srcX0 < *srcX1) ? 0.5F : -0.5F;
793 *srcX1 = *srcX0 + (GLint) (t * (*srcX1 - *srcX0) + bias);
802 bias = (*srcX0 < *srcX1) ? -0.5F : 0.5F;
803 *srcX0 = *srcX1 + (GLint) (t * (*srcX0 - *srcX1) + bias);
812 clip_left_or_bottom(GLint *srcX0, GLint *srcX1, argument
825 bias = (*srcX0 < *srcX1) ? 0.5F : -0.5F; /* flipped??? */
826 *srcX0 = *srcX0 + (GLint) (t * (*srcX1
855 _mesa_clip_blit(struct gl_context *ctx, GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1, GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) argument
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_blit.c109 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
115 const GLint srcWidth = ABS(srcX1 - srcX0);
120 const GLint srcXpos = MIN2(srcX0, srcX1);
125 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
489 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
495 const GLint srcWidth = ABS(srcX1 - srcX0);
501 const GLint srcXpos = MIN2(srcX0, srcX1);
506 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
713 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
729 if (!_mesa_clip_blit(ctx, &srcX0, &srcY0, &srcX1,
108 blit_nearest(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield buffer) argument
488 blit_linear(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1) argument
712 _swrast_BlitFramebuffer(struct gl_context *ctx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DvalidationES.cpp381 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
386 srcX1 != readBuffer->getWidth() || srcY1 != readBuffer->getHeight())
405 bool ValidateBlitFramebufferParameters(gl::Context *context, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, argument
435 if (fromAngleExtension && (srcX1 - srcX0 != dstX1 - dstX0 || srcY1 - srcY0 != dstY1 - dstY0))
471 bool sameBounds = srcX0 == dstX0 && srcY0 == dstY0 && srcX1 == dstX1 && srcY1 == dstY1;
549 srcX0, srcY0, srcX1, srcY1,
578 srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1))
612 srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1))
380 IsPartialBlit(gl::Context *context, gl::FramebufferAttachment *readBuffer, gl::FramebufferAttachment *writeBuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1) argument
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc206 WGC3Dint srcX0, WGC3Dint srcY0, WGC3Dint srcX1, WGC3Dint srcY1,
210 srcX0, srcY0, srcX1, srcY1,
205 blitFramebufferCHROMIUM( WGC3Dint srcX0, WGC3Dint srcY0, WGC3Dint srcX1, WGC3Dint srcY1, WGC3Dint dstX0, WGC3Dint dstY0, WGC3Dint dstX1, WGC3Dint dstY1, WGC3Dbitfield mask, WGC3Denum filter) argument
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp359 void ContextWrapper::glBlitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, deUint32 mask, deUint32 filter) argument
361 m_curCtx->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
H A DsglrGLContext.cpp600 void GLContext::blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, deUint32 mask, deUint32 filter) argument
607 << srcX0 << ", " << srcY0 << ", " << srcX1 << ", " << srcY1 << ", "
613 m_context.getFunctions().blitFramebuffer(readOffset.x()+srcX0, readOffset.y()+srcY0, readOffset.x()+srcX1, readOffset.y()+srcY1,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h1694 GLint srcX1,
1704 << srcX0 << ", " << srcY0 << ", " << srcX1 << ", " << srcY1
1709 srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
1692 BlitFramebufferCHROMIUM(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Drenderer.c1416 int srcX1, int srcY1,
1429 const int srcW = abs(srcX1 - srcX0);
1431 const int srcLeft = MIN2(srcX0, srcX1);
1413 renderer_copy_surface(struct renderer *ctx, struct pipe_surface *src, int srcX0, int srcY0, int srcX1, int srcY1, struct pipe_surface *dst, int dstX0, int dstY0, int dstX1, int dstY1, float z, unsigned filter) argument
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp413 GrGLint srcX1,
411 noOpGLBlitFramebuffer(GrGLint srcX0, GrGLint srcY0, GrGLint srcX1, GrGLint srcY1, GrGLint dstX0, GrGLint dstY0, GrGLint dstX1, GrGLint dstY1, GrGLbitfield mask, GrGLenum filter) argument
/external/chromium_org/ui/gl/
H A Dgl_bindings_skia_in_process.cc76 GLvoid StubGLBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, argument
79 glBlitFramebufferEXT(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1,
/external/mesa3d/src/gallium/state_trackers/vega/
H A Drenderer.c1416 int srcX1, int srcY1,
1429 const int srcW = abs(srcX1 - srcX0);
1431 const int srcLeft = MIN2(srcX0, srcX1);
1413 renderer_copy_surface(struct renderer *ctx, struct pipe_surface *src, int srcX0, int srcY0, int srcX1, int srcY1, struct pipe_surface *dst, int dstX0, int dstY0, int dstX1, int dstY1, float z, unsigned filter) argument

Completed in 1047 milliseconds

12