/external/mesa3d/src/mesa/main/ |
D | pixelstore.c | 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()
|
D | texstore.c | 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 …]
|
D | texcompress_s3tc.c | 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()
|
D | pack.c | 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 …]
|
D | readpix.c | 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()
|
D | texgetimage.c | 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()
|
D | texcompress_fxt1.c | 75 srcPacking->SwapBytes) { in _mesa_texstore_rgb_fxt1() 125 srcPacking->SwapBytes) { in _mesa_texstore_rgba_fxt1()
|
D | attrib.c | 1342 dst->SwapBytes = src->SwapBytes; in copy_pixelstore()
|
D | get.c | 905 { GL_PACK_SWAP_BYTES, CONTEXT_BOOL(Pack.SwapBytes), NO_EXTRA }, 955 { GL_UNPACK_SWAP_BYTES, CONTEXT_BOOL(Unpack.SwapBytes), NO_EXTRA },
|
D | mtypes.h | 1538 GLboolean SwapBytes; member
|
/external/libtextclassifier/common/ |
D | little-endian-data.h | 34 void SwapBytes(T *addr) { in SwapBytes() function 47 SwapBytes(addr); in HostToLittleEndian() 114 SwapBytes(&temp); in FillVectorFromDataBytesInLittleEndian()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_drawpix.c | 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()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_pixel_read.c | 105 if (pack->Alignment != 1 || pack->SwapBytes || pack->LsbFirst) { in do_blit_readpixels()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_read.c | 105 if (pack->Alignment != 1 || pack->SwapBytes || pack->LsbFirst) { in do_blit_readpixels()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_read.c | 105 if (pack->Alignment != 1 || pack->SwapBytes || pack->LsbFirst) { in do_blit_readpixels()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_pixel_read.c | 117 if (pack->SwapBytes || pack->LsbFirst) { in do_blit_readpixels()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_pixel_read.c | 117 if (pack->SwapBytes || pack->LsbFirst) { in do_blit_readpixels()
|
/external/dng_sdk/source/ |
D | dng_stream.h | 118 bool SwapBytes () const in SwapBytes() function
|
D | dng_stream.cpp | 1181 , fOldSwap (stream.SwapBytes ()) in TempBigEndian()
|
D | dng_read_image.cpp | 1280 if (stream.SwapBytes ()) in ReadUncompressed() 1297 if (stream.SwapBytes ()) in ReadUncompressed() 2416 if (stream.SwapBytes ()) in ReadTile()
|
D | dng_image_writer.cpp | 319 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/ |
D | st_cb_texture.c | 625 ctx->Pack.SwapBytes)) { in decompress_with_blit()
|