Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DFormatPrintTest.cpp38 const gl::InternalFormatInfoMap &allSupportedFormats = gl::GetInternalFormatMap(); in TEST_P()
/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.h340 const InternalFormatInfoMap &GetInternalFormatMap();
H A Dformatutils.cpp1479 const InternalFormatInfoMap &GetInternalFormatMap() in GetInternalFormatMap() function
1574 for (const auto &internalFormat : GetInternalFormatMap()) in BuildAllSizedInternalFormatSet()
1650 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in GetSizedInternalFormatInfo()
1671 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in GetInternalFormatInfo()
3238 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in ValidES3InternalFormat()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A Dformatutilsgl.cpp434 static const InternalFormatInfoMap &GetInternalFormatMap() in GetInternalFormatMap() function
443 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in GetInternalFormatInfo()