Searched defs:dstY1 (Results 1 - 22 of 22) 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/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv3.cpp1419 GL_APICALL void GL_APIENTRY glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
1422 "GLint dstX0 = %d, GLint dstY0 = %d, GLint dstX1 = %d, GLint dstY1 = %d, "
1424 srcX0, srcY0, srcX1, srcX1, dstX0, dstY0, dstX1, dstY1, mask, filter);
1450 context->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask);
H A Dmain.cpp325 GL_APICALL void BlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
326 GL_APICALL void BlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
1272 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
1274 return es2::BlitFramebufferNV(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
1277 GL_APICALL void GL_APIENTRY glBlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, argument
1280 return es2::BlitFramebufferANGLE(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
H A DContext.cpp3860 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
3883 bool flipy = (srcY0 < srcY1) ^ (dstY0 < dstY1);
3918 if(dstY0 < dstY1)
3921 destRect.y1 = dstY1;
3925 destRect.y0 = dstY1;
3859 blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask) argument
H A DlibGLESv2.cpp6224 void BlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
6227 "GLint dstX0 = %d, GLint dstY0 = %d, GLint dstX1 = %d, GLint dstY1 = %d, "
6229 srcX0, srcY0, srcX1, srcX1, dstX0, dstY0, dstX1, dstY1, mask, filter);
6254 context->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask);
6258 void BlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, argument
6261 if(srcX1 - srcX0 != dstX1 - dstX0 || srcY1 - srcY0 != dstY1 - dstY0)
6267 glBlitFramebufferNV(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
/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/swiftshader/src/OpenGL/libGL/
H A DContext.cpp2766 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
2809 destRect.y1 = dstY1;
2814 destRect.y0 = dstY1;
2765 blitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask) argument
H A DlibGL.cpp5431 void APIENTRY glBlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, argument
5435 "GLint dstX0 = %d, GLint dstY0 = %d, GLint dstX1 = %d, GLint dstY1 = %d, "
5437 srcX0, srcY0, srcX1, srcX1, dstX0, dstY0, dstX1, dstY1, mask, filter);
5452 if(srcX1 - srcX0 != dstX1 - dstX0 || srcY1 - srcY0 != dstY1 - dstY0)
5473 context->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask);
7808 void APIENTRY glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) {UNIMPLEMENTED();} argument
/external/libmojo/mojo/gpu/
H A Dmojo_gles2_impl_autogen.cc1219 GLint dstY1,
1224 dstY1, mask, filter);
1212 BlitFramebufferCHROMIUM(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) argument
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.h35 virtual GrGLvoid blitFramebuffer(GrGLint srcX0, GrGLint srcY0, GrGLint srcX1, GrGLint srcY1, GrGLint dstX0, GrGLint dstY0, GrGLint dstX1, GrGLint dstY1, GrGLbitfield mask, GrGLenum filter) {} argument

Completed in 640 milliseconds