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

1 2 3 4 5 6

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blit.h 67 int dstX1, int dstY1,
78 int dstX1, int dstY1,
u_blit.c 377 int dstX1, int dstY1)
379 if (MAX2(srcX0, srcX1) < MIN2(dstX0, dstX1))
382 if (MAX2(dstX0, dstX1) < MIN2(srcX0, srcX1))
433 int dstX1, int dstY1,
464 dstX0, dstY0, dstX1, dstY1);
489 dstX0 < dstX1 &&
492 (dstX1 - dstX0) == (srcX1 - srcX0) &&
553 dstX0 = dstX1;
554 dstX1 = tmp;
772 (float) dstX1 / dst_surface->width * 2.0f - 1.0f
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.h 67 int dstX1, int dstY1,
78 int dstX1, int dstY1,
u_blit.c 377 int dstX1, int dstY1)
379 if (MAX2(srcX0, srcX1) < MIN2(dstX0, dstX1))
382 if (MAX2(dstX0, dstX1) < MIN2(srcX0, srcX1))
433 int dstX1, int dstY1,
464 dstX0, dstY0, dstX1, dstY1);
489 dstX0 < dstX1 &&
492 (dstX1 - dstX0) == (srcX1 - srcX0) &&
553 dstX0 = dstX1;
554 dstX1 = tmp;
772 (float) dstX1 / dst_surface->width * 2.0f - 1.0f
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
image.c 780 GLint *dstX0, GLint *dstX1,
785 if (*dstX1 > maxValue) {
788 t = (GLfloat) (maxValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0);
791 *dstX1 = maxValue;
797 ASSERT(*dstX1 < maxValue); /* X1 should be inside right edge */
798 t = (GLfloat) (maxValue - *dstX1) / (GLfloat) (*dstX0 - *dstX1);
813 GLint *dstX0, GLint *dstX1,
820 ASSERT(*dstX1 > minValue); /* X1 should be inside left edge */
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,
785 if (*dstX1 > maxValue) {
788 t = (GLfloat) (maxValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0);
791 *dstX1 = maxValue;
797 ASSERT(*dstX1 < maxValue); /* X1 should be inside right edge */
798 t = (GLfloat) (maxValue - *dstX1) / (GLfloat) (*dstX0 - *dstX1);
813 GLint *dstX0, GLint *dstX1,
820 ASSERT(*dstX1 > minValue); /* X1 should be inside left edge */
821 t = (GLfloat) (minValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0)
    [all...]
image.h 131 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) {
187 info.dst.x1 = dstX1;
191 info.dst.x0 = dstX1;
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) {
187 info.dst.x1 = dstX1;
191 info.dst.x0 = dstX1;
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/mesa/src/src/mesa/drivers/dri/intel/
intel_fbo.c 809 GLint dstX1, GLint dstY1,
826 srcX0 - srcX1 == dstX0 - dstX1 &&
832 dstX0 >= 0 && dstX1 <= drawFb->Width &&
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 809 GLint dstX1, GLint dstY1,
826 srcX0 - srcX1 == dstX0 - dstX1 &&
832 dstX0 >= 0 && dstX1 <= drawFb->Width &&
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 262 GL_APICALL void GL_APIENTRY glBlitFramebufferCHROMIUM (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
265 typedef void (GL_APIENTRYP PFNGLBLITFRAMEBUFFERCHROMIUMPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
478 GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
482 GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES.cpp 423 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1)
426 dstX1 != writeBuffer->getWidth() || dstY1 != writeBuffer->getHeight() ||
446 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask,
478 if (fromAngleExtension && (srcX1 - srcX0 != dstX1 - dstX0 || srcY1 - srcY0 != dstY1 - dstY0))
519 bool sameBounds = srcX0 == dstX0 && srcY0 == dstY0 && srcX1 == dstX1 && srcY1 == dstY1;
606 dstX0, dstY0, dstX1, dstY1))
637 srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1))
675 srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1))
    [all...]
validationES.h 42 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask,
  /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);

Completed in 477 milliseconds

1 2 3 4 5 6