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

1 2 3 4 5 6

  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.h 62 int srcX0, int srcY0,
74 int srcX0, int srcY0,
u_blit.c 374 regions_overlap(int srcX0, int srcY0,
379 if (MAX2(srcX0, srcX1) < MIN2(dstX0, dstX1))
382 if (MAX2(dstX0, dstX1) < MIN2(srcX0, srcX1))
428 int srcX0, int srcY0,
444 const int srcW = abs(srcX1 - srcX0);
463 regions_overlap(srcX0, srcY0, srcX1, srcY1,
488 srcX0 < srcX1 &&
492 (dstX1 - dstX0) == (srcX1 - srcX0) &&
496 src_box.x = srcX0;
547 const int srcLeft = MIN2(srcX0, srcX1)
    [all...]
  /external/mesa3d/src/mesa/main/
image.c 718 const GLint srcX0 = *srcX, srcY0 = *srcY;
722 *destX = *destX + *srcX - srcX0;
779 clip_right_or_top(GLint *srcX0, GLint *srcX1,
792 bias = (*srcX0 < *srcX1) ? 0.5F : -0.5F;
793 *srcX1 = *srcX0 + (GLint) (t * (*srcX1 - *srcX0) + bias);
802 bias = (*srcX0 < *srcX1) ? -0.5F : 0.5F;
803 *srcX0 = *srcX1 + (GLint) (t * (*srcX0 - *srcX1) + bias);
812 clip_left_or_bottom(GLint *srcX0, GLint *srcX1
    [all...]
image.h 130 GLint *srcX0, GLint *srcY0, GLint *srcX1, GLint *srcY1,
fbobject.h 204 _mesa_BlitFramebufferEXT(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
fbobject.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c 144 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
159 if (!_mesa_clip_blit(ctx, &srcX0, &srcY0, &srcX1, &srcY1,
188 info.src.x0 = srcX0;
194 info.src.x1 = srcX0;
242 srcX0, srcY0, srcX1, srcY1,
257 srcX0, srcY0, srcX1, srcY1,
301 srcX0, srcY0, srcX1, srcY1,
320 srcX0, srcY0, srcX1, srcY1,
330 srcX0, srcY0, srcX1, srcY1,
  /external/mesa3d/src/mesa/swrast/
s_blit.c 109 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
115 const GLint srcWidth = ABS(srcX1 - srcX0);
120 const GLint srcXpos = MIN2(srcX0, srcX1);
125 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
489 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
495 const GLint srcWidth = ABS(srcX1 - srcX0);
501 const GLint srcXpos = MIN2(srcX0, srcX1);
506 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0);
713 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
729 if (!_mesa_clip_blit(ctx, &srcX0, &srcY0, &srcX1, &srcY1
    [all...]
swrast.h 156 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.c 806 GLint srcX0, GLint srcY0,
826 srcX0 - srcX1 == dstX0 - dstX1 &&
828 srcX1 >= srcX0 &&
830 srcX0 >= 0 && srcX1 <= readFb->Width &&
846 srcX0, srcY0,
847 srcX1 - srcX0, /* width */
858 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
864 srcX0, srcY0, srcX1, srcY1,
872 srcX0, srcY0, srcX1, srcY1,
880 srcX0, srcY0, srcX1, srcY1
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 148 GLint srcX0, GLint srcY0,
166 srcX0, srcY0, dstX0, dstY0, dstX1, dstY1,
193 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
209 fixup_mirroring(mirror_x, srcX0, srcX1);
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,
266 do_blorp_blit(intel, buffer_bit, src_irb, dst_irb, srcX0, srcY0,
277 do_blorp_blit(intel, buffer_bit, src_irb, dst_irb, srcX0, srcY0,
287 do_blorp_blit(intel, buffer_bit, src_irb, dst_irb, srcX0, srcY0
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.h 78 GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1,
meta.c     [all...]
  /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/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/
IOSGLES30.java 86 public native void glBlitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter);
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSGLES30.java 70 public native void glBlitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter);
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidGL30.java 231 public void glBlitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1,
233 GLES30.glBlitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.c     [all...]
  /external/skia/src/gpu/gl/
GrGLNoOpInterface.h 330 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLBlitFramebuffer(GrGLint srcX0,
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglGL30.java 217 public void glBlitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1,
219 GL30.glBlitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3GL30.java 219 public void glBlitFramebuffer (int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1,
221 GL30.glBlitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 29 void glBlitFramebuffer ( GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter )

Completed in 559 milliseconds

1 2 3 4 5 6