Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp1071textureFormatBGRA8888EXT>, AlwaysSupported, RequireExt<&Extensions::textureFormatBGRA8888EXT>, … in BuildInternalFormatInfoMap()
1072textureFormatBGRA8888EXT>, AlwaysSupported, RequireExt<&Extensions::textureFormatBGRA8888EXT>, … in BuildInternalFormatInfoMap()
1073textureFormatBGRA8888EXT>, AlwaysSupported, RequireExt<&Extensions::textureFormatBGRA8888EXT>, … in BuildInternalFormatInfoMap()
1311 …lse, RequireExt<&Extensions::textureFormatBGRA8888EXT>, AlwaysSupported, RequireExt<&Extensions:… in BuildInternalFormatInfoMap()
1315 …lse, RequireExt<&Extensions::textureFormatBGRA8888EXT>, AlwaysSupported, RequireExt<&Extensions:… in BuildInternalFormatInfoMap()
Dgles_extensions_autogen.h461 bool textureFormatBGRA8888EXT = false; member
Dgles_extensions_autogen.cpp171 …map["GL_EXT_texture_format_BGRA8888"] = enableableExtension(&Extensions::textureFormatBGRA8888EXT); in GetExtensionInfoMap()
DCaps.cpp852 textureFormatBGRA8888EXT = DetermineBGRA8TextureSupport(textureCaps); in setTextureExtensionSupport()
DvalidationES2.cpp1155 if (!context->getExtensions().textureFormatBGRA8888EXT) in ValidateES2TexImageParametersBase()
1381 if (!context->getExtensions().textureFormatBGRA8888EXT) in ValidateES2TexImageParametersBase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1567 extensions->textureFormatBGRA8888EXT = false; in GenerateCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp2351 if (!getNativeExtensions().textureFormatBGRA8888EXT) in getShareHandleSupport()