Searched defs:dstY0 (Results 1 - 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_blit.c145 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
160 &dstX0, &dstY0, &dstX1, &dstY1)) {
166 dstY0 = drawFB->Height - dstY0;
196 if (dstY0 < dstY1) {
197 info.dst.y0 = dstY0;
203 info.dst.y1 = dstY0;
213 if (srcY0 > srcY1 && dstY0 > dstY1) {
222 tmp = dstY0;
223 dstY0
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
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c376 int dstX0, int dstY0,
385 if (MAX2(srcY0, srcY1) < MIN2(dstY0, dstY1))
388 if (MAX2(dstY0, dstY1) < MIN2(srcY0, srcY1))
432 int dstX0, int dstY0,
464 dstX0, dstY0, dstX1, dstY1);
491 dstY0 < dstY1 &&
493 (dstY1 - dstY0) == (srcY1 - srcY0) &&
504 dstX0, dstY0, dst->u.tex.first_layer,/* dest */
559 int tmp = dstY0;
560 dstY0
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.c808 GLint dstX0, GLint dstY0,
827 srcY0 - srcY1 == dstY0 - dstY1 &&
833 dstY0 >= 0 && dstY1 <= drawFb->Height &&
844 dstX0, dstY0,
859 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
865 dstX0, dstY0, dstX1, dstY1,
873 dstX0, dstY0, dstX1, dstY1,
881 dstX0, dstY0, dstX1, dstY1,
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.c808 GLint dstX0, GLint dstY0,
827 srcY0 - srcY1 == dstY0 - dstY1 &&
833 dstY0 >= 0 && dstY1 <= drawFb->Height &&
844 dstX0, dstY0,
859 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
865 dstX0, dstY0, dstX1, dstY1,
873 dstX0, dstY0, dstX1, dstY1,
881 dstX0, dstY0, dstX1, dstY1,
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.cpp149 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
166 srcX0, srcY0, dstX0, dstY0, dstX1, dstY1,
194 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
212 fixup_mirroring(mirror_y, dstY0, dstY1);
216 if (srcY1 - srcY0 != dstY1 - dstY0) return false;
222 clip_or_scissor(mirror_y, srcY0, srcY1, dstY0, dstY1,
231 clip_or_scissor(mirror_y, dstY0, dstY1, srcY0, srcY1,
247 GLint tmp = draw_fb->Height - dstY0;
248 dstY0 = draw_fb->Height - dstY1;
267 dstX0, dstY0, dstX
145 do_blorp_blit(struct intel_context *intel, GLbitfield buffer_bit, struct intel_renderbuffer *src_irb, struct intel_renderbuffer *dst_irb, GLint srcX0, GLint srcY0, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, bool mirror_x, bool mirror_y) argument
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
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_fbo.c808 GLint dstX0, GLint dstY0,
827 srcY0 - srcY1 == dstY0 - dstY1 &&
833 dstY0 >= 0 && dstY1 <= drawFb->Height &&
844 dstX0, dstY0,
859 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
865 dstX0, dstY0, dstX1, dstY1,
873 dstX0, dstY0, dstX1, dstY1,
881 dstX0, dstY0, dstX1, dstY1,
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.c857 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1)
874 *srcY0, *srcY1, *dstY0, *dstY1);
885 if (*dstY0 == *dstY1)
887 if (*dstY0 <= dstYmin && *dstY1 <= dstYmin)
889 if (*dstY0 >= dstYmax && *dstY1 >= dstYmax)
910 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax);
912 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin);
918 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax);
920 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin);
926 *srcY0, *srcY1, *dstY0, *dstY
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.c2880 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
2897 dstX0, dstY0, dstX1, dstY1,
3029 abs(srcY1 - srcY0) != abs(dstY1 - dstY0)) {
3068 dstX0, dstY0, dstX1, dstY1,
3108 dstX0, dstY0, dstX1, dstY1,
2879 _mesa_BlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
H A Ddlist.c6360 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
6373 n[6].i = dstY0;
6381 dstX0, dstY0, dstX1, dstY1,
6359 save_BlitFramebufferEXT(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/swrast/
H A Ds_blit.c110 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
118 const GLint dstHeight = ABS(dstY1 - dstY0);
123 const GLint dstYpos = MIN2(dstY0, dstY1);
126 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0);
233 if (srcY0 < dstY0) {
490 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1)
498 const GLint dstHeight = ABS(dstY1 - dstY0);
504 const GLint dstYpos = MIN2(dstY0, dstY1);
507 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0);
714 GLint dstX0, GLint dstY0, GLin
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/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
608 << dstX0 << ", " << dstY0 << ", " << dstX1 << ", " << dstY1 << ", "
614 drawOffset.x()+dstX0, drawOffset.y()+dstY0, drawOffset.x()+dstX1, drawOffset.y()+dstY1,
/external/mesa3d/src/gallium/state_trackers/vega/
H A Drenderer.c1418 int dstX0, int dstY0,
1446 int tmp = dstY0;
1447 dstY0 = dstY1;
1495 dstY0 = dst->height - dstY0;
1500 dstX0, dstY0, dstX1 - dstX0, dstY1 - dstY0,
1508 dstX0, dstY0, dstX1 - dstX0, dstY1 - dstY0,
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/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp427 GrGLint dstY0,
422 noOpGLBlitFramebuffer(GrGLint srcX0, GrGLint srcY0, GrGLint srcX1, GrGLint srcY1, GrGLint dstX0, GrGLint dstY0, GrGLint dstX1, GrGLint dstY1, GrGLbitfield mask, GrGLenum filter) argument
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c1431 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
1524 verts[0].y = (GLfloat) dstY0;
1526 verts[1].y = (GLfloat) dstY0;
1576 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
1602 dstX0, dstY0, dstX1, dstY1, mask, filter);
1613 GLint tmp = dstY0;
1614 dstY0 = dstY1;
1647 dstX0, dstY0, dstX1, dstY1, mask, filter);
1662 verts[0].y = (GLfloat) dstY0;
1664 verts[1].y = (GLfloat) dstY0;
1429 blitframebuffer_texture(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
1574 _mesa_meta_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
2164 const GLfloat dstY0 = (GLfloat) dstY; local
[all...]

Completed in 558 milliseconds