Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.cpp123 static bool RequireExtAndExt(const Version &, const Extensions &extensions) in RequireExtAndExt() function
1051 … 16, GL_ALPHA, GL_HALF_FLOAT_OES, GL_FLOAT, RequireExtAndExt<&Extensions::… in BuildInternalFormatInfoMap()
1052 … 0, GL_LUMINANCE, GL_HALF_FLOAT_OES, GL_FLOAT, RequireExtAndExt<&Extensions::… in BuildInternalFormatInfoMap()
1053 … 16, GL_LUMINANCE_ALPHA, GL_HALF_FLOAT_OES, GL_FLOAT, RequireExtAndExt<&Extensions::… in BuildInternalFormatInfoMap()
1054 … 32, GL_ALPHA, GL_FLOAT, GL_FLOAT, RequireExtAndExt<&Extensions::… in BuildInternalFormatInfoMap()
1055 … 0, GL_LUMINANCE, GL_FLOAT, GL_FLOAT, RequireExtAndExt<&Extensions::… in BuildInternalFormatInfoMap()
1056 … 32, GL_LUMINANCE_ALPHA, GL_FLOAT, GL_FLOAT, RequireExtAndExt<&Extensions::… in BuildInternalFormatInfoMap()
1281 …, 0, 0, GL_RED, GL_HALF_FLOAT_OES, GL_FLOAT, false, RequireExtAndExt<&Extensions::… in BuildInternalFormatInfoMap()
1282 …, 0, 0, GL_RG, GL_HALF_FLOAT_OES, GL_FLOAT, false, RequireExtAndExt<&Extensions::… in BuildInternalFormatInfoMap()
1285 …, 0, 0, GL_RED, GL_FLOAT, GL_FLOAT, false, RequireExtAndExt<&Extensions::… in BuildInternalFormatInfoMap()
[all …]