Home
last modified time | relevance | path

Searched refs:BGRA (Results 1 – 25 of 30) sorted by relevance

12

/external/mesa3d/docs/OLD/
DMESA_packed_depth_stencil.spec93 BGRA Color B, G, R, A components
116 UNSIGNED_SHORT_4_4_4_4 ushort 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
117 UNSIGNED_SHORT_4_4_4_4_REV ushort 4 RGBA,BGRA
118 UNSIGNED_SHORT_5_5_5_1 ushort 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
119 UNSIGNED_SHORT_1_5_5_5_REV ushort 4 RGBA,BGRA
120 UNSIGNED_INT_8_8_8_8 uint 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
121 UNSIGNED_INT_8_8_8_8_REV uint 4 RGBA,BGRA
122 UNSIGNED_INT_10_10_10_2 uint 4 RGBA,BGRA,ABGR_EXT,CMYK_EXT
123 UNSIGNED_INT_2_10_10_10_REV uint 4 RGBA,BGRA
179 BGRA blue green red alpha
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp153 case FMT_CASE(BGRA, UNORM_SHORT_4444): return VK_FORMAT_B4G4R4A4_UNORM_PACK16; in mapTextureFormat()
154 case FMT_CASE(BGRA, UNORM_SHORT_5551): return VK_FORMAT_B5G5R5A1_UNORM_PACK16; in mapTextureFormat()
241 case FMT_CASE(BGRA, UNORM_INT8): return VK_FORMAT_B8G8R8A8_UNORM; in mapTextureFormat()
242 case FMT_CASE(BGRA, SNORM_INT8): return VK_FORMAT_B8G8R8A8_SNORM; in mapTextureFormat()
243 case FMT_CASE(BGRA, UNSIGNED_INT8): return VK_FORMAT_B8G8R8A8_UINT; in mapTextureFormat()
244 case FMT_CASE(BGRA, SIGNED_INT8): return VK_FORMAT_B8G8R8A8_SINT; in mapTextureFormat()
247 case FMT_CASE(BGRA, UNORM_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_UNORM_PACK32; in mapTextureFormat()
248 case FMT_CASE(BGRA, SNORM_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_SNORM_PACK32; in mapTextureFormat()
249 case FMT_CASE(BGRA, UNSIGNED_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_UINT_PACK32; in mapTextureFormat()
250 case FMT_CASE(BGRA, SIGNED_INT_1010102_REV): return VK_FORMAT_A2R10G10B10_SINT_PACK32; in mapTextureFormat()
[all …]
/external/opencv3/modules/cudev/test/
Dtest_color_cvt.cu86 CVT_COLOR_TEST(BGR, BGRA, 3, 4)
88 CVT_COLOR_TEST(BGRA, BGR, 4, 3)
89 CVT_COLOR_TEST(BGRA, RGB, 4, 3)
90 CVT_COLOR_TEST(BGRA, RGBA, 4, 4)
96 CVT_COLOR_TEST(BGRA, GRAY, 4, 1)
100 CVT_COLOR_TEST(GRAY, BGRA, 1, 4)
/external/opencv3/modules/ts/include/opencv2/ts/
Dcuda_perf.hpp62 enum { Gray = 1, TwoChannel = 2, BGR = 3, BGRA = 4 }; enumerator
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/
DGrSwizzle.h82 static const GrSwizzle& BGRA() { in BGRA() function
92 return BGRA(); in CreateRandom()
/external/libyuv/files/unit_test/
Dplanar_test.cc88 TESTPLANARTOB(I420, 2, 2, BGRA, 4)
97 TESTPLANARTOB(I422, 2, 1, BGRA, 4)
246 TESTATOPLANAR(BGRA, 4, I420, 2, 2)
310 TESTATOB(ARGB, 4, 4, BGRA, 4)
318 TESTATOB(BGRA, 4, 4, ARGB, 4)
368 TESTATOBRANDOM(ARGB, 4, 4, BGRA, 4)
377 TESTATOBRANDOM(BGRA, 4, 4, ARGB, 4)
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
Dpixfmt.h263 #define AV_PIX_FMT_RGB32 AV_PIX_FMT_NE(ARGB, BGRA)
266 #define AV_PIX_FMT_BGR32_1 AV_PIX_FMT_NE(BGRA, ARGB)
/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp1252 format.order == tcu::TextureFormat::BGRA || in getMinimumComponentResolution()
1264 format.order == tcu::TextureFormat::BGRA || in getMinimumComponentResolution()
1275 format.order == tcu::TextureFormat::BGRA || in getMinimumComponentResolution()
1285 format.order == tcu::TextureFormat::BGRA || in getMinimumComponentResolution()
1404 format.order == tcu::TextureFormat::BGRA || in getComponentType()
1416 format.order == tcu::TextureFormat::BGRA || in getComponentType()
1427 format.order == tcu::TextureFormat::BGRA || in getComponentType()
1437 format.order == tcu::TextureFormat::BGRA || in getComponentType()
/external/opencv3/doc/tutorials/ios/video_processing/
Dvideo_processing.markdown113 grayscale=NO will output 32 bit BGRA.
178 //Convert BGR to BGRA (three channel to four channel)
/external/deqp/framework/common/
DtcuTexture.cpp308 case TextureFormat::BGRA: return 4; in getNumUsedChannels()
561 case TextureFormat::BGRA: in isColorOrder()
607 return format.order == TextureFormat::RGBA || format.order == TextureFormat::BGRA; in isValid()
619 return format.order == TextureFormat::RGBA || format.order == TextureFormat::BGRA; in isValid()
727 …static const TextureSwizzle BGRA = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, Text… in getChannelReadSwizzle() local
745 case TextureFormat::BGRA: return BGRA; in getChannelReadSwizzle()
751 case TextureFormat::sBGRA: return BGRA; in getChannelReadSwizzle()
781 …static const TextureSwizzle BGRA = {{ TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_1, Text… in getChannelWriteSwizzle() local
799 case TextureFormat::BGRA: return BGRA; in getChannelWriteSwizzle()
805 case TextureFormat::sBGRA: return BGRA; in getChannelWriteSwizzle()
[all …]
DtcuTexture.hpp56 BGRA, enumerator
/external/webrtc/talk/session/media/
Dplanarfunctions_unittest.cc763 TEST_YUVTORGB(I420, BGRA, libyuv::kJpegYuv420, 3., 2);
931 TEST_ARGB(BGRA, BGRA, 4, 3); // TEST_P(PlanarFunctionsTest, BGRAToARGB)
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dwmesa.c450 } BGRA; in write_rgba_span_front() typedef
451 BGRA *bgra, c; in write_rgba_span_front()
473 bgra=malloc(n*sizeof(BGRA)); in write_rgba_span_front()
/external/mesa3d/docs/
DGL3.txt61 BGRA vertex order (GL_ARB_vertex_array_bgra) DONE (i965, r300, r600, swrast)
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp347 dst->setStorage(TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_INT8), width, height); in readScreenPixels()
/external/opencv3/modules/core/src/
Dopengl.cpp1007 0, gl::DEPTH_COMPONENT, 0, gl::BGR, gl::BGRA in Texture2D()
1119 0, gl::DEPTH_COMPONENT, 0, gl::BGR, gl::BGRA in copyFrom()
1173 …dstFormat = format_ == DEPTH_COMPONENT ? gl::DEPTH_COMPONENT : format_ == RGB ? gl::BGR : gl::BGRA; in copyTo()
Dgl_core_3_1.hpp525 BGRA = 0x80E1, enumerator
/external/deqp/framework/opengl/
DgluTextureUtil.cpp88 case TextureFormat::BGRA: in getTransferFormat()
445 case GL_BGRA: return TextureFormat(TextureFormat::BGRA, mapGLChannelType(dataType, true)); in mapGLTransferFormat()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp764 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetWritePixelsInfo()
770 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetWritePixelsInfo()
778 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetWritePixelsInfo()
2275 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetReadPixelsInfo()
2285 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetReadPixelsInfo()
2296 tempDrawInfo->fSwizzle = GrSwizzle::BGRA(); in onGetReadPixelsInfo()
/external/opencv3/modules/videoio/src/
Dcap_qtkit.mm763 //ARGB -> BGRA
1013 //BGRA --> ARGB
Dcap_ios_video_camera.mm282 // In color mode we, BGRA format is used
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp903 if (format.order == tcu::TextureFormat::BGR || format.order == tcu::TextureFormat::BGRA) in getFormatThreshold()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageSparseResidency.cpp97 case tcu::TextureFormat::BGRA: return 4; in getNumUsedChannels()
/external/libyuv/files/source/
Drow_common.cc303 MAKEROWY(BGRA, 1, 2, 3)
/external/webp/
DREADME515 There are variants for decoding in BGR/RGBA/ARGB/BGRA order, along with

12