Home
last modified time | relevance | path

Searched refs:ARGB (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/image_util/
H A Dimageformats.cpp513 dst->alpha = gl::normalizedToFloat<1>(gl::getShiftedData<1, 15>(src->ARGB)); in readColor()
514 dst->red = gl::normalizedToFloat<5>(gl::getShiftedData<5, 10>(src->ARGB)); in readColor()
515 dst->green = gl::normalizedToFloat<5>(gl::getShiftedData<5, 5>(src->ARGB)); in readColor()
516 dst->blue = gl::normalizedToFloat<5>(gl::getShiftedData<5, 0>(src->ARGB)); in readColor()
521 dst->ARGB = gl::shiftData<1, 15>(gl::floatToNormalized<1, uint16_t>(src->alpha)) | in writeColor()
529 dst->ARGB = gl::shiftData<1, 15>(gl::average(gl::getShiftedData<1, 15>(src1->ARGB), in average()
530 gl::getShiftedData<1, 15>(src2->ARGB))) | in average()
531 gl::shiftData<5, 10>(gl::average(gl::getShiftedData<5, 10>(src1->ARGB), in average()
532 gl::getShiftedData<5, 10>(src2->ARGB))) | in average()
[all...]
H A Dimageformats.h216 uint16_t ARGB; member
251 uint16_t ARGB; member
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dimage_enc.h41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
H A Dimage_enc.c576 format == RGBA || format == BGRA || format == ARGB || in WebPSaveImage()
/third_party/ffmpeg/libavutil/
H A Dpixfmt.h42 * This is stored as BGRA on little-endian CPU architectures and ARGB on
92 AV_PIX_FMT_ARGB, ///< packed ARGB 8:8:8:8, 32bpp, ARGBARGB...
379 #define AV_PIX_FMT_RGB32 AV_PIX_FMT_NE(ARGB, BGRA)
382 #define AV_PIX_FMT_BGR32_1 AV_PIX_FMT_NE(BGRA, ARGB)
H A Dhwcontext_vaapi.c140 MAP(ARGB, RGB32, ARGB, 0),
1009 DRM_MAP(ARGB, 1, DRM_FORMAT_BGRA8888),
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureLevelStateQueryTests.cpp1256 format.order == tcu::TextureFormat::ARGB || in getMinimumComponentResolution()
1268 format.order == tcu::TextureFormat::ARGB || in getMinimumComponentResolution()
1279 format.order == tcu::TextureFormat::ARGB || in getMinimumComponentResolution()
1289 format.order == tcu::TextureFormat::ARGB || in getMinimumComponentResolution()
1408 format.order == tcu::TextureFormat::ARGB || in getComponentType()
1420 format.order == tcu::TextureFormat::ARGB || in getComponentType()
1431 format.order == tcu::TextureFormat::ARGB || in getComponentType()
1441 format.order == tcu::TextureFormat::ARGB || in getComponentType()
/third_party/ffmpeg/libswscale/aarch64/
H A Dswscale_unscaled.c109 SET_FF_NVX_TO_RGBX_FUNC(nvx, NVX, argb, ARGB, accurate_rnd); \
/third_party/skia/third_party/externals/libwebp/examples/
H A Ddwebp.c241 else if (!strcmp(fmt, "ARGB")) format = ARGB; in main()
354 case ARGB: output_buffer->colorspace = MODE_ARGB; break; in main()
/third_party/ffmpeg/libswscale/arm/
H A Dswscale_unscaled.c155 SET_FF_NVX_TO_RGBX_FUNC(nvx, NVX, argb, ARGB, accurate_rnd); \
/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp612 case TextureFormat::ARGB: in isColorOrder()
667 || format.order == TextureFormat::ARGB || format.order == TextureFormat::ABGR; in isValid()
670 return format.order == TextureFormat::ARGB || format.order == TextureFormat::ABGR; in isValid()
747 case TextureFormat::ARGB: return 4; in getNumUsedChannels()
875 static const TextureSwizzle ARGB = {{ TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_2, TextureSwizzle::CHANNEL_3, TextureSwizzle::CHANNEL_0 }}; in getChannelReadSwizzle() local
892 case TextureFormat::ARGB: return ARGB; in getChannelReadSwizzle()
929 static const TextureSwizzle ARGB = {{ TextureSwizzle::CHANNEL_3, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_2 }}; in getChannelWriteSwizzle() local
945 case TextureFormat::ARGB: return ARGB; in getChannelWriteSwizzle()
[all...]
/third_party/ffmpeg/libswscale/
H A Dswscale_unscaled.c1472 || CONV_IS(ARGB, BGRA) in findRgbConvFn()
1473 || CONV_IS(BGRA, ARGB) in findRgbConvFn()
1475 else if (CONV_IS(ABGR, ARGB) in findRgbConvFn()
1476 || CONV_IS(ARGB, ABGR)) conv = shuffle_bytes_0321; in findRgbConvFn()
1478 || CONV_IS(ARGB, RGBA)) conv = shuffle_bytes_1230; in findRgbConvFn()
1482 || CONV_IS(RGBA, ARGB)) conv = shuffle_bytes_3012; in findRgbConvFn()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs222 ARGB = 7, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs226 ARGB = 7, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs229 ARGB = 7, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs222 ARGB = 7, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs226 ARGB = 7, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs229 ARGB = 7, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.cs222 ARGB = 7, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.cs226 ARGB = 7, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.cs229 ARGB = 7, enumerator
/third_party/ffmpeg/libswscale/x86/
H A Dswscale.c564 case_rgb(argb, ARGB, sse2); in ff_sws_init_swscale_x86()
613 case_rgb(argb, ARGB, avx); in ff_sws_init_swscale_x86()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp836 case tcu::TextureFormat::ARGB: in isComponentSwizzled()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTestsUtil.cpp836 case tcu::TextureFormat::ARGB: in isComponentSwizzled()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
H A Dspirv.cs296 ARGB = 7, enumerator

Completed in 59 milliseconds

12