/third_party/skia/third_party/externals/angle2/src/image_util/ |
H A D | imageformats.cpp | 513 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 D | imageformats.h | 216 uint16_t ARGB; member 251 uint16_t ARGB; member
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | image_enc.h | 41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
|
H A D | image_enc.c | 576 format == RGBA || format == BGRA || format == ARGB || in WebPSaveImage()
|
/third_party/ffmpeg/libavutil/ |
H A D | pixfmt.h | 42 * 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 D | hwcontext_vaapi.c | 140 MAP(ARGB, RGB32, ARGB, 0), 1009 DRM_MAP(ARGB, 1, DRM_FORMAT_BGRA8888),
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureLevelStateQueryTests.cpp | 1256 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 D | swscale_unscaled.c | 109 SET_FF_NVX_TO_RGBX_FUNC(nvx, NVX, argb, ARGB, accurate_rnd); \
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | dwebp.c | 241 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 D | swscale_unscaled.c | 155 SET_FF_NVX_TO_RGBX_FUNC(nvx, NVX, argb, ARGB, accurate_rnd); \
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexture.cpp | 612 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 D | swscale_unscaled.c | 1472 || 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 D | spirv.cs | 222 ARGB = 7, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 226 ARGB = 7, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 229 ARGB = 7, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.cs | 222 ARGB = 7, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | spirv.cs | 226 ARGB = 7, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.cs | 229 ARGB = 7, enumerator
|
/third_party/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 222 ARGB = 7, enumerator
|
/third_party/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 226 ARGB = 7, enumerator
|
/third_party/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 229 ARGB = 7, enumerator
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | swscale.c | 564 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 D | vktImageTestsUtil.cpp | 836 case tcu::TextureFormat::ARGB: in isComponentSwizzled()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageTestsUtil.cpp | 836 case tcu::TextureFormat::ARGB: in isComponentSwizzled()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
H A D | spirv.cs | 296 ARGB = 7, enumerator
|