Searched refs:dstX0 (Results 1 - 25 of 65) sorted by relevance

123

/external/mesa3d/src/mesa/main/
H A Dblit.h34 int dstX0, int dstY0,
42 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
47 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
53 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
H A Dblit.c68 int dstX0, int dstY0,
71 if (MAX2(srcX0, srcX1) <= MIN2(dstX0, dstX1))
74 if (MAX2(dstX0, dstX1) <= MIN2(srcX0, srcX1))
185 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
451 && (srcX0 != dstX0 || srcY0 != dstY0
470 if (abs(srcX1 - srcX0) != abs(dstX1 - dstX0) ||
488 dstX0, dstY0, dstX1, dstY1,
531 (dstX1 - dstX0) == 0 || (dstY1 - dstY0) == 0) {
538 dstX0, dstY0, dstX1, dstY1,
551 GLint dstX0, GLin
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
550 _mesa_BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) 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.c806 GLint *dstX0, GLint *dstX1,
813 assert(*dstX0 < maxValue); /* X0 should be inside right edge */
814 t = (GLfloat) (maxValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0);
821 else if (*dstX0 > maxValue) {
824 t = (GLfloat) (maxValue - *dstX1) / (GLfloat) (*dstX0 - *dstX1);
827 *dstX0 = maxValue;
839 GLint *dstX0, GLint *dstX1,
844 if (*dstX0 < minValue) {
847 t = (GLfloat) (minValue - *dstX0) / (GLfloa
805 clip_right_or_top(GLint *srcX0, GLint *srcX1, GLint *dstX0, GLint *dstX1, GLint maxValue) argument
838 clip_left_or_bottom(GLint *srcX0, GLint *srcX1, GLint *dstX0, GLint *dstX1, GLint minValue) argument
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.h136 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.h61 int dstX0, int dstY0,
73 int dstX0, int dstY0,
H A Du_blit.c316 int dstX0, int dstY0,
319 if (MAX2(srcX0, srcX1) <= MIN2(dstX0, dstX1))
322 if (MAX2(dstX0, dstX1) <= MIN2(srcX0, srcX1))
372 int dstX0, int dstY0,
397 dstX0, dstY0, dstX1, dstY1);
435 dstX0 < dstX1 &&
438 (dstX1 - dstX0) == (srcX1 - srcX0) &&
450 dstX0, dstY0, dst->u.tex.first_layer,/* dest */
459 info.dst.box.x = dstX0;
462 info.dst.box.width = dstX1 - dstX0;
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.c52 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
63 GLint dstX0, dstY0, dstX1, dstY1; member in struct:__anon17274
77 clip.dstX0 = dstX0;
90 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) {
95 (dstX0 != clip.dstX0) ||
109 blit.scissor.minx = MIN2(clip.dstX0, clip.dstX1);
111 blit.scissor.maxx = MAX2(clip.dstX0, clip.dstX1);
144 if (dstX0 < dstX
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.h41 GLfloat *dstX0, GLfloat *dstY0,
H A Dbrw_meta_util.c112 * \param dst0 the dst rect coordinate (for example dstX0)
163 GLfloat *dstX0, GLfloat *dstY0,
172 fixup_mirroring(mirror_x, dstX0, dstX1);
193 if (!compute_pixels_clipped(*dstX0, *dstY0, *dstX1, *dstY1,
203 * For example, if srcX0 and dstX0 need both to be clipped we want to avoid
204 * the situation where we clip srcX0 first, then adjust dstX0 accordingly
205 * but then we realize that the resulting dstX0 still needs to be clipped,
206 * so we clip dstX0 and adjust srcX0 again. Because we are applying scaling
218 * the dst rect so we should clip dstX0 only and adjust srcX0. This is
223 float scaleX = (float) (*srcX1 - *srcX0) / (*dstX1 - *dstX0);
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
[all...]
H A Dintel_fbo.c786 GLint dstX0, GLint dstY0,
812 if (!(srcX0 - srcX1 == dstX0 - dstX1 &&
818 dstX0 >= 0 && dstX1 <= drawFb->Width &&
858 dstX0, dstY0, dst_rb->Name == 0,
859 dstX1 - dstX0, dstY1 - dstY0, GL_COPY)) {
877 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
891 dstX0, dstY0, dstX1, dstY1,
898 dstX0, dstY0, dstX1, dstY1,
910 dstX0, dstY0, dstX1, dstY1,
917 dstX0, dstY
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...]
H A Dbrw_blorp.c493 GLfloat dstX0, GLfloat dstY0, GLfloat dstX1, GLfloat dstY1,
511 dstX0, dstY0, dstX1, dstY1,
523 GLfloat dstX0, GLfloat dstY0, GLfloat dstX1, GLfloat dstY1,
536 &dstX0, &dstY0, &dstX1, &dstY1,
555 dstX0, dstY0, dstX1, dstY1,
577 srcX1, srcY1, dstX0, dstY0, dstX1, dstY1,
587 srcX1, srcY1, dstX0, dstY0, dstX1, dstY1,
603 int dstX0, int dstY0,
659 int dstX1 = dstX0 + width;
683 dstX0, dstY
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
598 brw_blorp_copytexsubimage(struct brw_context *brw, struct gl_renderbuffer *src_rb, struct gl_texture_image *dst_image, int slice, int srcX0, int srcY0, int dstX0, int dstY0, int width, int height) 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 Dbrw_context.h1512 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
1521 int dstX0, int dstY0,
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta_blit.c605 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
614 const GLint dstX = MIN2(dstX0, dstX1);
616 const GLint dstW = abs(dstX1 - dstX0);
954 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
957 const GLint dstW = abs(dstX1 - dstX0);
959 const GLint dstFlipX = (dstX1 - dstX0) / dstW;
964 GLint dstX0, dstY0, dstX1, dstY1; member in struct:__anon17040
967 dstX0, dstY0, dstX1, dstY1
984 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) {
1002 if (clip.dstX0 !
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.h482 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
491 GLint dstX0, GLint dstY0,
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_private.h105 int dstX0, int dstY0,
H A Dpp_run.c45 int dstX0, int dstY0,
65 blit.dst.box.x = dstX0;
68 blit.dst.box.width = dstX1 - dstX0;
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/swrast/
H A Ds_blit.c113 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
122 const GLint dstWidth = ABS(dstX1 - dstX0);
128 const GLint dstXpos = MIN2(dstX0, dstX1);
131 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
514 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1)
521 const GLint dstWidth = ABS(dstX1 - dstX0);
527 const GLint dstXpos = MIN2(dstX0, dstX1);
530 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
739 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
762 &dstX0,
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.h161 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_fbo.c642 GLint dstX0, GLint dstY0,
668 if (!(srcX0 - srcX1 == dstX0 - dstX1 &&
674 dstX0 >= 0 && dstX1 <= drawFb->Width &&
716 dstX0, dstY0, dst_rb->Name == 0,
717 dstX1 - dstX0, dstY1 - dstY0, GL_COPY)) {
735 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
741 dstX0, dstY0, dstX1, dstY1,
749 dstX0, dstY0, dstX1, dstY1,
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
608 << dstX0 << ", " << dstY0 << ", " << dstX1 << ", " << dstY1 << ", "
614 drawOffset.x()+dstX0, drawOffset.y()+dstY0, drawOffset.x()+dstX1, drawOffset.y()+dstY1,
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);

Completed in 484 milliseconds

123