Searched refs:srcY1 (Results 1 - 25 of 67) sorted by relevance

123

/external/mesa3d/src/mesa/main/
H A Dblit.h33 int srcX1, int srcY1,
41 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
46 _mesa_BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
52 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
H A Dblit.c67 int srcX1, int srcY1,
77 if (MAX2(srcY0, srcY1) <= MIN2(dstY0, dstY1))
80 if (MAX2(dstY0, dstY1) <= MIN2(srcY0, srcY1))
184 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
452 || srcX1 != dstX1 || srcY1 != dstY1)) {
471 abs(srcY1 - srcY0) != abs(dstY1 - dstY0)) {
487 srcX0, srcY0, srcX1, srcY1,
530 (srcX1 - srcX0) == 0 || (srcY1 - srcY0) == 0 ||
537 srcX0, srcY0, srcX1, srcY1,
550 _mesa_BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, argument
66 _mesa_regions_overlap(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1) argument
181 _mesa_blit_framebuffer(struct gl_context *ctx, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter, const char *func) argument
572 _mesa_BlitNamedFramebuffer(GLuint readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
[all...]
H A Dimage.c884 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1,
902 *srcY0, *srcY1, *dstY0, *dstY1);
927 if (*srcY0 == *srcY1)
929 if (*srcY0 <= srcYmin && *srcY1 <= srcYmin)
931 if (*srcY0 >= srcYmax && *srcY1 >= srcYmax)
938 clip_right_or_top(srcY0, srcY1, dstY0, dstY1, dstYmax);
940 clip_left_or_bottom(srcY0, srcY1, dstY0, dstY1, dstYmin);
946 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax);
948 clip_left_or_bottom(dstY0, dstY1, srcY0, srcY1, srcYmin);
954 *srcY0, *srcY1, *dstY
881 _mesa_clip_blit(struct gl_context *ctx, const struct gl_framebuffer *readFb, const struct gl_framebuffer *drawFb, GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1, GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1) argument
[all...]
H A Dimage.h135 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.h58 int srcX1, int srcY1,
70 int srcX1, int srcY1,
H A Du_blit.c315 int srcX1, int srcY1,
325 if (MAX2(srcY0, srcY1) <= MIN2(dstY0, dstY1))
328 if (MAX2(dstY0, dstY1) <= MIN2(srcY0, srcY1))
369 int srcX1, int srcY1,
380 const int srcH = abs(srcY1 - srcY0);
396 regions_overlap(srcX0, srcY0, srcX1, srcY1,
436 srcY0 < srcY1 &&
439 (dstY1 - dstY0) == (srcY1 - srcY0) &&
474 info.src.box.height = srcY1 - srcY0;
503 int srcX1, int srcY1,
314 regions_overlap(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1) argument
365 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) argument
500 util_blit_pixels_tex(struct blit_state *ctx, struct pipe_sampler_view *src_sampler_view, int srcX0, int srcY0, int srcX1, int srcY1, unsigned src_face, struct pipe_surface *dst, int dstX0, int dstY0, int dstX1, int dstY1, float z, uint filter) argument
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_blit.c51 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
62 GLint srcX0, srcY0, srcX1, srcY1; member in struct:__anon17274
76 clip.srcY1 = srcY1;
89 &clip.srcX0, &clip.srcY0, &clip.srcX1, &clip.srcY1,
123 srcY1 = readFB->Height - srcY1;
126 if (srcY0 > srcY1 && dstY0 > dstY1) {
133 srcY0 = srcY1;
134 srcY1
48 st_BlitFramebuffer(struct gl_context *ctx, struct gl_framebuffer *readFB, struct gl_framebuffer *drawFB, 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/i965/
H A Dbrw_meta_util.h40 GLfloat *srcX1, GLfloat *srcY1,
H A Dbrw_meta_util.c162 GLfloat *srcX1, GLfloat *srcY1,
173 fixup_mirroring(mirror_y, srcY0, srcY1);
188 if (!compute_pixels_clipped(*srcX0, *srcY0, *srcX1, *srcY1,
224 float scaleY = (float) (*srcY1 - *srcY0) / (*dstY1 - *dstY0);
246 srcY1, dstY1, dstY0,
255 *srcY0 = read_fb->Height - *srcY1;
256 *srcY1 = tmp;
158 brw_meta_mirror_clip_and_scissor(const struct gl_context *ctx, const struct gl_framebuffer *read_fb, const struct gl_framebuffer *draw_fb, GLfloat *srcX0, GLfloat *srcY0, GLfloat *srcX1, GLfloat *srcY1, GLfloat *dstX0, GLfloat *dstY0, GLfloat *dstX1, GLfloat *dstY1, bool *mirror_x, bool *mirror_y) argument
H A Dbrw_blorp.c492 GLfloat srcX0, GLfloat srcY0, GLfloat srcX1, GLfloat srcY1,
510 srcX0, srcY0, srcX1, srcY1,
522 GLfloat srcX0, GLfloat srcY0, GLfloat srcX1, GLfloat srcY1,
535 &srcX0, &srcY0, &srcX1, &srcY1,
554 srcX0, srcY0, srcX1, srcY1,
577 srcX1, srcY1, dstX0, dstY0, dstX1, dstY1,
587 srcX1, srcY1, dstX0, dstY0, dstX1, dstY1,
657 int srcY1 = srcY0 + height; local
668 srcY0 = src_rb->Height - srcY1;
669 srcY1
489 do_blorp_blit(struct brw_context *brw, GLbitfield buffer_bit, struct intel_renderbuffer *src_irb, mesa_format src_format, struct intel_renderbuffer *dst_irb, mesa_format dst_format, GLfloat srcX0, GLfloat srcY0, GLfloat srcX1, GLfloat srcY1, GLfloat dstX0, GLfloat dstY0, GLfloat dstX1, GLfloat dstY1, GLenum filter, bool mirror_x, bool mirror_y) argument
519 try_blorp_blit(struct brw_context *brw, const struct gl_framebuffer *read_fb, const struct gl_framebuffer *draw_fb, GLfloat srcX0, GLfloat srcY0, GLfloat srcX1, GLfloat srcY1, GLfloat dstX0, GLfloat dstY0, GLfloat dstX1, GLfloat dstY1, GLenum filter, GLbitfield buffer_bit) argument
721 brw_blorp_framebuffer(struct brw_context *brw, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
[all...]
H A Dintel_fbo.c785 GLint srcX1, GLint srcY1,
813 srcY0 - srcY1 == dstY0 - dstY1 &&
815 srcY1 >= srcY0 &&
817 srcY0 >= 0 && srcY1 <= readFb->Height &&
876 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
890 srcX0, srcY0, srcX1, srcY1,
897 srcX0, srcY0, srcX1, srcY1,
909 srcX0, srcY0, srcX1, srcY1,
916 srcX0, srcY0, srcX1, srcY1,
935 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
781 intel_blit_framebuffer_with_blitter(struct gl_context *ctx, const struct gl_framebuffer *readFb, const struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask) argument
873 intel_blit_framebuffer(struct gl_context *ctx, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
932 gen4_blit_framebuffer(struct gl_context *ctx, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb, 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/swrast/
H A Ds_blit.c112 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
123 const GLint srcHeight = ABS(srcY1 - srcY0);
127 const GLint srcYpos = MIN2(srcY0, srcY1);
132 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0);
513 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
522 const GLint srcHeight = ABS(srcY1 - srcY0);
526 const GLint srcYpos = MIN2(srcY0, srcY1);
531 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0);
644 srcY1 = srcYpos + srcRow1;
647 if (srcY0 == srcBufferY0 && srcY1
109 blit_nearest(struct gl_context *ctx, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield buffer) argument
510 blit_linear(struct gl_context *ctx, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1) argument
735 _swrast_BlitFramebuffer(struct gl_context *ctx, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
[all...]
H A Dswrast.h160 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_private.h102 int srcX1, int srcY1,
H A Dpp_run.c42 int srcX1, int srcY1,
59 blit.src.box.height = srcY1 - srcY0;
39 pp_blit(struct pipe_context *pipe, struct pipe_resource *src_tex, int srcX0, int srcY0, int srcX1, int srcY1, int srcZ0, struct pipe_surface *dst, int dstX0, int dstY0, int dstX1, int dstY1) argument
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta_blit.c604 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
619 const int srcH = abs(srcY1 - srcY0);
651 srcY0 = rb->Height - srcY1;
652 srcY1 = rb->Height - temp;
692 srcY1 = srcH;
765 t1 = srcY1 / (float) texImage->Height;
774 t1 = (float) srcY1;
953 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
963 GLint srcX0, srcY0, srcX1, srcY1; member in struct:__anon17040
966 srcX0, srcY0, srcX1, srcY1,
601 blitframebuffer_texture(struct gl_context *ctx, const struct gl_framebuffer *readFb, const struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLenum filter, GLint flipX, GLint flipY, GLboolean glsl_version, GLboolean do_depth) argument
950 _mesa_meta_BlitFramebuffer(struct gl_context *ctx, const struct gl_framebuffer *readFb, const struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
1058 _mesa_meta_and_swrast_BlitFramebuffer(struct gl_context *ctx, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
[all...]
H A Dmeta.h481 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
490 GLint srcX1, GLint srcY1,
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_fbo.c641 GLint srcX1, GLint srcY1,
669 srcY0 - srcY1 == dstY0 - dstY1 &&
671 srcY1 >= srcY0 &&
673 srcY0 >= 0 && srcY1 <= readFb->Height &&
734 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
740 srcX0, srcY0, srcX1, srcY1,
748 srcX0, srcY0, srcX1, srcY1,
637 intel_blit_framebuffer_with_blitter(struct gl_context *ctx, const struct gl_framebuffer *readFb, const struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
731 intel_blit_framebuffer(struct gl_context *ctx, struct gl_framebuffer *readFb, struct gl_framebuffer *drawFb, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum 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,
H A DsglrContext.hpp137 virtual void blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, deUint32 mask, deUint32 filter) = DE_NULL;
H A DsglrGLContext.hpp149 virtual void blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, deUint32 mask, deUint32 filter);
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTgles2Ext.h108 typedef void (GL_APIENTRYP PFNGLBLITFRAMEBUFFERNVPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp196 GL_APICALL void BlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
197 GL_APICALL void BlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
1148 GL_APICALL void GL_APIENTRY glBlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
1150 return es2::BlitFramebufferNV(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
1153 GL_APICALL void GL_APIENTRY glBlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, argument
1156 return es2::BlitFramebufferANGLE(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
H A DlibGLESv2.hpp217 void (*glBlitFramebufferNV)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
218 void (*glBlitFramebufferANGLE)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,

Completed in 444 milliseconds

123