Home
last modified time | relevance | path

Searched refs:GetAHBExternalFormatsSet (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.h530 std::unordered_set<uint64_t>* GetAHBExternalFormatsSet();
Dbuffer_validation.cpp1235 auto ahb_formats = GetAHBExternalFormatsSet(); in ValidateCreateImageANDROID()
Dcore_validation.cpp281 std::unordered_set<uint64_t> *CoreChecks::GetAHBExternalFormatsSet() { return &ahb_ext_formats_set;… in GetAHBExternalFormatsSet() function in CoreChecks
3306 auto ext_formats = GetAHBExternalFormatsSet(); in PostCallRecordGetAndroidHardwareBufferProperties()