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

1 2 3 4 5

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blit.h 66 int dstX0, int dstY0,
77 int dstX0, int dstY0,
u_blit.c 376 int dstX0, int dstY0,
379 if (MAX2(srcX0, srcX1) < MIN2(dstX0, dstX1))
382 if (MAX2(dstX0, dstX1) < MIN2(srcX0, srcX1))
432 int dstX0, int dstY0,
464 dstX0, dstY0, dstX1, dstY1);
489 dstX0 < dstX1 &&
492 (dstX1 - dstX0) == (srcX1 - srcX0) &&
504 dstX0, dstY0, dst->u.tex.first_layer,/* dest */
552 int tmp = dstX0;
553 dstX0 = dstX1
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.h 66 int dstX0, int dstY0,
77 int dstX0, int dstY0,
u_blit.c 376 int dstX0, int dstY0,
379 if (MAX2(srcX0, srcX1) < MIN2(dstX0, dstX1))
382 if (MAX2(dstX0, dstX1) < MIN2(srcX0, srcX1))
432 int dstX0, int dstY0,
464 dstX0, dstY0, dstX1, dstY1);
489 dstX0 < dstX1 &&
492 (dstX1 - dstX0) == (srcX1 - srcX0) &&
504 dstX0, dstY0, dst->u.tex.first_layer,/* dest */
552 int tmp = dstX0;
553 dstX0 = dstX1
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
image.c 780 GLint *dstX0, GLint *dstX1,
787 ASSERT(*dstX0 < maxValue); /* X0 should be inside right edge */
788 t = (GLfloat) (maxValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0);
795 else if (*dstX0 > maxValue) {
798 t = (GLfloat) (maxValue - *dstX1) / (GLfloat) (*dstX0 - *dstX1);
801 *dstX0 = maxValue;
813 GLint *dstX0, GLint *dstX1,
818 if (*dstX0 < minValue) {
821 t = (GLfloat) (minValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0)
    [all...]
image.h 131 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1);
fbobject.h 205 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
  /external/mesa3d/src/mesa/main/
image.c 780 GLint *dstX0, GLint *dstX1,
787 ASSERT(*dstX0 < maxValue); /* X0 should be inside right edge */
788 t = (GLfloat) (maxValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0);
795 else if (*dstX0 > maxValue) {
798 t = (GLfloat) (maxValue - *dstX1) / (GLfloat) (*dstX0 - *dstX1);
801 *dstX0 = maxValue;
813 GLint *dstX0, GLint *dstX1,
818 if (*dstX0 < minValue) {
821 t = (GLfloat) (minValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0)
    [all...]
image.h 131 GLint *dstX0, GLint *dstY0, GLint *dstX1, GLint *dstY1);
fbobject.h 205 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_blit.c 145 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
160 &dstX0, &dstY0, &dstX1, &dstY1)) {
185 if (dstX0 < dstX1) {
186 info.dst.x0 = dstX0;
192 info.dst.x1 = dstX0;
244 dstSurf, dstX0, dstY0, dstX1, dstY1,
259 dstSurf, dstX0, dstY0, dstX1, dstY1,
303 dstDepthSurf, dstX0, dstY0, dstX1, dstY1,
322 dstDepthSurf, dstX0, dstY0, dstX1, dstY1,
332 dstStencilSurf, dstX0, dstY0, dstX1, dstY1
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c 145 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
160 &dstX0, &dstY0, &dstX1, &dstY1)) {
185 if (dstX0 < dstX1) {
186 info.dst.x0 = dstX0;
192 info.dst.x1 = dstX0;
244 dstSurf, dstX0, dstY0, dstX1, dstY1,
259 dstSurf, dstX0, dstY0, dstX1, dstY1,
303 dstDepthSurf, dstX0, dstY0, dstX1, dstY1,
322 dstDepthSurf, dstX0, dstY0, dstX1, dstY1,
332 dstStencilSurf, dstX0, dstY0, dstX1, dstY1
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blit.c 110 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
116 const GLint dstWidth = ABS(dstX1 - dstX0);
122 const GLint dstXpos = MIN2(dstX0, dstX1);
125 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
490 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1)
496 const GLint dstWidth = ABS(dstX1 - dstX0);
503 const GLint dstXpos = MIN2(dstX0, dstX1);
506 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
714 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
730 &dstX0, &dstY0, &dstX1, &dstY1))
    [all...]
