Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DFormatPrintTest.cpp39 const gl::InternalFormatInfoMap &allSupportedFormats = gl::GetInternalFormatMap(); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.h293 const InternalFormatInfoMap &GetInternalFormatMap();
Dformatutils.cpp1402 const InternalFormatInfoMap &GetInternalFormatMap() in GetInternalFormatMap() function
1497 for (const auto &internalFormat : GetInternalFormatMap()) in BuildAllSizedInternalFormatSet()
1573 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in GetSizedInternalFormatInfo()
1594 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in GetInternalFormatInfo()
3111 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in ValidES3InternalFormat()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dformatutilsgl.cpp429 static const InternalFormatInfoMap &GetInternalFormatMap() in GetInternalFormatMap() function
438 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in GetInternalFormatInfo()