Home
last modified time | relevance | path

Searched refs:BGRA_8888 (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/cc/resources/
Dplatform_color.h32 return (supports_bgra8888) ? BGRA_8888 : RGBA_8888; in BestTextureFormat()
47 return format == BGRA_8888 || format == RGBA_4444; in SameComponentOrder()
Dresource_format.h17 BGRA_8888, enumerator
Dresource_format.cc14 case BGRA_8888: in ResourceFormatToSkColorType()
Draster_worker_pool.cc208 case BGRA_8888: { in AcquireBitmapForBuffer()
Dresource_provider.cc68 case BGRA_8888: in TextureToStorageFormat()
87 case BGRA_8888: in IsFormatSupportedForStorage()
103 case BGRA_8888: in ToGrPixelConfig()
Dresource_provider_unittest.cc306 texture_format = BGRA_8888; in AllocateTexture()
3056 const ResourceFormat formats[2] = {RGBA_8888, BGRA_8888}; in TEST_P()
3115 const ResourceFormat formats[2] = {RGBA_8888, BGRA_8888}; in TEST_P()
/external/chromium_org/content/browser/compositor/
Doverlay_candidate_validator_ozone.cc17 case cc::BGRA_8888: in GetOzoneFormat()
/external/chromium_org/mojo/services/public/interfaces/surfaces/
Dsurfaces.mojom15 BGRA_8888,
/external/chromium_org/mojo/services/public/cpp/surfaces/tests/
Dsurface_unittest.cc394 cc::ResourceFormat format = cc::BGRA_8888; in TEST()