Home
last modified time | relevance | path

Searched defs:RGBA8 (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/utility/cloud_print/
Dpwg_encoder.cc50 struct RGBA8 { struct
51 uint8 red;
52 uint8 green;
53 uint8 blue;
54 uint8 alpha;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/
DWebGLImageConversionNEON.h66 uint8x8x4_t RGBA8 = {{componentR, componentG, componentB, componentA}}; in unpackOneRowOfRGB16LittleToRGBA8() local
87 uint8x8x4_t RGBA8 = {{componentR, componentG, componentB, componentA}}; in unpackOneRowOfARGB16LittleToRGBA8() local
108 uint8x8x4_t RGBA8 = {{componentR, componentG, componentB, componentA}}; in unpackOneRowOfBGRA16LittleToRGBA8() local
154 uint8x8x4_t RGBA8 = vld4_u8(source + i); in packOneRowOfRGBA8ToUnsignedShort4444() local
216 uint8x8x4_t RGBA8 = vld4_u8(source + i); in packOneRowOfRGBA8ToUnsignedShort5551() local
279 uint8x8x4_t RGBA8 = vld4_u8(source + i); in packOneRowOfRGBA8ToUnsignedShort565() local
/external/chromium_org/cc/resources/
Dui_resource_bitmap.h29 RGBA8, enumerator
/external/chromium_org/third_party/angle/tests/angle_tests/
DBlendMinMaxTest.cpp139 TEST_F(BlendMinMaxTest, RGBA8) in TEST_F() argument
DFramebufferFormatsTest.cpp94 TEST_F(FramebufferFormatsTest, RGBA8) in TEST_F() argument