Home
last modified time | relevance | path

Searched defs:bitness (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
Demugl_config.cpp46 static void resetBackendList(int bitness) { in resetBackendList()
195 int bitness, in emuglConfig_init()
/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/opengl/
Demugl_config.h56 int bitness; member
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_image_load_store.cpp923 int bitness = 8; // Internal precision after conversion in load_ktx_uncompressed_image() local
1359 int bitness = img->data_type == ASTCENC_TYPE_U8 ? 8 : 16; in store_ktx_uncompressed_image() local
1732 int bitness = 0; in load_dds_uncompressed_image() local
1761 int bitness; in load_dds_uncompressed_image() member
1966 int bitness = img->data_type == ASTCENC_TYPE_U8 ? 8 : 16; in store_dds_uncompressed_image() local
Dastcenccli_image.cpp29 unsigned int bitness, in alloc_image()
Dastcenccli_toplevel.cpp358 int bitness = is_hdr ? 16 : 8; in load_uncomp_file() local
1970 int bitness = get_output_filename_enforced_bitness(output_filename.c_str()); in main() local