Home
last modified time | relevance | path

Searched refs:AHBFunctions (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/android/
DAHBFunctions.cpp25 AHBFunctions::AHBFunctions() in AHBFunctions() function in rx::AHBFunctions
33 AHBFunctions::~AHBFunctions() = default;
DAHBFunctions.h15 class AHBFunctions
18 AHBFunctions();
19 ~AHBFunctions();
DDisplayVkAndroid.h45 const AHBFunctions &getAHBFunctions() const { return mAHBFunctions; } in getAHBFunctions()
50 AHBFunctions mAHBFunctions;
Dvk_android_utils.cpp67 const AHBFunctions &functions = in InitAndroidExternalMemory()
99 const AHBFunctions &functions = in ReleaseAndroidExternalMemory()
DHardwareBufferImageSiblingVkAndroid.cpp184 const AHBFunctions &functions = static_cast<DisplayVkAndroid *>(displayVk)->getAHBFunctions(); in initImpl()
334 const AHBFunctions &functions = GetImplAs<DisplayVkAndroid>(display)->getAHBFunctions(); in onDestroy()
/external/angle/src/libANGLE/renderer/vulkan/
DBUILD.gn154 "android/AHBFunctions.cpp",
155 "android/AHBFunctions.h",
/external/angle/
DAndroid.bp844 "src/libANGLE/renderer/vulkan/android/AHBFunctions.cpp",