/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | sampler.cc | 49 return ctx->dst->create<Sampler>(src, kind); in Clone()
|
H A D | sint_literal_expression.cc | 39 return ctx->dst->create<SintLiteralExpression>(src, value); in Clone()
|
H A D | stage_decoration.cc | 40 return ctx->dst->create<StageDecoration>(src, stage); in Clone()
|
H A D | stride_decoration.cc | 38 return ctx->dst->create<StrideDecoration>(src, stride); in Clone()
|
H A D | struct_member_align_decoration.cc | 42 return ctx->dst->create<StructMemberAlignDecoration>(src, align); in Clone()
|
H A D | struct_member_offset_decoration.cc | 41 return ctx->dst->create<StructMemberOffsetDecoration>(src, offset); in Clone()
|
H A D | struct_member_size_decoration.cc | 42 return ctx->dst->create<StructMemberSizeDecoration>(src, size); in Clone()
|
H A D | type_name.cc | 38 return ctx->dst->create<TypeName>(src, n); in Clone()
|
H A D | unary_op_expression.cc | 41 return ctx->dst->create<UnaryOpExpression>(src, op, e); in Clone()
|
H A D | variable_decl_statement.cc | 41 return ctx->dst->create<VariableDeclStatement>(src, var); in Clone()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uelement.h | 64 * @param dst The element to be assigned to 67 typedef void U_CALLCONV UElementAssigner(UElement *dst, UElement *src);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urep.h | 116 * [<tt>start</tt>, <tt>limit</tt>) into the array <tt>dst</tt>. 123 * @param dst array in which to copy characters. The length of 124 * <tt>dst</tt> must be at least <tt>(limit - start)</tt>. 130 UChar* dst);
|
/third_party/skia/include/core/ |
H A D | SkBlendMode.h | 79 * ('dstCoeff' * dst + 'srcCoeff' * src), where the coefficient values are constants, functions of 80 * the src or dst alpha, or functions of the src or dst color. 87 kDC, /** dst color */ 88 kIDC, /** inverse dst color (i.e. 1 - dc) */ 91 kDA, /** dst alpha */ 92 kIDA, /** inverse dst alpha (i.e. 1 - da) */ 99 * returned, the mode's src and dst coefficient functions are set in 'src' and 'dst'. 101 SK_API bool SkBlendMode_AsCoeff(SkBlendMode mode, SkBlendModeCoeff* src, SkBlendModeCoeff* dst); [all...] |
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | hmac.rs | 29 pub fn HMAC_CTX_copy(dst: *mut HMAC_CTX, src: *mut HMAC_CTX) -> c_int; in HMAC_CTX_copy()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluPixelTransfer.hpp | 42 void readPixels (const RenderContext& context, int x, int y, const tcu::PixelBufferAccess& dst);
|
/third_party/vk-gl-cts/framework/platform/android/ |
H A D | tcuAndroidAssets.hpp | 54 void read (deUint8* dst, int numBytes);
|
H A D | tcuAndroidUtil.hpp | 53 void describePlatform (ANativeActivity* activity, std::ostream& dst);
|
/third_party/vk-gl-cts/framework/platform/ohos/ |
H A D | tcuOhosPlatform.hpp | 41 void describePlatform (std::ostream& dst) const;
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | constants.py | 66 dst = "distributedtest" variable in TestType 90 "DST": TestType.dst,
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | ltp_posix_driver.py | 106 for dst in dsts: 108 "shell chmod -R 777 {}".format(dst))
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | fft_init.c | 74 #define STORE2(v,dst)\ in imdct_half_altivec() 75 j = dst;\ in imdct_half_altivec()
|
/third_party/ffmpeg/libavfilter/ |
H A D | avfilter.h | 542 AVFilterContext *dst; ///< dest filter member 729 * @param dst the destination filter 734 AVFilterContext *dst, unsigned dstpad);
|
H A D | vf_entropy.c | 77 AVFilterContext *ctx = inlink->dst; in config_input() 104 AVFilterContext *ctx = inlink->dst; in filter_frame()
|
H A D | af_drmeter.c | 102 DRMeterContext *s = inlink->dst->priv; in filter_frame() 126 return ff_filter_frame(inlink->dst->outputs[0], buf); in filter_frame()
|
H A D | vf_addroi.c | 57 AVFilterContext *avctx = inlink->dst; in addroi_config_input() 96 AVFilterContext *avctx = inlink->dst; in addroi_filter_frame()
|