Searched refs:alpha_type (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/tools/gdb/ |
H A 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/ffmpeg/libavcodec/ |
H A 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 in speedhq_decode_init() [all...] |
/third_party/skia/modules/androidkit/src/ |
H A 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 __anon18513::final
|
/third_party/skia/src/gpu/effects/ |
H A 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/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 2268 struct lp_type alpha_type, in convert_alpha() 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() 2266 convert_alpha(struct gallivm_state *gallivm, struct lp_type row_type, struct lp_type alpha_type, const unsigned block_size, const unsigned block_height, const unsigned src_count, const unsigned dst_channels, const bool pad_inline, LLVMValueRef* src_alpha) convert_alpha() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A 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()
|
Completed in 10 milliseconds