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

  /external/webp/src/dsp/
alpha_processing_mips_dsp_r2.c 22 uint32_t alpha_mask = 0xffffffff; local
38 "and %[alpha_mask], %[alpha_mask], %[temp0] \n\t"
45 [alpha_mask]"+r"(alpha_mask)
56 "and %[alpha_mask], %[alpha_mask], %[temp0] \n\t"
59 [alpha_mask]"+r"(alpha_mask)
69 "ext %[temp0], %[alpha_mask], 0, 16 \n\t
    [all...]
alpha_processing_neon.c 86 uint32_t alpha_mask = 0xffffffffu; local
104 alpha_mask &= alpha_value;
110 alpha_mask &= tmp[0];
111 alpha_mask &= tmp[1];
112 return (alpha_mask != 0xffffffffu);
137 uint32_t alpha_mask = 0xffffffffu; local
153 alpha_mask &= alpha[i];
159 alpha_mask &= tmp[0];
160 alpha_mask &= tmp[1];
161 return (alpha_mask == 0xffffffffu)
    [all...]
alpha_processing.c 290 uint32_t alpha_mask = 0xff; local
297 alpha_mask &= alpha_value;
303 return (alpha_mask != 0xff);
322 uint8_t alpha_mask = 0xff; local
329 alpha_mask &= alpha_value;
334 return (alpha_mask == 0xff);
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 135 uint8x8_t alpha_mask; local
137 alpha_mask = vld1_u8(alpha_mask_setup);
155 vsrc_alphas = vtbl1_u8(vsrc, alpha_mask);
  /external/libdrm/tests/etnaviv/
write_bmp.c 61 unsigned int alpha_mask; member in struct:dib_header
90 .alpha_mask = alpha ? 0xFF000000 : 0x00000000,
  /external/webp/src/dec/
io_dec.c 220 uint32_t alpha_mask = 0x0f; local
227 alpha_mask &= alpha_value;
234 if (alpha_mask != 0x0f && WebPIsPremultipliedMode(colorspace)) {
443 uint32_t alpha_mask = 0x0f; local
454 alpha_mask &= alpha_value;
459 if (is_premult_alpha && alpha_mask != 0x0f) {
  /external/ImageMagick/coders/
bmp.c 140 alpha_mask,
622 bmp_info.alpha_mask=0;
718 bmp_info.alpha_mask=ReadBlobLSBLong(image);
860 image->alpha_trait=((bmp_info.alpha_mask != 0) &&
137 alpha_mask, member in struct:_BMPInfo
    [all...]
dib.c 99 alpha_mask,
97 alpha_mask, member in struct:_DIBInfo
    [all...]
icon.c 138 alpha_mask,
135 alpha_mask, member in struct:_IconInfo
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRGBAF16Test.java 142 Bitmap res = BitmapFactory.decodeResource(mResources, R.drawable.alpha_mask);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
ColorSpaceTests.java 53 android.uirendering.cts.R.drawable.alpha_mask);
Rgba16fTests.java 96 R.drawable.alpha_mask);
  /external/mesa3d/src/gallium/state_trackers/va/
subpicture.c 44 .alpha_mask = 0xff000000ul,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drmdef.h 159 ULONG alpha_mask; member in struct:_D3DRMIMAGE
  /external/mesa3d/src/egl/drivers/dri2/
platform_drm.c 587 unsigned int alpha_mask; member in struct:__anon27503
614 if (visuals[j].red_mask != red || visuals[j].alpha_mask != alpha)
  /hardware/intel/common/libva/va/
va.h 2794 unsigned int alpha_mask; member in struct:_VAImageFormat
    [all...]

Completed in 1804 milliseconds