Searched refs:alpha_type (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | speedhq.c | 62 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/ |
D | bitmap.py | 63 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/ |
D | Surface.cpp | 97 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/ |
D | GrYUVtoRGBEffect.cpp | 198 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/ |
D | CMakeLists.txt | 681 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/ |
D | huawei_libpng_CMakeList.patch | 760 - 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/ |
D | lp_state_fs.c | 2268 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/ |
D | gl3cTextureSizePromotion.cpp | 532 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()
|