Searched refs:textureFormatBGRA8888EXT (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | formatutils.cpp | 1071 …textureFormatBGRA8888EXT>, AlwaysSupported, RequireExt<&Extensions::textureFormatBGRA8888EXT>, … in BuildInternalFormatInfoMap() 1072 …textureFormatBGRA8888EXT>, AlwaysSupported, RequireExt<&Extensions::textureFormatBGRA8888EXT>, … in BuildInternalFormatInfoMap() 1073 …textureFormatBGRA8888EXT>, 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()
|
D | gles_extensions_autogen.h | 461 bool textureFormatBGRA8888EXT = false; member
|
D | gles_extensions_autogen.cpp | 171 …map["GL_EXT_texture_format_BGRA8888"] = enableableExtension(&Extensions::textureFormatBGRA8888EXT); in GetExtensionInfoMap()
|
D | Caps.cpp | 852 textureFormatBGRA8888EXT = DetermineBGRA8TextureSupport(textureCaps); in setTextureExtensionSupport()
|
D | validationES2.cpp | 1155 if (!context->getExtensions().textureFormatBGRA8888EXT) in ValidateES2TexImageParametersBase() 1381 if (!context->getExtensions().textureFormatBGRA8888EXT) in ValidateES2TexImageParametersBase()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 1567 extensions->textureFormatBGRA8888EXT = false; in GenerateCaps()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Renderer11.cpp | 2351 if (!getNativeExtensions().textureFormatBGRA8888EXT) in getShareHandleSupport()
|