Home
last modified time | relevance | path

Searched refs:alpha_type (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dspeedhq.c62 enum { SHQ_NO_ALPHA, SHQ_RLE_ALPHA, SHQ_DCT_ALPHA } alpha_type; member
289 if (s->alpha_type != SHQ_NO_ALPHA) in decode_speedhq_border()
307 if (s->alpha_type != SHQ_NO_ALPHA) { in decode_speedhq_border()
332 if (s->alpha_type == SHQ_RLE_ALPHA) { in decode_speedhq_border()
338 } else if (s->alpha_type == SHQ_DCT_ALPHA) { in decode_speedhq_border()
363 if (s->alpha_type != SHQ_NO_ALPHA) in decode_speedhq_field()
407 if (s->alpha_type != SHQ_NO_ALPHA) { in decode_speedhq_field()
457 if (s->alpha_type == SHQ_RLE_ALPHA) { in decode_speedhq_field()
464 } else if (s->alpha_type == SHQ_DCT_ALPHA) { in decode_speedhq_field()
678 s->alpha_type = SHQ_NO_ALPHA; in speedhq_decode_init()
[all …]
/third_party/skia/tools/gdb/
Dbitmap.py63 alpha_type = info['fAlphaType']
71 if alpha_type == AlphaType.unpremul.value:
74 elif alpha_type == AlphaType.premul.value:
85 str(AlphaType(int(alpha_type)))
/third_party/skia/modules/androidkit/src/
DSurface.cpp97 color_type(bm_info.format), alpha_type(bm_info.flags)); in BitmapSurface()
146 static SkAlphaType alpha_type(int32_t flags) { in alpha_type() function in __anon6b80d6d70111::BitmapSurface
/third_party/skia/src/gpu/effects/
DGrYUVtoRGBEffect.cpp198 static SkAlphaType alpha_type(const SkYUVAInfo::YUVALocations locations) { in alpha_type() function
209 ModulateForClampedSamplerOptFlags(alpha_type(locations))) in GrYUVtoRGBEffect()
/third_party/skia/third_party/externals/libpng/
DCMakeLists.txt681 foreach(alpha_type none alpha)
692 if(NOT "${alpha_type}" STREQUAL "alpha")
696 if("${alpha_type}" STREQUAL "alpha")
725 png_add_test(NAME pngstest-${gamma_type}-${alpha_type}
727 OPTIONS --tmpfile "${gamma_type}-${alpha_type}-" --log
/third_party/libpng/
Dhuawei_libpng_CMakeList.patch760 - foreach(alpha_type none alpha)
771 - if(NOT "${alpha_type}" STREQUAL "alpha")
775 - if("${alpha_type}" STREQUAL "alpha")
804 - png_add_test(NAME pngstest-${gamma_type}-${alpha_type}
806 - OPTIONS --tmpfile "${gamma_type}-${alpha_type}-" --log
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2268 struct lp_type alpha_type, in convert_alpha() argument
2279 row_type.length = alpha_type.length; in convert_alpha()
2282 lp_bld_quad_twiddle(gallivm, alpha_type, src_alpha, block_height, src_alpha); in convert_alpha()
2289 lp_build_conv(gallivm, alpha_type, row_type, &src_alpha[i], 1, &src_alpha[i], 1); in convert_alpha()
2292 alpha_type = row_type; in convert_alpha()
2298 lp_build_concat_n(gallivm, alpha_type, src_alpha, block_height, src_alpha, src_count); in convert_alpha()
2324 if (pixels > alpha_type.length) { in convert_alpha()
2830 struct lp_type alpha_type = fs_type; in generate_unswizzled_blend() local
2831 alpha_type.length = 4; in generate_unswizzled_blend()
2832 convert_alpha(gallivm, row_type, alpha_type, in generate_unswizzled_blend()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.cpp532 glw::GLint alpha_type = 0; in checkSourceTextureSizeAndType() local
550 gl.getTexLevelParameteriv(target, 0, GL_TEXTURE_ALPHA_TYPE, &alpha_type); in checkSourceTextureSizeAndType()
568 is_ok = is_ok && ((glw::GLenum)alpha_type == descriptor.expected_alpha_type); in checkSourceTextureSizeAndType()
594 << ", queried alpha type = " << glu::getTypeStr(alpha_type) in checkSourceTextureSizeAndType()