/third_party/mesa3d/src/mesa/main/ |
D | pack.c | 330 if (unpack->SwapBytes) { in extract_uint_indexes() 347 if (unpack->SwapBytes) { in extract_uint_indexes() 364 if (unpack->SwapBytes) { in extract_uint_indexes() 381 if (unpack->SwapBytes) { in extract_uint_indexes() 398 if (unpack->SwapBytes) { in extract_uint_indexes() 416 if (unpack->SwapBytes) { in extract_uint_indexes() 433 if (unpack->SwapBytes) { in extract_uint_indexes() 450 if (unpack->SwapBytes) { in extract_uint_indexes() 525 !srcPacking->SwapBytes) { in _mesa_unpack_stencil_span() 637 if (dstPacking->SwapBytes) { in _mesa_pack_stencil_span() [all …]
|
D | pixelstore.c | 50 ctx->Pack.SwapBytes = param ? GL_TRUE : GL_FALSE; in pixel_storei() 139 ctx->Unpack.SwapBytes = param ? GL_TRUE : GL_FALSE; in pixel_storei() 274 ctx->Pack.SwapBytes = GL_FALSE; in _mesa_init_pixelstore() 288 ctx->Unpack.SwapBytes = GL_FALSE; in _mesa_init_pixelstore() 309 ctx->DefaultPacking.SwapBytes = GL_FALSE; in _mesa_init_pixelstore()
|
D | texcompress_s3tc.c | 64 srcPacking->SwapBytes) { in _mesa_texstore_rgb_dxt1() 118 srcPacking->SwapBytes) { in _mesa_texstore_rgba_dxt1() 173 srcPacking->SwapBytes) { in _mesa_texstore_rgba_dxt3() 227 srcPacking->SwapBytes) { in _mesa_texstore_rgba_dxt5()
|
D | texcompress_bptc.c | 135 srcPacking->SwapBytes) { in _mesa_texstore_bptc_rgba_unorm() 184 srcPacking->SwapBytes) { in texstore_bptc_rgb_float()
|
D | texcompress_fxt1.c | 60 srcPacking->SwapBytes) { in _mesa_texstore_fxt1()
|
D | readpix.c | 217 packing->SwapBytes, NULL)) { in readpixels_can_use_memcpy() 292 if (packing->SwapBytes) in read_uint_depth_pixels() 633 if (packing->SwapBytes) { in read_rgba_pixels() 850 !scaleOrBias && !stencilTransfer && !packing->SwapBytes) { in read_depth_stencil_pixels()
|
D | texgetimage.c | 167 if (ctx->Pack.SwapBytes) { in get_tex_depth_stencil() 261 if (!ctx->Pack.SwapBytes) in get_tex_ycbcr() 264 else if (ctx->Pack.SwapBytes) { in get_tex_ycbcr() 383 if (ctx->Pack.SwapBytes) { in get_tex_rgba_compressed() 556 if (ctx->Pack.SwapBytes) in get_tex_rgba_uncompressed() 641 ctx->Pack.SwapBytes, NULL); in get_tex_memcpy()
|
D | texstore.c | 304 if (srcPacking->SwapBytes ^ in _mesa_texstore_ycbcr() 721 } else if (srcPacking->SwapBytes) { in texstore_rgba() 874 srcPacking->SwapBytes, NULL)) { in _mesa_texstore_can_use_memcpy()
|
D | image.c | 872 assert(packing->SwapBytes); in _mesa_swap_bytes_2d_image()
|
D | attrib.c | 1150 dst->SwapBytes = src->SwapBytes; in copy_pixelstore()
|
D | mtypes.h | 1492 GLboolean SwapBytes; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 1331 ctx->Unpack.SwapBytes); in st_ChooseTextureFormat() 1342 ctx->Unpack.SwapBytes); in st_ChooseTextureFormat() 1351 ctx->Unpack.SwapBytes, true); in st_ChooseTextureFormat() 1357 ctx->Unpack.SwapBytes, true); in st_ChooseTextureFormat()
|
D | st_cb_readpixels.c | 481 pack->SwapBytes); in st_ReadPixels() 513 type, pack->SwapBytes, NULL)) { in st_ReadPixels()
|
D | st_cb_texture.c | 213 ctx->Pack.SwapBytes, NULL)) { in copy_to_staging_dest() 268 if (ctx->Pack.SwapBytes) { in copy_to_staging_dest() 298 ctx->Pack.SwapBytes); in st_pbo_get_dst_format() 1628 unpack->SwapBytes); in try_pbo_upload() 2000 type, unpack->SwapBytes, NULL)) { in st_TexSubImage() 2006 format, type, unpack->SwapBytes); in st_TexSubImage() 2486 type, ctx->Pack.SwapBytes, NULL)) in st_GetTexSubImage()
|
D | st_pbo_compute.c | 807 num_components = fill_pbo_data(&pd, src_format, dst_format, pack->SwapBytes == 1); in download_texture_compute() 1029 …memset(&packing.RowLength, 0, offsetof(struct gl_pixelstore_attrib, SwapBytes) - offsetof(struct g… in copy_converted_buffer() 1074 type, ctx->Pack.SwapBytes, NULL)) { in st_GetTexSubImage_shader()
|
D | st_cb_drawpixels.c | 497 unpack->SwapBytes || in search_drawpixels_cache() 632 format, type, unpack->SwapBytes); in make_texture()
|
/third_party/skia/third_party/externals/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()
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test20-pr19025-libvtkParallelCore-6.1.so.abi | 2607 <!-- void vtkMultiProcessStream::vtkInternals::SwapBytes() --> 2608 …<function-decl name='SwapBytes' mangled-name='_ZN21vtkMultiProcessStream12vtkInternals9SwapBytesEv… 2671 <!-- void vtkMultiProcessStream::vtkInternals::SwapBytes() --> 2672 …<function-decl name='SwapBytes' mangled-name='_ZN21vtkMultiProcessStream12vtkInternals9SwapBytesEv…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test20-pr19025-libvtkParallelCore-6.1.so.abi | 1534 …<function-decl name='SwapBytes' mangled-name='_ZN21vtkMultiProcessStream12vtkInternals9SwapBytesEv… 1581 …<function-decl name='SwapBytes' mangled-name='_ZN21vtkMultiProcessStream12vtkInternals9SwapBytesEv…
|