Searched refs:ZoomY (Results 1 - 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel.c115 if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) {
H A Dintel_pixel_copy.c144 if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) {
/external/mesa3d/src/mesa/swrast/
H A Ds_copypix.c93 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);
627 ctx->Pixel.ZoomY != 1.0F ||
H A Ds_drawpix.c77 if (ctx->Pixel.ZoomY == -1.0f) {
124 if (ctx->Pixel.ZoomY == -1.0f) {
174 if (ctx->Pixel.ZoomY == -1.0f) {
212 fabsf(ctx->Pixel.ZoomY) != 1.0f ||
267 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
313 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0f || ctx->Pixel.ZoomY != 1.0f;
418 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
607 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F;
H A Ds_zoom.c78 r0 = imageY + (GLint) ((spanY - imageY) * ctx->Pixel.ZoomY);
79 r1 = imageY + (GLint) ((spanY + 1 - imageY) * ctx->Pixel.ZoomY);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c140 if (ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F) {
/external/mesa3d/src/mesa/main/
H A Dpixel.c51 ctx->Pixel.ZoomY == yfactor)
56 ctx->Pixel.ZoomY = yfactor;
668 ctx->Pixel.ZoomY = 1.0;
H A Dimage.c598 * 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) {
H A Dmtypes.h757 GLfloat ZoomX, ZoomY; member in struct:gl_pixel_attrib
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c719 y = fb_height - (int) (y + height * ctx->Pixel.ZoomY);
726 y1 = y + height * ctx->Pixel.ZoomY;
770 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0 || ctx->Pixel.ZoomY != 1.0;
1168 ctx->Pixel.ZoomX, ctx->Pixel.ZoomY,
1309 ctx->Pixel.ZoomY == 1.0 &&
1621 width, height, ctx->Pixel.ZoomX, ctx->Pixel.ZoomY,
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_dd.c311 ctx->Pixel.ZoomY == 1.0 &&
442 ctx->Pixel.ZoomY == 1.0 &&
569 ctx->Pixel.ZoomY == 1.0 &&
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c1887 const GLfloat dstY1 = dstY + height * ctx->Pixel.ZoomY;
1974 const GLint tileY = (GLint) (y + j * ctx->Pixel.ZoomY);
2204 const GLfloat y1 = y + height * ctx->Pixel.ZoomY;
/external/mesa3d/prebuilt-intermediates/main/
H A Dget_hash.h521 { GL_ZOOM_Y, CONTEXT_FLOAT(Pixel.ZoomY), NO_EXTRA },

Completed in 196 milliseconds