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

/external/opencv3/modules/ts/include/opencv2/ts/
H A Dcuda_perf.hpp62 enum { Gray = 1, TwoChannel = 2, BGR = 3, BGRA = 4 }; enumerator in enum:perf::__anon15705
63 CV_ENUM(MatCn, Gray, TwoChannel, BGR, BGRA)
65 #define CUDA_CHANNELS_1_3_4 testing::Values(MatCn(Gray), MatCn(BGR), MatCn(BGRA))
/external/skia/src/gpu/
H A DGrSwizzle.h82 static const GrSwizzle& BGRA() { function in class:GrSwizzle
92 return BGRA();
/external/mesa3d/src/mesa/drivers/windows/gdi/
H A Dwmesa.c450 } BGRA; typedef in typeref:union:__anon14252
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.cpp308 case TextureFormat::BGRA: return 4;
561 case TextureFormat::BGRA:
607 return format.order == TextureFormat::RGBA || format.order == TextureFormat::BGRA;
619 return format.order == TextureFormat::RGBA || format.order == TextureFormat::BGRA;
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...]
/external/opencv3/modules/core/src/
H A Dgl_core_3_1.hpp525 BGRA = 0x80E1, enumerator in enum:gl::__anon15313

Completed in 142 milliseconds