Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dgles_extensions_autogen.h320 bool readFormatBgraEXT = false; member
Dgles_extensions_autogen.cpp124 map["GL_EXT_read_format_bgra"] = enableableExtension(&Extensions::readFormatBgraEXT); in GetExtensionInfoMap()
DCaps.cpp853 readFormatBgraEXT = DetermineBGRAReadFormatSupport(textureCaps); in setTextureExtensionSupport()
DvalidationES.cpp157 return context->getExtensions().readFormatBgraEXT; in ValidReadPixelsFormatEnum()
209 return context->getExtensions().readFormatBgraEXT && (type == GL_UNSIGNED_BYTE); in ValidReadPixelsFormatType()
Dformatutils.cpp380 if (!extensions.readFormatBgraEXT) in getReadPixelsFormat()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp673 extensions->readFormatBgraEXT = true; in GenerateCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp1586 extensions->readFormatBgraEXT = true; in GenerateCaps()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1343 extensions->readFormatBgraEXT = functions->isAtLeastGL(gl::Version(1, 2)) || in GenerateCaps()