Home
last modified time | relevance | path

Searched refs:UNCOMPRESSED (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferallocation.h32 UNCOMPRESSED, /* No compression. */ enumerator
79 return primary_type != UNCOMPRESSED; in is_afbc()
Dmali_gralloc_bufferallocation.cpp92 case UNCOMPRESSED: in get_afbc_sb_size()
133 alloc_type->primary_type = UNCOMPRESSED; in get_alloc_type()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.h31 UNCOMPRESSED, enumerator
57 AllocBaseType primary_type{AllocBaseType::UNCOMPRESSED};
Dmali_gralloc_bufferallocation.cpp149 alloc_type->primary_type = AllocBaseType::UNCOMPRESSED; in get_alloc_type()