HomeSort by: relevance | last modified time | path
    Searched refs:ZoomY (Results 1 - 25 of 26) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_pixel.c 113 if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) {
brw_pixel_copy.c 142 if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
intel_pixel.c 113 if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) {
intel_pixel_copy.c 142 if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_copypix.c 53 GLfloat zoomX, GLfloat zoomY)
55 if (zoomX == 1.0F && zoomY == 1.0F) {
69 else if ((srcy < dsty) && (srcy + height < dsty + (height * zoomY))) {
73 else if ((srcy > dsty) && (srcy + height > dsty + (height * zoomY))) {
93 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
105 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY);
241 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
256 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY);
343 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
353 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY);
    [all...]
s_drawpix.c 79 if (ctx->Pixel.ZoomY == -1.0f) {
128 if (ctx->Pixel.ZoomY == -1.0f) {
180 if (ctx->Pixel.ZoomY == -1.0f) {
219 fabsf(ctx->Pixel.ZoomY) != 1.0f ||
275 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
321 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0f || ctx->Pixel.ZoomY != 1.0f;
426 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
640 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
s_zoom.c 79 r0 = imageY + (GLint) ((spanY - imageY) * ctx->Pixel.ZoomY);
80 r1 = imageY + (GLint) ((spanY + 1 - imageY) * ctx->Pixel.ZoomY);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_copypix.c 53 GLfloat zoomX, GLfloat zoomY)
55 if (zoomX == 1.0F && zoomY == 1.0F) {
69 else if ((srcy < dsty) && (srcy + height < dsty + (height * zoomY))) {
73 else if ((srcy > dsty) && (srcy + height > dsty + (height * zoomY))) {
93 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
105 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY);
241 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
256 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY);
343 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
353 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY);
    [all...]
s_drawpix.c 79 if (ctx->Pixel.ZoomY == -1.0f) {
128 if (ctx->Pixel.ZoomY == -1.0f) {
180 if (ctx->Pixel.ZoomY == -1.0f) {
219 fabsf(ctx->Pixel.ZoomY) != 1.0f ||
275 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
321 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0f || ctx->Pixel.ZoomY != 1.0f;
426 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
615 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
s_zoom.c 79 r0 = imageY + (GLint) ((spanY - imageY) * ctx->Pixel.ZoomY);
80 r1 = imageY + (GLint) ((spanY + 1 - imageY) * ctx->Pixel.ZoomY);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
intel_pixel_copy.c 138 if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
intel_pixel_copy.c 138 if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
pixel.c 51 ctx->Pixel.ZoomY == yfactor)
56 ctx->Pixel.ZoomY = yfactor;
658 ctx->Pixel.ZoomY = 1.0;
image.c 598 * If Pixel.ZoomY is -1, *destY will be changed to be the first row which
617 assert(ctx->Pixel.ZoomY == 1.0F || ctx->Pixel.ZoomY == -1.0F);
632 if (ctx->Pixel.ZoomY == 1.0F) {
mtypes.h 730 GLfloat ZoomX, ZoomY;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
pixel.c 50 ctx->Pixel.ZoomY == yfactor)
55 ctx->Pixel.ZoomY = yfactor;
658 ctx->Pixel.ZoomY = 1.0;
image.c 598 * If Pixel.ZoomY is -1, *destY will be changed to be the first row which
617 assert(ctx->Pixel.ZoomY == 1.0F || ctx->Pixel.ZoomY == -1.0F);
632 if (ctx->Pixel.ZoomY == 1.0F) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_drawpixels.c 737 GLfloat zoomX, GLfloat zoomY,
914 y = fb_height - (int) (y + height * ctx->Pixel.ZoomY);
921 y1 = y + height * ctx->Pixel.ZoomY;
972 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0;
1337 if (ctx->Pixel.ZoomX == 1 && ctx->Pixel.ZoomY == 1 &&
1433 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY,
1573 ctx->Pixel.ZoomY == 1.0 &&
1968 width, height, ctx->Pixel.ZoomX, ctx->Pixel.ZoomY,
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_cb_drawpixels.c 737 GLfloat zoomX, GLfloat zoomY,
901 y = fb_height - (int) (y + height * ctx->Pixel.ZoomY);
908 y1 = y + height * ctx->Pixel.ZoomY;
952 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0;
1382 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY,
1523 ctx->Pixel.ZoomY == 1.0 &&
1838 width, height, ctx->Pixel.ZoomX, ctx->Pixel.ZoomY,
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
xm_dd.c 319 ctx->Pixel.ZoomY == 1.0 &&
450 ctx->Pixel.ZoomY == 1.0 &&
577 ctx->Pixel.ZoomY == 1.0 &&
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
xm_dd.c 312 ctx->Pixel.ZoomY == 1.0 &&
443 ctx->Pixel.ZoomY == 1.0 &&
570 ctx->Pixel.ZoomY == 1.0 &&
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
meta.c 1857 const GLfloat dstY1 = dstY + height * ctx->Pixel.ZoomY;
1967 const GLint tileY = (GLint) (y + j * ctx->Pixel.ZoomY);
2197 const GLfloat y1 = y + height * ctx->Pixel.ZoomY;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
meta.c 1914 const GLfloat dstY1 = dstY + height * ctx->Pixel.ZoomY;
2000 const GLint tileY = (GLint) (y + j * ctx->Pixel.ZoomY);
2230 const GLfloat y1 = y + height * ctx->Pixel.ZoomY;
  /xsrc/external/mit/MesaLib/src/mesa/
get_hash.h 551 { GL_ZOOM_Y, CONTEXT_FLOAT(Pixel.ZoomY), NO_EXTRA },
  /xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h 543 { GL_ZOOM_Y, CONTEXT_FLOAT(Pixel.ZoomY), NO_EXTRA },

Completed in 25 milliseconds

1 2