/third_party/flutter/skia/third_party/externals/angle2/src/image_util/ |
D | imageformats.cpp | 474 dst->alpha = gl::normalizedToFloat<1>(gl::getShiftedData<1, 15>(src->ARGB)); in readColor() 475 dst->red = gl::normalizedToFloat<5>(gl::getShiftedData<5, 10>(src->ARGB)); in readColor() 476 dst->green = gl::normalizedToFloat<5>(gl::getShiftedData<5, 5>(src->ARGB)); in readColor() 477 dst->blue = gl::normalizedToFloat<5>(gl::getShiftedData<5, 0>(src->ARGB)); in readColor() 482 dst->ARGB = gl::shiftData<1, 15>(gl::floatToNormalized<1, uint16_t>(src->alpha)) | in writeColor() 490 dst->ARGB = gl::shiftData<1, 15>(gl::average(gl::getShiftedData<1, 15>(src1->ARGB), in average() 491 gl::getShiftedData<1, 15>(src2->ARGB))) | in average() 492 gl::shiftData<5, 10>(gl::average(gl::getShiftedData<5, 10>(src1->ARGB), in average() 493 gl::getShiftedData<5, 10>(src2->ARGB))) | in average() 494 gl::shiftData<5, 5>(gl::average(gl::getShiftedData<5, 5>(src1->ARGB), in average() [all …]
|
/third_party/skia/third_party/externals/angle2/src/image_util/ |
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() 533 gl::shiftData<5, 5>(gl::average(gl::getShiftedData<5, 5>(src1->ARGB), in average() [all …]
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_type_2_10_10_10_REV.txt | 124 instead of ARGB. 126 change to 2.10.10.10 ARGB format,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_type_2_10_10_10_REV.txt | 124 instead of ARGB. 126 change to 2.10.10.10 ARGB format,
|
/third_party/skia/third_party/externals/egl-registry/extensions/HI/ |
D | EGL_HI_colorformats.txt | 38 creating ARGB color-buffers, as opposed to the default RGBA 105 #ifdef USE_ARGB // Specifying ARGB as a color format
|
D | EGL_HI_clientpixmap.txt | 93 // Specifying ARGB as a color format
|
/third_party/EGL/extensions/HI/ |
D | EGL_HI_colorformats.txt | 38 creating ARGB color-buffers, as opposed to the default RGBA 105 #ifdef USE_ARGB // Specifying ARGB as a color format
|
D | EGL_HI_clientpixmap.txt | 93 // Specifying ARGB as a color format
|
/third_party/flutter/skia/third_party/externals/libwebp/imageio/ |
D | image_enc.h | 41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | image_enc.h | 41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
|
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Test/ |
D | README | 10 …SDL_CreateTextureFromSurface requests an ARGB pixel format, but iPhone's SDL video driver only sup…
|
/third_party/ffmpeg/libavutil/ |
D | pixfmt.h | 372 #define AV_PIX_FMT_RGB32 AV_PIX_FMT_NE(ARGB, BGRA) 375 #define AV_PIX_FMT_BGR32_1 AV_PIX_FMT_NE(BGRA, ARGB)
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | msdk_libva.c | 62 FOURCC_MFX_TO_VA (RGB4, ARGB),
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
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/ |
D | swscale_unscaled.c | 109 SET_FF_NVX_TO_RGBX_FUNC(nvx, NVX, argb, ARGB, accurate_rnd); \
|
/third_party/ffmpeg/libswscale/x86/ |
D | swscale.c | 466 case_rgb(argb, ARGB, mmx); in ff_sws_init_swscale_x86() 515 case_rgb(argb, ARGB, sse2); in ff_sws_init_swscale_x86() 564 case_rgb(argb, ARGB, avx); in ff_sws_init_swscale_x86()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
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/flutter/skia/third_party/externals/libwebp/examples/ |
D | dwebp.c | 240 else if (!strcmp(fmt, "ARGB")) format = ARGB; in main() 353 case ARGB: output_buffer->colorspace = MODE_ARGB; break; in main()
|
/third_party/flutter/skia/site/user/api/ |
D | SkColor_Reference.md | 85 32-bit ARGB <a href='SkColor_Reference#Color'>Color</a> value, <a href='undocumented#Unpremultiply'… 580 Converts ARGB to its HSV components. <a href='SkColor_Reference#Alpha'>Alpha</a> in ARGB is ignored. 588 <td>ARGB <a href='#SkColorToHSV_color'>color</a> to convert 613 Converts HSV components to an ARGB <a href='SkColor_Reference#Color'>color</a>. <a href='SkColor_Re… 623 …<td><a href='SkColor_Reference#Alpha'>Alpha</a> component of the returned ARGB <a href='SkColor_Re… 634 ARGB equivalent to HSV 652 Converts HSV components to an ARGB <a href='SkColor_Reference#Color'>color</a>. <a href='SkColor_Re… 689 32-bit ARGB <a href='SkColor_Reference#Color'>color</a> value, <a href='undocumented#Premultiply'>P… 746 …<td><a href='undocumented#Unpremultiply'>Unpremultiplied</a> ARGB <a href='SkColor_Reference#Color…
|
/third_party/ffmpeg/libswscale/arm/ |
D | swscale_unscaled.c | 155 SET_FF_NVX_TO_RGBX_FUNC(nvx, NVX, argb, ARGB, accurate_rnd); \
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | NEWS | 196 * Add support for ARGB -> YUVA conversion for lossless decoder 223 * Add support for RGB565, RGBA4444 & ARGB image colorspace.
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexture.cpp | 574 case TextureFormat::ARGB: in isColorOrder() 624 || format.order == TextureFormat::ARGB || format.order == TextureFormat::ABGR; in isValid() 627 return format.order == TextureFormat::ARGB; in isValid() 704 case TextureFormat::ARGB: return 4; in getNumUsedChannels() 832 …static const TextureSwizzle ARGB = {{ TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_2, Text… in getChannelReadSwizzle() local 848 case TextureFormat::ARGB: return ARGB; in getChannelReadSwizzle() 888 …static const TextureSwizzle ARGB = {{ TextureSwizzle::CHANNEL_3, TextureSwizzle::CHANNEL_0, Text… in getChannelWriteSwizzle() local 904 case TextureFormat::ARGB: return ARGB; in getChannelWriteSwizzle() 1044 if ((src == TextureFormat::RGBA && dst == TextureFormat::ARGB) || in swizzleGe() 1048 if ((src == TextureFormat::ARGB && dst == TextureFormat::RGBA) || in swizzleGe() [all …]
|
/third_party/skia/third_party/externals/libwebp/ |
D | NEWS | 231 * Add support for ARGB -> YUVA conversion for lossless decoder 258 * Add support for RGB565, RGBA4444 & ARGB image colorspace.
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavideoformat.c | 54 F (ARGB, ('A', 'R', 'G', 'B'), RGB32, LSB, 32, 32, 0x0000ff00,
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-format.c | 5707 guint32 ARGB; in unpack_bgr10a2_le() local 5713 ARGB = GST_READ_UINT32_LE (s + 4 * i); in unpack_bgr10a2_le() 5715 B = ((ARGB >> 0) & 0x3ff) << 6; in unpack_bgr10a2_le() 5716 G = ((ARGB >> 10) & 0x3ff) << 6; in unpack_bgr10a2_le() 5717 R = ((ARGB >> 20) & 0x3ff) << 6; in unpack_bgr10a2_le() 5718 A = ((ARGB >> 30) & 0x03) << 14; in unpack_bgr10a2_le() 5743 guint32 ARGB; in pack_bgr10a2_le() local 5752 ARGB = (B >> 6) | (G << 4) | (R << 14) | (A << 16); in pack_bgr10a2_le() 5754 GST_WRITE_UINT32_LE (d + i, ARGB); in pack_bgr10a2_le() 5767 guint32 ARGB; in unpack_rgb10a2_le() local [all …]
|