HomeSort by relevance Sort by last modified time
    Searched refs:srcX0 (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /external/mesa3d/src/mesa/main/
blit.h 32 _mesa_regions_overlap(int srcX0, int srcY0,
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,
blit.c 66 _mesa_regions_overlap(int srcX0, int srcY0,
71 if (MAX2(srcX0, srcX1) <= MIN2(dstX0, dstX1))
74 if (MAX2(dstX0, dstX1) <= MIN2(srcX0, srcX1))
184 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
451 && (srcX0 != dstX0 || srcY0 != dstY0
470 if (abs(srcX1 - srcX0) != abs(dstX1 - dstX0) ||
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
    [all...]
image.c 744 const GLint srcX0 = *srcX, srcY0 = *srcY;
748 *destX = *destX + *srcX - srcX0;
805 clip_right_or_top(GLint *srcX0, GLint *srcX1,
818 bias = (*srcX0 < *srcX1) ? 0.5F : -0.5F;
819 *srcX1 = *srcX0 + (GLint) (t * (*srcX1 - *srcX0) + bias);
828 bias = (*srcX0 < *srcX1) ? -0.5F : 0.5F;
829 *srcX0 = *srcX1 + (GLint) (t * (*srcX0 - *srcX1) + bias);
838 clip_left_or_bottom(GLint *srcX0, GLint *srcX1
    [all...]
image.h 135 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1,
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.h 57 int srcX0, int srcY0,
69 int srcX0, int srcY0,
u_blit.c 314 regions_overlap(int srcX0, int srcY0,
319 if (MAX2(srcX0, srcX1) <= MIN2(dstX0, dstX1))
322 if (MAX2(dstX0, dstX1) <= MIN2(srcX0, srcX1))
368 int srcX0, int srcY0,
379 const int srcW = abs(srcX1 - srcX0);
396 regions_overlap(srcX0, srcY0, srcX1, srcY1,
434 srcX0 < srcX1 &&
438 (dstX1 - dstX0) == (srcX1 - srcX0) &&
442 src_box.x = srcX0;
470 info.src.box.x = srcX0;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_meta_util.h 39 GLfloat *srcX0, GLfloat *srcY0,
brw_meta_util.c 111 * \param src the source rect coordinate (for example srcX0)
161 GLfloat *srcX0, GLfloat *srcY0,
171 fixup_mirroring(mirror_x, srcX0, srcX1);
188 if (!compute_pixels_clipped(*srcX0, *srcY0, *srcX1, *srcY1,
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
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);
228 srcX0, dstX0, dstX1
    [all...]
intel_fbo.c 784 GLint srcX0, GLint srcY0,
812 if (!(srcX0 - srcX1 == dstX0 - dstX1 &&
814 srcX1 >= srcX0 &&
816 srcX0 >= 0 && srcX1 <= readFb->Width &&
855 srcX0, srcY0, src_rb->Name == 0,
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
    [all...]
brw_blorp.c 492 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,
576 dst_irb, MESA_FORMAT_NONE, srcX0, srcY0,
586 dst_irb, MESA_FORMAT_NONE, srcX0, srcY0,
602 int srcX0, int srcY0,
658 int srcX1 = srcX0 + width;
682 srcX0, srcY0, srcX1, srcY1
    [all...]
brw_context.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c 51 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
62 GLint srcX0, srcY0, srcX1, srcY1;
73 clip.srcX0 = srcX0;
89 &clip.srcX0, &clip.srcY0, &clip.srcX1, &clip.srcY1,
146 blit.src.box.x = srcX0;
148 blit.src.box.width = srcX1 - srcX0;
153 blit.src.box.width = srcX0 - srcX1;
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_private.h 101 int srcX0, int srcY0,
pp_run.c 41 int srcX0, int srcY0,
55 blit.src.box.x = srcX0;
58 blit.src.box.width = srcX1 - srcX0;
  /external/mesa3d/src/mesa/swrast/
s_blit.c 112 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
121 const GLint srcWidth = ABS(srcX1 - srcX0);
126 const GLint srcXpos = MIN2(srcX0, srcX1);
131 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
513 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
520 const GLint srcWidth = ABS(srcX1 - srcX0);
525 const GLint srcXpos = MIN2(srcX0, srcX1);
530 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
738 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
761 if (!_mesa_clip_blit(ctx, readFb, drawFb, &srcX0, &srcY0, &srcX1, &srcY1
    [all...]
swrast.h 160 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
  /external/mesa3d/src/mesa/drivers/common/
meta_blit.c 604 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
618 const int srcW = abs(srcX1 - srcX0);
683 srcX0, srcY0,
689 srcX0 = 0;
762 s0 = srcX0 / (float) texImage->Width;
771 s0 = (float) srcX0;
    [all...]
meta.h 481 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
489 GLint srcX0, GLint srcY0,
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_fbo.c 640 GLint srcX0, GLint srcY0,
668 if (!(srcX0 - srcX1 == dstX0 - dstX1 &&
670 srcX1 >= srcX0 &&
672 srcX0 >= 0 && srcX1 <= readFb->Width &&
713 srcX0, srcY0, src_rb->Name == 0,
734 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
740 srcX0, srcY0, srcX1, srcY1,
748 srcX0, srcY0, srcX1, srcY1,
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 359 void ContextWrapper::glBlitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, deUint32 mask, deUint32 filter)
361 m_curCtx->blitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
sglrGLContext.cpp 600 void GLContext::blitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, deUint32 mask, deUint32 filter)
607 << srcX0 << ", " << srcY0 << ", " << srcX1 << ", " << srcY1 << ", "
613 m_context.getFunctions().blitFramebuffer(readOffset.x()+srcX0, readOffset.y()+srcY0, readOffset.x()+srcX1, readOffset.y()+srcY1,
sglrContext.hpp 137 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;
sglrGLContext.hpp 149 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/
PVRTgles2Ext.h 108 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/
main.cpp 326 GL_APICALL void BlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
327 GL_APICALL void BlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
    [all...]

Completed in 3336 milliseconds

1 2 3 4 5 6 7 8 9