Home
last modified time | relevance | path

Searched refs:ARGB (Results 1 – 14 of 14) sorted by relevance

/external/libyuv/files/unit_test/
Dplanar_test.cc87 TESTPLANARTOB(I420, 2, 2, ARGB, 4)
96 TESTPLANARTOB(I422, 2, 1, ARGB, 4)
100 TESTPLANARTOB(I411, 4, 1, ARGB, 4)
101 TESTPLANARTOB(I444, 1, 1, ARGB, 4)
163 TESTBIPLANARTOB(NV12, 2, 2, ARGB, 4)
164 TESTBIPLANARTOB(NV21, 2, 2, ARGB, 4)
245 TESTATOPLANAR(ARGB, 4, I420, 2, 2)
255 TESTATOPLANAR(ARGB, 4, I422, 2, 1)
309 TESTATOB(ARGB, 4, 4, ARGB, 4)
310 TESTATOB(ARGB, 4, 4, BGRA, 4)
[all …]
/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp1248 format.order == tcu::TextureFormat::ARGB || in getMinimumComponentResolution()
1260 format.order == tcu::TextureFormat::ARGB || in getMinimumComponentResolution()
1271 format.order == tcu::TextureFormat::ARGB || in getMinimumComponentResolution()
1281 format.order == tcu::TextureFormat::ARGB || in getMinimumComponentResolution()
1400 format.order == tcu::TextureFormat::ARGB || in getComponentType()
1412 format.order == tcu::TextureFormat::ARGB || in getComponentType()
1423 format.order == tcu::TextureFormat::ARGB || in getComponentType()
1433 format.order == tcu::TextureFormat::ARGB || in getComponentType()
/external/skia/src/animator/
DSkDrawBitmap.cpp48 SK_MEMBER_PROPERTY(erase, ARGB),
DSkDrawColor.cpp111 SK_MEMBER(color, ARGB),
DSkAnimateSchema.xsd20 <!-- /** ARGB
23 <xs:simpleType name="ARGB">
1098 <xs:attribute name="erase" type="Sk:ARGB"/>
1247 <xs:attribute name="color" type="Sk:ARGB"/>
/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp198 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateSolidFill)(ARGB color, GpSolidFill **brush);
201 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreatePen1)(ARGB color, REAL width, GpUnit unit, GpPen *…
288 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush); in _GdipCreateBrush()
358 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush); in OutputImageMask()
625 CallFunc(GdipCreateSolidFill)((ARGB)fill_argb, (GpSolidFill**)pBrush); in GdipCreateBrush()
735 CallFunc(GdipCreatePen1)((ARGB)argb, width, UnitWorld, &pPen); in _GdipCreatePen()
/external/deqp/framework/common/
DtcuTexture.cpp195 case TextureFormat::ARGB: return 4; in getNumUsedChannels()
405 …static const TextureSwizzle ARGB = {{ TextureSwizzle::CHANNEL_1, TextureSwizzle::CHANNEL_2, Text… in getChannelReadSwizzle() local
421 case TextureFormat::ARGB: return ARGB; in getChannelReadSwizzle()
452 …static const TextureSwizzle ARGB = {{ TextureSwizzle::CHANNEL_3, TextureSwizzle::CHANNEL_0, Text… in getChannelWriteSwizzle() local
468 case TextureFormat::ARGB: return ARGB; in getChannelWriteSwizzle()
DtcuTexture.hpp54 ARGB, enumerator
DtcuTextureUtil.cpp1251 case TextureFormat::ARGB: swizzle = &RGBA; break; in getBorderColorReadSwizzle()
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_common.cc337 MAKEROWY(ARGB, 2, 1, 0, 4)
419 MAKEROWYJ(ARGB, 2, 1, 0, 4)
/external/webp/
DREADME473 There are variants for decoding in BGR/RGBA/ARGB/BGRA order, along with
/external/libyuv/files/source/
Drow_common.cc302 MAKEROWY(ARGB, 2, 1, 0)
/external/libpng/
Dlibpng-manual.txt1131 PNG_TRANSFORM_SWAP_ALPHA Flip RGBA to ARGB or GA
1873 data as ARGB instead of the normal PNG format RGBA:
3336 PNG_TRANSFORM_SWAP_ALPHA Flip RGBA to ARGB or GA
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch17614 +#define TJ_ALPHAFIRST 64 /* BGR buffer is ABGR and RGB buffer is ARGB */