Home
last modified time | relevance | path

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

/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/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/modules/androidkit/src/
DSurface.cpp92 color_type(bm_info.format), alpha_type(bm_info.flags)); in BitmapSurface()
141 static SkAlphaType alpha_type(int32_t flags) { in alpha_type() function in __anon8da6ea000111::BitmapSurface
/external/skia/src/gpu/effects/
DGrYUVtoRGBEffect.cpp179 static SkAlphaType alpha_type(const SkYUVAInfo::YUVALocations locations) { in alpha_type() function
190 ModulateForClampedSamplerOptFlags(alpha_type(locations))) in GrYUVtoRGBEffect()
/external/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
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2138 struct lp_type alpha_type, in convert_alpha() argument
2149 row_type.length = alpha_type.length; in convert_alpha()
2152 lp_bld_quad_twiddle(gallivm, alpha_type, src_alpha, block_height, src_alpha); in convert_alpha()
2159 lp_build_conv(gallivm, alpha_type, row_type, &src_alpha[i], 1, &src_alpha[i], 1); in convert_alpha()
2162 alpha_type = row_type; in convert_alpha()
2168 lp_build_concat_n(gallivm, alpha_type, src_alpha, block_height, src_alpha, src_count); in convert_alpha()
2194 if (pixels > alpha_type.length) { in convert_alpha()
2701 struct lp_type alpha_type = fs_type; in generate_unswizzled_blend() local
2702 alpha_type.length = 4; in generate_unswizzled_blend()
2703 convert_alpha(gallivm, row_type, alpha_type, in generate_unswizzled_blend()
[all …]
/external/deqp/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()
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc1205 auto alpha_type = op.alpha().getType().cast<ShapedType>(); in Verify() local
1208 if (input_type.hasStaticShape() && alpha_type.hasStaticShape()) { in Verify()
1209 if (input_type.getRank() != alpha_type.getRank() + 1) { in Verify()
1214 for (int i = 0; i < alpha_type.getRank(); i++) { in Verify()
1215 if (alpha_type.getDimSize(i) != input_type.getDimSize(i + 1) && in Verify()
1216 alpha_type.getDimSize(i) != 1) { in Verify()
/external/ImageMagick/MagickCore/
Dquantum-private.h67 alpha_type; member
Dchannel.c975 const AlphaChannelOption alpha_type,ExceptionInfo *exception) in SetImageAlphaChannel() argument
991 switch (alpha_type) in SetImageAlphaChannel()
Dquantum.c632 quantum_info->alpha_type=type; in SetQuantumAlphaType()
Dquantum-export.c3906 if (quantum_info->alpha_type == AssociatedQuantumAlpha) in ExportQuantumPixels()
Dquantum-import.c4808 if (quantum_info->alpha_type == AssociatedQuantumAlpha) in ImportQuantumPixels()
/external/ImageMagick/MagickWand/
Dmogrify.c849 alpha_type; in MogrifyImage() local
852 alpha_type=(AlphaChannelOption) ParseCommandOption( in MogrifyImage()
854 (void) SetImageAlphaChannel(*image,alpha_type,exception); in MogrifyImage()
Dmagick-image.c9787 const AlphaChannelOption alpha_type) in MagickSetImageAlphaChannel() argument
9795 return(SetImageAlphaChannel(wand->images,alpha_type,wand->exception)); in MagickSetImageAlphaChannel()