Searched refs:textureNorm16EXT (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | formatutils.cpp | 1262 …textureNorm16EXT>, AlwaysSupported, RequireExt<&Extensions::textureNorm16EXT>, RequireExt<&Extensi… in BuildInternalFormatInfoMap() 1263 …RT, GL_SIGNED_NORMALIZED, false, RequireExt<&Extensions::textureNorm16EXT>, AlwaysSuppo… in BuildInternalFormatInfoMap() 1264 …textureNorm16EXT>, AlwaysSupported, RequireExt<&Extensions::textureNorm16EXT>, RequireExt<&Extensi… in BuildInternalFormatInfoMap() 1265 …RT, GL_SIGNED_NORMALIZED, false, RequireExt<&Extensions::textureNorm16EXT>, AlwaysSuppo… in BuildInternalFormatInfoMap() 1266 …IGNED_SHORT, GL_UNSIGNED_NORMALIZED, false, RequireExt<&Extensions::textureNorm16EXT>, AlwaysSuppo… in BuildInternalFormatInfoMap() 1267 …RT, GL_SIGNED_NORMALIZED, false, RequireExt<&Extensions::textureNorm16EXT>, AlwaysSuppo… in BuildInternalFormatInfoMap() 1268 …textureNorm16EXT>, AlwaysSupported, RequireExt<&Extensions::textureNorm16EXT>, RequireExt<&Extensi… in BuildInternalFormatInfoMap() 1269 …RT, GL_SIGNED_NORMALIZED, false, RequireExt<&Extensions::textureNorm16EXT>, AlwaysSuppo… in BuildInternalFormatInfoMap() 1283 …, false, RequireExt<&Extensions::textureNorm16EXT>, AlwaysSupported, RequireExt<&Extensi… in BuildInternalFormatInfoMap() 1286 …, false, RequireExt<&Extensions::textureNorm16EXT>, AlwaysSupported, RequireExt<&Extensi… in BuildInternalFormatInfoMap() [all …]
|
D | gles_extensions_autogen.h | 473 bool textureNorm16EXT = false; member
|
D | gles_extensions_autogen.cpp | 175 map["GL_EXT_texture_norm16"] = enableableExtension(&Extensions::textureNorm16EXT); in GetExtensionInfoMap()
|
D | validationES2.cpp | 1092 if (!context->getExtensions().textureNorm16EXT) in ValidateES2TexImageParametersBase() 1116 if (!context->getExtensions().textureNorm16EXT) in ValidateES2TexImageParametersBase() 1141 if (!context->getExtensions().textureNorm16EXT) in ValidateES2TexImageParametersBase() 1467 if (!context->getExtensions().textureNorm16EXT) in ValidateES2TexImageParametersBase()
|
D | Caps.cpp | 893 textureNorm16EXT = DetermineTextureNorm16Support(textureCaps); in setTextureExtensionSupport()
|
D | validationES.cpp | 206 (context->getExtensions().textureNorm16EXT && in ValidReadPixelsFormatType() 222 (context->getExtensions().textureNorm16EXT && format == GL_RGBA && in ValidReadPixelsFormatType()
|
D | Context.cpp | 3464 supportedExtensions.textureNorm16EXT = false; in generateSupportedExtensions()
|