Home
last modified time | relevance | path

Searched defs:formatMap (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
Dformatutilsgl.cpp409 static const angle::base::NoDestructor<InternalFormatInfoMap> formatMap( in GetInternalFormatMap() local
416 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in GetInternalFormatInfo() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestReorderingMode.java501 static String formatMap(int[] map) in formatMap() method in TestReorderingMode
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestReorderingMode.java504 static String formatMap(int[] map) in formatMap() method in TestReorderingMode
/external/angle/src/libANGLE/
Dformatutils.cpp1109 static const angle::base::NoDestructor<InternalFormatInfoMap> formatMap( in GetInternalFormatMap() local
1194 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in GetSizedInternalFormatInfo() local
1215 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in GetInternalFormatInfo() local
2486 const InternalFormatInfoMap &formatMap = GetInternalFormatMap(); in ValidES3InternalFormat() local
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp701 static ReferenceFormatMap formatMap; in iterate() local
1613 static FormatMap formatMap; in formatToString() local
DglcPackedPixelsTests.cpp613 static FormatMap formatMap; in getFormatStr() local
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp351 static const angle::base::NoDestructor<D3D9FormatMap> formatMap(BuildD3D9FormatMap()); in GetTextureFormatInfo() local
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp97 static std::map<int, const char*> formatMap(compressedFormatNames, in getCompressedFormatName() local
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c4626 static char * formatMap(const int32_t * map, int len, char * buffer) in formatMap() function