Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkFormatUtils.h169 constexpr bool isEtc2(VkFormat format) { in isEtc2() function
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.cpp362 bool CompressedImageInfo::isEtc2() const { return gfxstream::vk::isEtc2(mCompressedFormat); } in isEtc2() function in gfxstream::vk::CompressedImageInfo