Searched refs:NeverSupported (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/ |
D | formatutilsgl.cpp | 98 static inline SupportRequirement NeverSupported() in NeverSupported() function 173 …NeverSupported(), VersionOnly(3, 0), AlwaysS… in BuildInternalFormatInfoMap() 175 …NeverSupported(), VersionOnly(3, 0), AlwaysS… in BuildInternalFormatInfoMap() 177 …NeverSupported(), VersionOnly(3, 0), AlwaysS… in BuildInternalFormatInfoMap() 182 …NeverSupported(), VersionOnly(3, 0), AlwaysS… in BuildInternalFormatInfoMap() 184 …rgb10_a2ui"), NeverSupported(), AlwaysSupported(), VersionOnly(3, 0),… in BuildInternalFormatInfoMap() 185 …, 0, "GL_EXT_sRGB"), AlwaysSupported(), NeverSupported(), NeverSup… in BuildInternalFormatInfoMap() 187 …rg"), NeverSupported(), VersionOrExts(3, 0, "GL_ARB_texture_rg"), VersionOnly(3, 0),… in BuildInternalFormatInfoMap() 188 …rg"), NeverSupported(), VersionOrExts(3, 0, "GL_ARB_texture_rg"), VersionOnly(3, 0),… in BuildInternalFormatInfoMap() 189 …rg"), NeverSupported(), VersionOrExts(3, 0, "GL_ARB_texture_rg"), VersionOnly(3, 0),… in BuildInternalFormatInfoMap() [all …]
|
/external/angle/src/libANGLE/ |
D | formatutils.cpp | 72 static bool NeverSupported(const Version &, const Extensions &) in NeverSupported() function 352 textureSupport(NeverSupported), in InternalFormat() 353 filterSupport(NeverSupported), in InternalFormat() 354 textureAttachmentSupport(NeverSupported), in InternalFormat() 355 renderbufferSupport(NeverSupported) in InternalFormat() 772 … AlwaysSupported, NeverSupported, NeverSupported, … in BuildInternalFormatInfoMap() 774 … AlwaysSupported, NeverSupported, NeverSupported, … in BuildInternalFormatInfoMap() 776 … AlwaysSupported, NeverSupported, NeverSupported, … in BuildInternalFormatInfoMap() 781 … AlwaysSupported, NeverSupported, NeverSupported, … in BuildInternalFormatInfoMap() 783 … NeverSupported, RequireES<3, 0>, RequireES<3, 0>, … in BuildInternalFormatInfoMap() [all …]
|