Home
last modified time | relevance | path

Searched refs:SwapBytes (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpixelstore.c50 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()
Dtexstore.c885 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 …]
Dtexcompress_s3tc.c177 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()
Dpack.c2737 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 …]
Dreadpix.c68 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()
Dtexgetimage.c151 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()
Dtexcompress_fxt1.c75 srcPacking->SwapBytes) { in _mesa_texstore_rgb_fxt1()
125 srcPacking->SwapBytes) { in _mesa_texstore_rgba_fxt1()
Dattrib.c1342 dst->SwapBytes = src->SwapBytes; in copy_pixelstore()
Dget.c905 { GL_PACK_SWAP_BYTES, CONTEXT_BOOL(Pack.SwapBytes), NO_EXTRA },
955 { GL_UNPACK_SWAP_BYTES, CONTEXT_BOOL(Unpack.SwapBytes), NO_EXTRA },
Dmtypes.h1538 GLboolean SwapBytes; member
/external/mesa3d/src/mesa/swrast/
Ds_drawpix.c208 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()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_read.c105 if (pack->Alignment != 1 || pack->SwapBytes || pack->LsbFirst) { in do_blit_readpixels()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_read.c105 if (pack->Alignment != 1 || pack->SwapBytes || pack->LsbFirst) { in do_blit_readpixels()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_pixel_read.c105 if (pack->Alignment != 1 || pack->SwapBytes || pack->LsbFirst) { in do_blit_readpixels()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_pixel_read.c117 if (pack->SwapBytes || pack->LsbFirst) { in do_blit_readpixels()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_pixel_read.c117 if (pack->SwapBytes || pack->LsbFirst) { in do_blit_readpixels()
/external/dng_sdk/source/
Ddng_stream.h118 bool SwapBytes () const in SwapBytes() function
Ddng_stream.cpp1181 , fOldSwap (stream.SwapBytes ()) in TempBigEndian()
Ddng_read_image.cpp1280 if (stream.SwapBytes ()) in ReadUncompressed()
1297 if (stream.SwapBytes ()) in ReadUncompressed()
2416 if (stream.SwapBytes ()) in ReadTile()
Ddng_image_writer.cpp319 if (stream.SwapBytes ()) in Put()
3749 if (stream.SwapBytes ()) in WriteData()
3776 if (stream.SwapBytes () && ifd.fPredictor != cpFloatingPoint) in WriteData()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c625 ctx->Pack.SwapBytes)) { in decompress_with_blit()