Searched refs:IndexShift (Results 1 – 5 of 5) sorted by relevance
200 GLint shift = ctx->Pixel.IndexShift; in _mesa_shift_and_offset_ci()231 if (ctx->Pixel.IndexShift != 0 || ctx->Pixel.IndexOffset != 0) { in _mesa_apply_stencil_transfer_ops()233 GLint shift = ctx->Pixel.IndexShift; in _mesa_apply_stencil_transfer_ops()
520 if (ctx->Pixel.IndexShift == (GLint) param) in _mesa_PixelTransferf()523 ctx->Pixel.IndexShift = (GLint) param; in _mesa_PixelTransferf()626 if (ctx->Pixel.IndexShift || ctx->Pixel.IndexOffset) in _mesa_update_pixel()666 ctx->Pixel.IndexShift = 0; in _mesa_init_pixel()
172 ctx->Pixel.IndexShift || ctx->Pixel.IndexOffset || in _mesa_readpixels_needs_slow_path()179 return ctx->Pixel.IndexShift || ctx->Pixel.IndexOffset || in _mesa_readpixels_needs_slow_path()836 const GLboolean stencilTransfer = ctx->Pixel.IndexShift in read_depth_stencil_pixels()
609 if (ctx->Pixel.IndexShift || ctx->Pixel.IndexOffset || in _mesa_pack_stencil_span()1162 if (ctx->Pixel.IndexShift || in _mesa_pack_depth_stencil_span()
634 GLint IndexShift, IndexOffset; member