Home
last modified time | relevance | path

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

/external/skqp/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)))
/external/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)))
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1619 struct lp_type alpha_type, in convert_alpha() argument
1630 row_type.length = alpha_type.length; in convert_alpha()
1633 lp_bld_quad_twiddle(gallivm, alpha_type, src_alpha, block_height, src_alpha); in convert_alpha()
1640 lp_build_conv(gallivm, alpha_type, row_type, &src_alpha[i], 1, &src_alpha[i], 1); in convert_alpha()
1643 alpha_type = row_type; in convert_alpha()
1649 lp_build_concat_n(gallivm, alpha_type, src_alpha, block_height, src_alpha, src_count); in convert_alpha()
1675 if (pixels > alpha_type.length) { in convert_alpha()
2182 struct lp_type alpha_type = fs_type; in generate_unswizzled_blend() local
2183 alpha_type.length = 4; in generate_unswizzled_blend()
2184 convert_alpha(gallivm, row_type, alpha_type, in generate_unswizzled_blend()
[all …]
/external/libpng/
DCMakeLists.txt679 foreach(alpha_type none alpha)
690 if (NOT "${alpha_type}" STREQUAL "alpha")
694 if ("${alpha_type}" STREQUAL "alpha")
723 png_add_test(NAME pngstest-${gamma_type}-${alpha_type}
725 OPTIONS --tmpfile "${gamma_type}-${alpha_type}-" --log
/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.cpp520 glw::GLint alpha_type = 0; in checkSourceTextureSizeAndType() local
538 gl.getTexLevelParameteriv(target, 0, GL_TEXTURE_ALPHA_TYPE, &alpha_type); in checkSourceTextureSizeAndType()
556 is_ok = is_ok && ((glw::GLenum)alpha_type == descriptor.expected_alpha_type); in checkSourceTextureSizeAndType()
582 << ", queried alpha type = " << glu::getTypeStr(alpha_type) in checkSourceTextureSizeAndType()
/external/ImageMagick/MagickCore/
Dchannel.c975 const AlphaChannelOption alpha_type,ExceptionInfo *exception) in SetImageAlphaChannel() argument
991 switch (alpha_type) in SetImageAlphaChannel()
Dquantum-private.h67 alpha_type; member
Dquantum.c632 quantum_info->alpha_type=type; in SetQuantumAlphaType()
Dquantum-import.c4263 if (quantum_info->alpha_type == AssociatedQuantumAlpha) in ImportQuantumPixels()
Dquantum-export.c3905 if (quantum_info->alpha_type == AssociatedQuantumAlpha) in ExportQuantumPixels()
/external/ImageMagick/MagickWand/
Dmogrify.c818 alpha_type; in MogrifyImage() local
821 alpha_type=(AlphaChannelOption) ParseCommandOption( in MogrifyImage()
823 (void) SetImageAlphaChannel(*image,alpha_type,exception); in MogrifyImage()
Dmagick-image.c9075 const AlphaChannelOption alpha_type) in MagickSetImageAlphaChannel() argument
9083 return(SetImageAlphaChannel(wand->images,alpha_type,wand->exception)); in MagickSetImageAlphaChannel()