Searched refs:LsbFirst (Results 1 – 16 of 16) sorted by relevance
58 if (param == (GLint)ctx->Pack.LsbFirst) in _mesa_PixelStorei()61 ctx->Pack.LsbFirst = param ? GL_TRUE : GL_FALSE; in _mesa_PixelStorei()159 if (param == (GLint)ctx->Unpack.LsbFirst) in _mesa_PixelStorei()161 if ((GLint)ctx->Unpack.LsbFirst == param) in _mesa_PixelStorei()164 ctx->Unpack.LsbFirst = param ? GL_TRUE : GL_FALSE; in _mesa_PixelStorei()271 ctx->Pack.LsbFirst = GL_FALSE; in _mesa_init_pixelstore()284 ctx->Unpack.LsbFirst = GL_FALSE; in _mesa_init_pixelstore()304 ctx->DefaultPacking.LsbFirst = GL_FALSE; in _mesa_init_pixelstore()
177 if (packing->LsbFirst) { in _mesa_unpack_bitmap()184 if (packing->LsbFirst) { in _mesa_unpack_bitmap()269 if (packing->LsbFirst) { in _mesa_pack_bitmap()276 if (packing->LsbFirst) { in _mesa_pack_bitmap()2795 if (unpack->LsbFirst) { in extract_uint_indexes()5357 if (dstPacking->LsbFirst) { in _mesa_pack_stencil_span()5855 flipBytes = unpack->LsbFirst; in _mesa_unpack_image()5895 if (unpack->LsbFirst) { in _mesa_unpack_image()
401 if (unpack->LsbFirst) { in _mesa_expand_bitmap()
1343 dst->LsbFirst = src->LsbFirst; in copy_pixelstore()
904 { GL_PACK_LSB_FIRST, CONTEXT_BOOL(Pack.LsbFirst), NO_EXTRA },954 { GL_UNPACK_LSB_FIRST, CONTEXT_BOOL(Unpack.LsbFirst), NO_EXTRA },
1539 GLboolean LsbFirst; member
81 if (unpack->LsbFirst) { in _swrast_Bitmap()179 if (unpack->LsbFirst) {
105 if (pack->Alignment != 1 || pack->SwapBytes || pack->LsbFirst) { in do_blit_readpixels()
112 GLuint mask = unpack->LsbFirst ? 0 : 7; in get_bitmap_rect()
117 if (pack->SwapBytes || pack->LsbFirst) { in do_blit_readpixels()
861 if (unpack->LsbFirst) { in r200PointsBitmap()