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

1 2 3 4

  /external/mesa3d/src/mesa/main/
blit.h 34 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,
blit.c 68 int dstX0, int dstY0,
77 if (MAX2(srcY0, srcY1) <= MIN2(dstY0, dstY1))
80 if (MAX2(dstY0, dstY1) <= MIN2(srcY0, srcY1))
185 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
451 && (srcX0 != dstX0 || srcY0 != dstY0
471 abs(srcY1 - srcY0) != abs(dstY1 - dstY0)) {
488 dstX0, dstY0, dstX1, dstY1,
531 (dstX1 - dstX0) == 0 || (dstY1 - dstY0) == 0) {
538 dstX0, dstY0, dstX1, dstY1,
551 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1
    [all...]
image.c 885 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1)
902 *srcY0, *srcY1, *dstY0, *dstY1);
913 if (*dstY0 == *dstY1)
915 if (*dstY0 <= dstYmin && *dstY1 <= dstYmin)
917 if (*dstY0 >= dstYmax && *dstY1 >= dstYmax)
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, *dstY0, *dstY1)
    [all...]
image.h 136 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1);
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.h 61 int dstX0, int dstY0,
73 int dstX0, int dstY0,
u_blit.c 316 int dstX0, int dstY0,
325 if (MAX2(srcY0, srcY1) <= MIN2(dstY0, dstY1))
328 if (MAX2(dstY0, dstY1) <= MIN2(srcY0, srcY1))
372 int dstX0, int dstY0,
397 dstX0, dstY0, dstX1, dstY1);
437 dstY0 < dstY1 &&
439 (dstY1 - dstY0) == (srcY1 - srcY0) &&
450 dstX0, dstY0, dst->u.tex.first_layer,/* dest */
460 info.dst.box.y = dstY0;
463 info.dst.box.height = dstY1 - dstY0;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c 52 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
63 GLint dstX0, dstY0, dstX1, dstY1;
78 clip.dstY0 = dstY0;
90 &clip.dstX0, &clip.dstY0, &clip.dstX1, &clip.dstY1)) {
96 (dstY0 != clip.dstY0) ||
102 dstY0 = drawFB->Height - dstY0;
105 clip.dstY0 = drawFB->Height - clip.dstY0
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_meta_util.h 41 GLfloat *dstX0, GLfloat *dstY0,
brw_meta_util.c 163 GLfloat *dstX0, GLfloat *dstY0,
174 fixup_mirroring(mirror_y, dstY0, dstY1);
193 if (!compute_pixels_clipped(*dstX0, *dstY0, *dstX1, *dstY1,
224 float scaleY = (float) (*srcY1 - *srcY0) / (*dstY1 - *dstY0);
240 srcY0, dstY0, dstY1,
246 srcY1, dstY1, dstY0,
260 GLint tmp = draw_fb->Height - *dstY0;
261 *dstY0 = draw_fb->Height - *dstY1;
intel_fbo.c 786 GLint dstX0, GLint dstY0,
813 srcY0 - srcY1 == dstY0 - dstY1 &&
819 dstY0 >= 0 && dstY1 <= drawFb->Height &&
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, dstY0, dstX1, dstY1
    [all...]
brw_blorp.c 493 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,
660 int dstY1 = dstY0 + height;
683 dstX0, dstY0, dstX1, dstY1
    [all...]
brw_context.h     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta_blit.c 605 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
615 const GLint dstY = MIN2(dstY0, dstY1);
617 const GLint dstH = abs(dstY1 - dstY0);
    [all...]
meta.h 482 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
491 GLint dstX0, GLint dstY0,
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_private.h 105 int dstX0, int dstY0,
pp_run.c 45 int dstX0, int dstY0,
66 blit.dst.box.y = dstY0;
69 blit.dst.box.height = dstY1 - dstY0;
  /external/mesa3d/src/mesa/swrast/
s_blit.c 113 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
124 const GLint dstHeight = ABS(dstY1 - dstY0);
129 const GLint dstYpos = MIN2(dstY0, dstY1);
132 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0);
265 if (srcY0 < dstY0) {
514 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1)
523 const GLint dstHeight = ABS(dstY1 - dstY0);
528 const GLint dstYpos = MIN2(dstY0, dstY1);
531 const GLboolean invertY = (srcY1 < srcY0) ^ (dstY1 < dstY0);
739 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1
    [all...]
swrast.h 161 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_fbo.c 642 GLint dstX0, GLint dstY0,
669 srcY0 - srcY1 == dstY0 - dstY1 &&
675 dstY0 >= 0 && dstY1 <= drawFb->Height &&
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,
  /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)
608 << dstX0 << ", " << dstY0 << ", " << dstX1 << ", " << dstY1 << ", "
614 drawOffset.x()+dstX0, drawOffset.y()+dstY0, drawOffset.x()+dstX1, drawOffset.y()+dstY1,
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/
entry_points.cpp 196 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,
    [all...]

Completed in 353 milliseconds

1 2 3 4