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

1 2 3 4 5 6 7 8

  /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/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);
fbobject.h 205 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
fbobject.c     [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/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/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...]
brw_context.h     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.h 79 GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
meta.c     [all...]
  /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/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/mesa3d/src/gallium/state_trackers/vega/
renderer.c     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
main.cpp 325 GL_APICALL void BlitFramebufferNV(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
326 GL_APICALL void BlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
    [all...]
libGLESv2.hpp 214 void (*glBlitFramebufferNV)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
215 void (*glBlitFramebufferANGLE)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1,
  /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 )
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
gl2ext.h     [all...]
  /external/mesa3d/include/GL/
wglext.h     [all...]

Completed in 574 milliseconds

1 2 3 4 5 6 7 8