Home
last modified time | relevance | path

Searched defs:Make (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h56 MakeT Make; variable
60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {} in SourcePred()
109 auto Make = None; in anyType() local
117 auto Make = None; in anyIntType() local
125 auto Make = None; in anyFloatType() local
189 auto Make = None; in anyVectorType() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h55 MakeT Make; variable
59 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {} in SourcePred()
108 auto Make = std::nullopt; in anyType() local
116 auto Make = std::nullopt; in anyIntType() local
124 auto Make = std::nullopt; in anyFloatType() local
189 auto Make = std::nullopt; in anyVectorType() local
/aosp_15_r20/external/skia/modules/sksg/src/
H A DSkSGRenderEffect.cpp24 sk_sp<MaskShaderEffect> MaskShaderEffect::Make(sk_sp<RenderNode> child, sk_sp<SkShader> sh) { in Make() function in sksg::MaskShaderEffect
41 sk_sp<ShaderEffect> ShaderEffect::Make(sk_sp<RenderNode> child, sk_sp<Shader> shader) { in Make() function in sksg::ShaderEffect
97 sk_sp<RenderNode> ImageFilterEffect::Make(sk_sp<RenderNode> child, sk_sp<ImageFilter> filter) { in Make() function in sksg::ImageFilterEffect
165 sk_sp<DropShadowImageFilter> DropShadowImageFilter::Make() { in Make() function in sksg::DropShadowImageFilter
184 sk_sp<BlurImageFilter> BlurImageFilter::Make() { in Make() function in sksg::BlurImageFilter
199 sk_sp<BlenderEffect> BlenderEffect::Make(sk_sp<RenderNode> child, sk_sp<SkBlender> blender) { in Make() function in sksg::BlenderEffect
221 sk_sp<LayerEffect> LayerEffect::Make(sk_sp<RenderNode> child, SkBlendMode mode) { in Make() function in sksg::LayerEffect
H A DSkSGColorFilter.cpp51 sk_sp<ExternalColorFilter> ExternalColorFilter::Make(sk_sp<RenderNode> child) { in Make() function in sksg::ExternalColorFilter
73 sk_sp<ModeColorFilter> ModeColorFilter::Make(sk_sp<RenderNode> child, sk_sp<Color> color, in Make() function in sksg::ModeColorFilter
96 sk_sp<GradientColorFilter> GradientColorFilter::Make(sk_sp<RenderNode> child, in Make() function in sksg::GradientColorFilter
101 sk_sp<GradientColorFilter> GradientColorFilter::Make(sk_sp<RenderNode> child, in Make() function in sksg::GradientColorFilter
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/FuzzMutate/
DOpDescriptor.h56 MakeT Make; variable
60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {} in SourcePred()
109 auto Make = std::nullopt; in anyType() local
117 auto Make = std::nullopt; in anyIntType() local
139 auto Make = std::nullopt; in anyFloatType() local
258 auto Make = std::nullopt; in anyVectorType() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/FuzzMutate/
DOpDescriptor.h56 MakeT Make; variable
60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {} in SourcePred()
109 auto Make = std::nullopt; in anyType() local
117 auto Make = std::nullopt; in anyIntType() local
139 auto Make = std::nullopt; in anyFloatType() local
258 auto Make = std::nullopt; in anyVectorType() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/FuzzMutate/
DOpDescriptor.h56 MakeT Make; variable
60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {} in SourcePred()
109 auto Make = std::nullopt; in anyType() local
117 auto Make = std::nullopt; in anyIntType() local
139 auto Make = std::nullopt; in anyFloatType() local
258 auto Make = std::nullopt; in anyVectorType() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/FuzzMutate/
DOpDescriptor.h56 MakeT Make; variable
60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {} in SourcePred()
109 auto Make = std::nullopt; in anyType() local
117 auto Make = std::nullopt; in anyIntType() local
139 auto Make = std::nullopt; in anyFloatType() local
258 auto Make = std::nullopt; in anyVectorType() local
/aosp_15_r20/external/skia/modules/sksg/include/
H A DSkSGGeometryEffect.h60 static sk_sp<TrimEffect> Make(sk_sp<GeometryNode> child) { in Make() function
85 static sk_sp<GeometryTransform> Make(sk_sp<GeometryNode> child, sk_sp<Transform> transform) { in Make() function
115 static sk_sp<DashEffect> Make(sk_sp<GeometryNode> child) { in Make() function
138 static sk_sp<RoundEffect> Make(sk_sp<GeometryNode> child) { in Make() function
159 static sk_sp<OffsetEffect> Make(sk_sp<GeometryNode> child) { in Make() function
H A DSkSGRect.h36 static sk_sp<Rect> Make() { return sk_sp<Rect>(new Rect(SkRect::MakeEmpty())); } in Make() function
37 static sk_sp<Rect> Make(const SkRect& r) { return sk_sp<Rect>(new Rect(r)); } in Make() function
82 static sk_sp<RRect> Make() { return sk_sp<RRect>(new RRect(SkRRect())); } in Make() function
83 static sk_sp<RRect> Make(const SkRRect& rr) { return sk_sp<RRect>(new RRect(rr)); } in Make() function
H A DSkSGTransform.h70 static sk_sp<Matrix> Make(const T& m) { return sk_sp<Matrix>(new Matrix(m)); } in Make() function
97 static sk_sp<TransformEffect> Make(sk_sp<RenderNode> child, sk_sp<Transform> transform) { in Make() function
103 static sk_sp<TransformEffect> Make(sk_sp<RenderNode> child, const SkMatrix& m) { in Make() function
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrColorSpaceXform.cpp25 sk_sp<GrColorSpaceXform> GrColorSpaceXform::Make(SkColorSpace* src, SkAlphaType srcAT, in Make() function in GrColorSpaceXform
32 sk_sp<GrColorSpaceXform> GrColorSpaceXform::Make(const GrColorInfo& srcInfo, in Make() function in GrColorSpaceXform
159 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
166 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
173 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
/aosp_15_r20/external/skia/src/gpu/
H A DRefCntedCallback.h113 static sk_sp<RefCntedCallback> Make(Callback proc, Context ctx) { return MakeImpl(proc, ctx); } in Make() function
115 static sk_sp<RefCntedCallback> Make(CallbackWithStats proc, Context ctx) { in Make() function
119 static sk_sp<RefCntedCallback> Make(ResultCallback proc, Context ctx) { in Make() function
123 static sk_sp<RefCntedCallback> Make(ResultCallbackWithStats proc, Context ctx) { in Make() function
127 static sk_sp<RefCntedCallback> Make(AutoCallback&& callback) { in Make() function
/aosp_15_r20/external/skia/modules/svg/include/
H A DSkSVGText.h71 static sk_sp<SkSVGText> Make() { return sk_sp<SkSVGText>(new SkSVGText()); } in Make() function
86 static sk_sp<SkSVGTSpan> Make() { return sk_sp<SkSVGTSpan>(new SkSVGTSpan()); } in Make() function
96 static sk_sp<SkSVGTextLiteral> Make() { in Make() function
114 static sk_sp<SkSVGTextPath> Make() { return sk_sp<SkSVGTextPath>(new SkSVGTextPath()); } in Make() function
H A DSkSVGFeLightSource.h35 static sk_sp<SkSVGFeDistantLight> Make() { in Make() function
54 static sk_sp<SkSVGFePointLight> Make() { in Make() function
72 static sk_sp<SkSVGFeSpotLight> Make() { in Make() function
/aosp_15_r20/external/skia/src/gpu/ganesh/effects/
H A DGrDistanceFieldGeoProc.h78 static GrGeometryProcessor* Make(SkArenaAlloc* arena, in Make() function
92 static GrGeometryProcessor* Make(SkArenaAlloc* arena, in Make() function
158 static GrGeometryProcessor* Make(SkArenaAlloc* arena, const GrShaderCaps& caps, in Make() function
215 static DistanceAdjust Make(SkScalar r, SkScalar g, SkScalar b) { in Make() function
228 static GrGeometryProcessor* Make(SkArenaAlloc* arena, in Make() function
/aosp_15_r20/external/skia/modules/skresources/src/
H A DSkResources.cpp35 static sk_sp<VideoAsset> Make(sk_sp<SkData> data) { in Make() function in skresources::__anon4b88eeaf0111::VideoAsset
110 sk_sp<MultiFrameImageAsset> MultiFrameImageAsset::Make(sk_sp<SkData> data, ImageDecodeStrategy stra… in Make() function in skresources::MultiFrameImageAsset
119 sk_sp<MultiFrameImageAsset> MultiFrameImageAsset::Make(std::unique_ptr<SkCodec> codec, ImageDecodeS… in Make() function in skresources::MultiFrameImageAsset
185 sk_sp<FileResourceProvider> FileResourceProvider::Make(SkString base_dir, ImageDecodeStrategy strat… in Make() function in skresources::FileResourceProvider
272 sk_sp<DataURIResourceProviderProxy> DataURIResourceProviderProxy::Make(sk_sp<ResourceProvider> rp, in Make() function in skresources::DataURIResourceProviderProxy
/aosp_15_r20/packages/modules/Bluetooth/system/packet/tests/
Dpacket_test_helper.h33 static std::shared_ptr<TestPacketType<PacketType>> Make() { in Make() function
37 static std::shared_ptr<TestPacketType<PacketType>> Make(std::shared_ptr<Packet> packet) { in Make() function
41 static std::shared_ptr<TestPacketType<PacketType>> Make(std::vector<uint8_t> payload) { in Make() function
46 static std::shared_ptr<TestPacketType<PacketType>> Make(std::vector<uint8_t> payload, in Make() function
/aosp_15_r20/external/skia/modules/skottie/src/
H A DSkottieTool.cpp224 std::unique_ptr<FrameSink> FrameSink::Make(OutputFormat fmt, size_t frame_count) { in Make() function in __anonc6e2d8a10111::FrameSink
265 static std::unique_ptr<FrameGenerator> Make(FrameSink* sink, const SkMatrix& matrix) { in Make() function in __anonc6e2d8a10111::CPUGenerator
301 static std::unique_ptr<FrameGenerator> Make(FrameSink* sink, const SkMatrix& matrix) { in Make() function in __anonc6e2d8a10111::SKPGenerator
341 static std::unique_ptr<FrameGenerator> Make(FrameSink* sink, const SkMatrix& matrix) { in Make() function in __anonc6e2d8a10111::GPUGenerator
424 std::unique_ptr<FrameGenerator> FrameGenerator::Make(FrameSink* sink, in Make() function in __anonc6e2d8a10111::FrameGenerator
/aosp_15_r20/external/cronet/net/log/
H A Dnet_log_with_source.cc155 NetLogWithSource NetLogWithSource::Make(NetLog* net_log, in Make() function in net::NetLogWithSource
165 NetLogWithSource NetLogWithSource::Make(NetLogSourceType source_type) { in Make() function in net::NetLogWithSource
170 NetLogWithSource NetLogWithSource::Make(NetLog* net_log, in Make() function in net::NetLogWithSource
178 NetLogWithSource NetLogWithSource::Make(const NetLogSource& source) { in Make() function in net::NetLogWithSource
/aosp_15_r20/external/skia/src/core/
H A DSkImageInfo.cpp170 SkImageInfo SkImageInfo::Make(int width, int height, SkColorType ct, SkAlphaType at) { in Make() function in SkImageInfo
174 SkImageInfo SkImageInfo::Make(int width, int height, SkColorType ct, SkAlphaType at, in Make() function in SkImageInfo
179 SkImageInfo SkImageInfo::Make(SkISize dimensions, SkColorType ct, SkAlphaType at) { in Make() function in SkImageInfo
183 SkImageInfo SkImageInfo::Make(SkISize dimensions, SkColorType ct, SkAlphaType at, in Make() function in SkImageInfo
/aosp_15_r20/external/skia/include/core/
H A DSkSize.h20 static constexpr SkISize Make(int32_t w, int32_t h) { return {w, h}; } in Make() function
56 static constexpr SkSize Make(SkScalar w, SkScalar h) { return {w, h}; } in Make() function
58 static constexpr SkSize Make(const SkISize& src) { in Make() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
H A DOperations.cpp203 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validExtractValueIndex() local
239 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *>) { in matchScalarInAggregate() local
262 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validInsertValueIndex() local
311 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validShuffleVectorIndex() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DOperations.cpp196 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validExtractValueIndex() local
232 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *>) { in matchScalarInAggregate() local
254 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validInsertValueIndex() local
300 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validShuffleVectorIndex() local
/aosp_15_r20/external/skia/src/gpu/graphite/task/
H A DCopyTask.cpp18 sk_sp<CopyBufferToBufferTask> CopyBufferToBufferTask::Make(const Buffer* srcBuffer, in Make() function in skgpu::graphite::CopyBufferToBufferTask
63 sk_sp<CopyTextureToBufferTask> CopyTextureToBufferTask::Make(sk_sp<TextureProxy> textureProxy, in Make() function in skgpu::graphite::CopyTextureToBufferTask
123 sk_sp<CopyTextureToTextureTask> CopyTextureToTextureTask::Make(sk_sp<TextureProxy> srcProxy, in Make() function in skgpu::graphite::CopyTextureToTextureTask

12345678910>>...21