swrast.h 157 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
  /external/mesa3d/src/mesa/swrast/
s_blit.c 110 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
116 const GLint dstWidth = ABS(dstX1 - dstX0);
122 const GLint dstXpos = MIN2(dstX0, dstX1);
125 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
490 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1)
496 const GLint dstWidth = ABS(dstX1 - dstX0);
503 const GLint dstXpos = MIN2(dstX0, dstX1);
506 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
714 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
730 &dstX0, &dstY0, &dstX1, &dstY1))
    [all...]
swrast.h 157 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 149 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
166 srcX0, srcY0, dstX0, dstY0, dstX1, dstY1,
194 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
210 fixup_mirroring(mirror_x, dstX0, dstX1);
215 if (srcX1 - srcX0 != dstX1 - dstX0) return false;
220 if (!(clip_or_scissor(mirror_x, srcX0, srcX1, dstX0, dstX1,
229 if (!(clip_or_scissor(mirror_x, dstX0, dstX1, srcX0, srcX1,
267 dstX0, dstY0, dstX1, dstY1, mirror_x, mirror_y);
278 dstX0, dstY0, dstX1, dstY1, mirror_x, mirror_y);
288 dstX0, dstY0, dstX1, dstY1, mirror_x, mirror_y)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 149 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
166 srcX0, srcY0, dstX0, dstY0, dstX1, dstY1,
194 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
210 fixup_mirroring(mirror_x, dstX0, dstX1);
215 if (srcX1 - srcX0 != dstX1 - dstX0) return false;
220 if (!(clip_or_scissor(mirror_x, srcX0, srcX1, dstX0, dstX1,
229 if (!(clip_or_scissor(mirror_x, dstX0, dstX1, srcX0, srcX1,
267 dstX0, dstY0, dstX1, dstY1, mirror_x, mirror_y);
278 dstX0, dstY0, dstX1, dstY1, mirror_x, mirror_y);
288 dstX0, dstY0, dstX1, dstY1, mirror_x, mirror_y)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.h 79 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
  /external/mesa3d/src/mesa/drivers/common/
meta.h 79 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Extensions3D.cpp 67 void Extensions3D::blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long dstY1, unsigned long mask, unsigned long filter)
69 m_context->webContext()->blitFramebufferCHROMIUM(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
Extensions3D.h 253 void blitFramebuffer(long srcX0, long srcY0, long srcX1, long srcY1, long dstX0, long dstY0, long dstX1, long dstY1, unsigned long mask, unsigned long filter);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_fbo.c 808 GLint dstX0, GLint dstY0,
826 srcX0 - srcX1 == dstX0 - dstX1 &&
832 dstX0 >= 0 && dstX1 <= drawFb->Width &&
844 dstX0, dstY0,
859 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
865 dstX0, dstY0, dstX1, dstY1,
873 dstX0, dstY0, dstX1, dstY1,
881 dstX0, dstY0, dstX1, dstY1,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.c 808 GLint dstX0, GLint dstY0,
826 srcX0 - srcX1 == dstX0 - dstX1 &&
832 dstX0 >= 0 && dstX1 <= drawFb->Width &&
844 dstX0, dstY0,
859 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
865 dstX0, dstY0, dstX1, dstY1,
873 dstX0, dstY0, dstX1, dstY1,
881 dstX0, dstY0, dstX1, dstY1,
  /external/chromium_org/gpu/GLES2/
gl2extchromium.h 450 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0,
454 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0,

Completed in 5005 milliseconds

1 2 3 4 5