Searched defs:BGRA (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/private/
H A DGrSwizzle.h116 static GrSwizzle BGRA() { return GrSwizzle("bgra"); } function in class:GrSwizzle
123 return BGRA();
/external/mesa3d/src/mesa/drivers/windows/gdi/
H A Dwmesa.c450 } BGRA; typedef in typeref:union:__anon15252
451 BGRA *bgra, c;
473 bgra=malloc(n*sizeof(BGRA));
/external/deqp/framework/common/
H A DtcuTexture.hpp56 BGRA, enumerator in enum:tcu::TextureFormat::ChannelOrder
H A DtcuTexture.cpp497 case TextureFormat::BGRA:
543 return format.order == TextureFormat::RGBA || format.order == TextureFormat::BGRA;
555 return format.order == TextureFormat::RGBA || format.order == TextureFormat::BGRA;
613 case TextureFormat::BGRA: return 4;
727 static const TextureSwizzle BGRA = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3 }}; local
745 case TextureFormat::BGRA: return BGRA;
751 case TextureFormat::sBGRA: return BGRA;
781 static const TextureSwizzle BGRA = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3 }}; local
799 case TextureFormat::BGRA
[all...]

Completed in 186 milliseconds