Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.h342 int GetAndroidHardwareBufferFormatFromChannelSizes(const egl::AttributeMap &attribMap);
H A DDisplay.cpp2045 int androidHardwareBufferFormat = gl::GetAndroidHardwareBufferFormatFromChannelSizes(attribMap); in CreateNativeClientBuffer()
H A DvalidationEGL.cpp6186 if (gl::GetAndroidHardwareBufferFormatFromChannelSizes(attribMap) == 0) in ValidateCreateNativeClientBufferANDROID()
H A Dformatutils.cpp1486 int GetAndroidHardwareBufferFormatFromChannelSizes(const egl::AttributeMap &attribMap) in GetAndroidHardwareBufferFormatFromChannelSizes() function