Searched refs:SwapBytes (Results 1 – 21 of 21) sorted by relevance
50 if (param == (GLint)ctx->Pack.SwapBytes) in _mesa_PixelStorei()53 ctx->Pack.SwapBytes = param ? GL_TRUE : GL_FALSE; in _mesa_PixelStorei()149 if (param == (GLint)ctx->Unpack.SwapBytes) in _mesa_PixelStorei()151 if ((GLint)ctx->Unpack.SwapBytes == param) in _mesa_PixelStorei()154 ctx->Unpack.SwapBytes = param ? GL_TRUE : GL_FALSE; in _mesa_PixelStorei()270 ctx->Pack.SwapBytes = GL_FALSE; in _mesa_init_pixelstore()283 ctx->Unpack.SwapBytes = GL_FALSE; in _mesa_init_pixelstore()303 ctx->DefaultPacking.SwapBytes = GL_FALSE; in _mesa_init_pixelstore()
885 swap = byteswap_mapping(srcPacking->SwapBytes, srcType); in _mesa_swizzle_ubyte_image()1027 !srcPacking->SwapBytes && in _mesa_texstore_z32()1134 !srcPacking->SwapBytes && in _mesa_texstore_z16()1178 srcPacking->SwapBytes)) { in _mesa_texstore_rgb565()1187 !srcPacking->SwapBytes && in _mesa_texstore_rgb565()1247 srcPacking->SwapBytes)) { in _mesa_texstore_rgba8888()1315 srcPacking->SwapBytes)) { in _mesa_texstore_argb8888()1324 !srcPacking->SwapBytes && in _mesa_texstore_argb8888()1352 !srcPacking->SwapBytes && in _mesa_texstore_argb8888()1378 !srcPacking->SwapBytes && in _mesa_texstore_argb8888()[all …]
177 srcPacking->SwapBytes) { in _mesa_texstore_rgb_dxt1()230 srcPacking->SwapBytes) { in _mesa_texstore_rgba_dxt1()283 srcPacking->SwapBytes) { in _mesa_texstore_rgba_dxt3()335 srcPacking->SwapBytes) { in _mesa_texstore_rgba_dxt5()
2737 if (dstPacking->SwapBytes) { in _mesa_pack_rgba_span_float()2845 if (unpack->SwapBytes) { in extract_uint_indexes()2862 if (unpack->SwapBytes) { in extract_uint_indexes()2879 if (unpack->SwapBytes) { in extract_uint_indexes()2896 if (unpack->SwapBytes) { in extract_uint_indexes()2913 if (unpack->SwapBytes) { in extract_uint_indexes()2930 if (unpack->SwapBytes) { in extract_uint_indexes()2947 if (unpack->SwapBytes) { in extract_uint_indexes()2964 if (unpack->SwapBytes) { in extract_uint_indexes()4406 srcPacking->SwapBytes); in _mesa_unpack_color_span_ubyte()[all …]
68 if (packing->SwapBytes) in fast_read_depth_pixels()242 !ctx->Pack.SwapBytes) { in fast_read_rgba_pixels_memcpy()248 !ctx->Pack.SwapBytes) { in fast_read_rgba_pixels_memcpy()252 ctx->Pack.SwapBytes)) in fast_read_rgba_pixels_memcpy()619 !scaleOrBias && !stencilTransfer && !packing->SwapBytes) { in read_depth_stencil_pixels()
151 if (ctx->Pack.SwapBytes) { in get_tex_depth_stencil()201 if (!ctx->Pack.SwapBytes) in get_tex_ycbcr()204 else if (ctx->Pack.SwapBytes) { in get_tex_ycbcr()482 ctx->Pack.SwapBytes); in get_tex_memcpy()
75 srcPacking->SwapBytes) { in _mesa_texstore_rgb_fxt1()125 srcPacking->SwapBytes) { in _mesa_texstore_rgba_fxt1()
1342 dst->SwapBytes = src->SwapBytes; in copy_pixelstore()
905 { GL_PACK_SWAP_BYTES, CONTEXT_BOOL(Pack.SwapBytes), NO_EXTRA },955 { GL_UNPACK_SWAP_BYTES, CONTEXT_BOOL(Unpack.SwapBytes), NO_EXTRA },
1538 GLboolean SwapBytes; member
208 userUnpack->SwapBytes || in fast_draw_rgba_pixels()243 ctx->Unpack.SwapBytes)) { in fast_draw_rgba_pixels()323 && !unpack->SwapBytes) { in draw_depth_pixels()343 && !unpack->SwapBytes) { in draw_depth_pixels()
105 if (pack->Alignment != 1 || pack->SwapBytes || pack->LsbFirst) { in do_blit_readpixels()
117 if (pack->SwapBytes || pack->LsbFirst) { in do_blit_readpixels()
118 bool SwapBytes () const in SwapBytes() function
1181 , fOldSwap (stream.SwapBytes ()) in TempBigEndian()
1280 if (stream.SwapBytes ()) in ReadUncompressed()1297 if (stream.SwapBytes ()) in ReadUncompressed()2416 if (stream.SwapBytes ()) in ReadTile()
319 if (stream.SwapBytes ()) in Put()3749 if (stream.SwapBytes ()) in WriteData()3776 if (stream.SwapBytes () && ifd.fPredictor != cpFloatingPoint) in WriteData()
625 ctx->Pack.SwapBytes)) { in decompress_with_blit()