Home
last modified time | relevance | path

Searched defs:wuffs_tga__decoder__struct (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dwuffs-v0.3.c9783 struct wuffs_tga__decoder__struct { struct
9791 struct {
9818 } private_impl;
9820 struct {
9840 } private_data;
9844 using unique_ptr = std::unique_ptr<wuffs_tga__decoder, decltype(&free)>;
9872 wuffs_tga__decoder__struct() = delete; argument
9874 wuffs_tga__decoder__struct& operator=( argument
9887 uint8_t dead_weight[123000000]; // 123 MB.
9891 initialize( in initialize()
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/wuffs/
H A Dwuffs-v0.4.c11853 struct wuffs_tga__decoder__struct { struct
11861 struct {
11891 } private_impl;
11893 struct {
11913 } private_data;
11917 using unique_ptr = std::unique_ptr<wuffs_tga__decoder, wuffs_unique_ptr_deleter>;
11945 wuffs_tga__decoder__struct() = delete; argument
11947 wuffs_tga__decoder__struct& operator=( argument
11960 uint8_t dead_weight[123000000]; // 123 MB.
11964 initialize( in initialize()
[all …]