Searched defs:dstY1 (Results 1 - 16 of 16) 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)) {
167 dstY1 = drawFB->Height - dstY1;
196 if (dstY0 < dstY1) {
198 info.dst.y1 = dstY1;
202 info.dst.y0 = dstY1;
213 if (srcY0 > srcY1 && dstY0 > dstY1) {
223 dstY0 = dstY1;
224 dstY1
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.c377 int dstX1, int dstY1)
385 if (MAX2(srcY0, srcY1) < MIN2(dstY0, dstY1))
388 if (MAX2(dstY0, dstY1) < MIN2(srcY0, srcY1))
433 int dstX1, int dstY1,
464 dstX0, dstY0, dstX1, dstY1);
491 dstY0 < dstY1 &&
493 (dstY1 - dstY0) == (srcY1 - srcY0) &&
560 dstY0 = dstY1;
561 dstY1 = tmp;
773 (float) dstY1 / dst_surfac
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.c809 GLint dstX1, GLint dstY1,
827 srcY0 - srcY1 == dstY0 - dstY1 &&
833 dstY0 >= 0 && dstY1 <= drawFb->Height &&
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.c809 GLint dstX1, GLint dstY1,
827 srcY0 - srcY1 == dstY0 - dstY1 &&
833 dstY0 >= 0 && dstY1 <= drawFb->Height &&
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,
248 dstY0 = draw_fb->Height - dstY1;
249 dstY1 = tmp;
267 dstX0, dstY0, dstX1, dstY1, mirror_
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.c809 GLint dstX1, GLint dstY1,
827 srcY0 - srcY1 == dstY0 - dstY1 &&
833 dstY0 >= 0 && dstY1 <= drawFb->Height &&
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, *dstY1);
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,
6375 n[8].i = dstY1;
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);
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, GLint dstX1, GLint dstY1,
730 &dstX0, &dstY0, &dstX1, &dstY1)) {
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.c1419 int dstX1, int dstY1,
1447 dstY0 = dstY1;
1448 dstY1 = tmp;
1496 dstY1 = dst->height - dstY1;
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.cpp452 GrGLint dstY1,
445 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,
1528 verts[2].y = (GLfloat) dstY1;
1530 verts[3].y = (GLfloat) dstY1;
1576 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
1602 dstX0, dstY0, dstX1, dstY1, mask, filter);
1614 dstY0 = dstY1;
1615 dstY1 = tmp;
1647 dstX0, dstY0, dstX1, dstY1, mask, filter);
1666 verts[2].y = (GLfloat) dstY1;
1668 verts[3].y = (GLfloat) dstY1;
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
2166 const GLfloat dstY1 = dstY + height * ctx->Pixel.ZoomY; local
[all...]
/external/opencv3/modules/core/src/
H A Dgl_core_3_1.cpp1935 static void CODEGEN_FUNCPTR Switch_BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
1938 BlitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);

Completed in 330 milliseconds