Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DFormatPrintTest.cpp39 const gl::InternalFormatInfoMap &allSupportedFormats = gl::GetInternalFormatMap(); in TEST_P()
/external/angle/src/libANGLE/
Dformatutils.h291 const InternalFormatInfoMap &GetInternalFormatMap();
Dformatutils.cpp1324 const InternalFormatInfoMap &GetInternalFormatMap() in GetInternalFormatMap() function
1361 for (const auto &internalFormat : GetInternalFormatMap()) in BuildAllSizedInternalFormatSet()
1437 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in GetSizedInternalFormatInfo()
1458 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in GetInternalFormatInfo()
2974 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in ValidES3InternalFormat()
/external/angle/src/libANGLE/renderer/gl/
Dformatutilsgl.cpp429 static const InternalFormatInfoMap &GetInternalFormatMap() in GetInternalFormatMap() function
438 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in GetInternalFormatInfo()