HomeSort by relevance Sort by last modified time
    Searched defs:RGBA4 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/cpu/arm/
GraphicsContext3DNEON.h 161 uint8x8x2_t RGBA4;
162 RGBA4.val[0] = vorr_u8(componentB, componentA);
163 RGBA4.val[1] = vorr_u8(componentR, componentG);
164 vst2_u8(dst, RGBA4);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 346 RGBA4 = 0x8056,
    [all...]

Completed in 203 milliseconds