HomeSort by relevance Sort by last modified time
    Searched refs:componentR (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/
WebGLImageConversionNEON.h 63 uint8x8_t componentR = vqmovn_u16(vshrq_n_u16(RGB16.val[0], 8));
66 uint8x8x4_t RGBA8 = {{componentR, componentG, componentB, componentA}};
84 uint8x8_t componentR = vqmovn_u16(vshrq_n_u16(ARGB16.val[1], 8));
87 uint8x8x4_t RGBA8 = {{componentR, componentG, componentB, componentA}};
106 uint8x8_t componentR = vqmovn_u16(vshrq_n_u16(ARGB16.val[2], 8));
108 uint8x8x4_t RGBA8 = {{componentR, componentG, componentB, componentA}};
126 uint8x8_t componentR = vqmovn_u16(vshrq_n_u16(eightPixels, 12));
131 componentR = vorr_u8(vshl_n_u8(componentR, 4), componentR);
    [all...]
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp     [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp     [all...]

Completed in 1479 milliseconds