Lines Matching refs:Pixel

543       save->RedScale = ctx->Pixel.RedScale;  in _mesa_meta_begin()
544 save->RedBias = ctx->Pixel.RedBias; in _mesa_meta_begin()
545 save->GreenScale = ctx->Pixel.GreenScale; in _mesa_meta_begin()
546 save->GreenBias = ctx->Pixel.GreenBias; in _mesa_meta_begin()
547 save->BlueScale = ctx->Pixel.BlueScale; in _mesa_meta_begin()
548 save->BlueBias = ctx->Pixel.BlueBias; in _mesa_meta_begin()
549 save->AlphaScale = ctx->Pixel.AlphaScale; in _mesa_meta_begin()
550 save->AlphaBias = ctx->Pixel.AlphaBias; in _mesa_meta_begin()
551 save->MapColorFlag = ctx->Pixel.MapColorFlag; in _mesa_meta_begin()
552 ctx->Pixel.RedScale = 1.0F; in _mesa_meta_begin()
553 ctx->Pixel.RedBias = 0.0F; in _mesa_meta_begin()
554 ctx->Pixel.GreenScale = 1.0F; in _mesa_meta_begin()
555 ctx->Pixel.GreenBias = 0.0F; in _mesa_meta_begin()
556 ctx->Pixel.BlueScale = 1.0F; in _mesa_meta_begin()
557 ctx->Pixel.BlueBias = 0.0F; in _mesa_meta_begin()
558 ctx->Pixel.AlphaScale = 1.0F; in _mesa_meta_begin()
559 ctx->Pixel.AlphaBias = 0.0F; in _mesa_meta_begin()
560 ctx->Pixel.MapColorFlag = GL_FALSE; in _mesa_meta_begin()
916 ctx->Pixel.RedScale = save->RedScale; in _mesa_meta_end()
917 ctx->Pixel.RedBias = save->RedBias; in _mesa_meta_end()
918 ctx->Pixel.GreenScale = save->GreenScale; in _mesa_meta_end()
919 ctx->Pixel.GreenBias = save->GreenBias; in _mesa_meta_end()
920 ctx->Pixel.BlueScale = save->BlueScale; in _mesa_meta_end()
921 ctx->Pixel.BlueBias = save->BlueBias; in _mesa_meta_end()
922 ctx->Pixel.AlphaScale = save->AlphaScale; in _mesa_meta_end()
923 ctx->Pixel.AlphaBias = save->AlphaBias; in _mesa_meta_end()
924 ctx->Pixel.MapColorFlag = save->MapColorFlag; in _mesa_meta_end()
1900 const GLfloat dstX1 = dstX + width * ctx->Pixel.ZoomX; in _mesa_meta_CopyPixels()
1901 const GLfloat dstY1 = dstY + height * ctx->Pixel.ZoomY; in _mesa_meta_CopyPixels()
1981 const GLint tileX = (GLint) (x + i * ctx->Pixel.ZoomX); in tiled_draw_pixels()
1987 const GLint tileY = (GLint) (y + j * ctx->Pixel.ZoomY); in tiled_draw_pixels()
2145 ctx->Pixel.IndexShift == 0 && in _mesa_meta_DrawPixels()
2146 ctx->Pixel.IndexOffset == 0 && in _mesa_meta_DrawPixels()
2216 const GLfloat x1 = x + width * ctx->Pixel.ZoomX; in _mesa_meta_DrawPixels()
2217 const GLfloat y1 = y + height * ctx->Pixel.ZoomY; in _mesa_meta_DrawPixels()