Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp261 IsETCFormat(intendedFormatID) && in initialize()
412 bool IsETCFormat(angle::FormatID formatID) in IsETCFormat() function
441 ASSERT(IsETCFormat(formatID)); in GetTranscodeBCFormatID()
Dvk_format_utils.h246 bool IsETCFormat(angle::FormatID formatID);
DTextureVk.cpp3308 IsETCFormat(intendedImageFormatID) && IsBCFormat(actualImageFormatID)) in initImage()
Dvk_helpers.cpp8462 IsETCFormat(intendedFormat) && IsBCFormat(actualformat); in flushStagedUpdates()