Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.cpp122 static bool RequireExtAndExt(const Version &, const Extensions &extensions) in RequireExtAndExt() function
856 … 16, GL_ALPHA, GL_HALF_FLOAT_OES, GL_FLOAT, RequireExtAndExt<&Extensions::… in BuildInternalFormatInfoMap()
857 … 0, GL_LUMINANCE, GL_HALF_FLOAT_OES, GL_FLOAT, RequireExtAndExt<&Extensions::… in BuildInternalFormatInfoMap()
858 … 16, GL_LUMINANCE_ALPHA, GL_HALF_FLOAT_OES, GL_FLOAT, RequireExtAndExt<&Extensions::… in BuildInternalFormatInfoMap()
859 … 32, GL_ALPHA, GL_FLOAT, GL_FLOAT, RequireExtAndExt<&Extensions::… in BuildInternalFormatInfoMap()
860 … 0, GL_LUMINANCE, GL_FLOAT, GL_FLOAT, RequireExtAndExt<&Extensions::… in BuildInternalFormatInfoMap()
861 … 32, GL_LUMINANCE_ALPHA, GL_FLOAT, GL_FLOAT, RequireExtAndExt<&Extensions::… in BuildInternalFormatInfoMap()
1069 …, 0, 0, GL_RED, GL_HALF_FLOAT_OES, GL_FLOAT, false, RequireExtAndExt<&Extensions::… in BuildInternalFormatInfoMap()
1070 …, 0, 0, GL_RG, GL_HALF_FLOAT_OES, GL_FLOAT, false, RequireExtAndExt<&Extensions::… in BuildInternalFormatInfoMap()
1073 …, 0, 0, GL_RED, GL_FLOAT, GL_FLOAT, false, RequireExtAndExt<&Extensions::… in BuildInternalFormatInfoMap()
[all …]