Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DCaps.h161 bool readFormatBGRA = false; member
DCaps.cpp853 readFormatBGRA = DetermineBGRAReadFormatSupport(textureCaps); in setTextureExtensionSupport()
933 map["GL_EXT_read_format_bgra"] = enableableExtension(&Extensions::readFormatBGRA); in GetExtensionInfoMap()
DvalidationES.cpp157 return context->getExtensions().readFormatBGRA; in ValidReadPixelsFormatEnum()
206 return context->getExtensions().readFormatBGRA && (type == GL_UNSIGNED_BYTE); in ValidReadPixelsFormatType()
Dformatutils.cpp376 if (!extensions.readFormatBGRA) in getReadPixelsFormat()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp657 extensions->readFormatBGRA = true; in GenerateCaps()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp1581 extensions->readFormatBGRA = true; in GenerateCaps()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1351 extensions->readFormatBGRA = functions->isAtLeastGL(gl::Version(1, 2)) || in GenerateCaps()