Home
last modified time | relevance | path

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

12345678910>>...26

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
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
/external/llvm-project/llvm/include/llvm/FuzzMutate/
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
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dbuild_rpi.md29 #### Step 1. Clone official Raspberry Pi cross-compilation toolchain
35 #### Step 2. Clone TensorFlow repository
44 #### Step 3. Run following script at the root of the TensorFlow repository to download
54 #### Step 4a. To build ARMv7 binary for Raspberry Pi 2, 3 and 4
75 #### Step 4b. To build ARMv6 binary for Raspberry Pi Zero
/external/skia/modules/svg/include/
DSkSVGText.h65 static sk_sp<SkSVGText> Make() { return sk_sp<SkSVGText>(new SkSVGText()); } in Make() function
80 static sk_sp<SkSVGTSpan> Make() { return sk_sp<SkSVGTSpan>(new SkSVGTSpan()); } in Make() function
90 static sk_sp<SkSVGTextLiteral> Make() { in Make() function
108 static sk_sp<SkSVGTextPath> Make() { return sk_sp<SkSVGTextPath>(new SkSVGTextPath()); } in Make() function
DSkSVGFeLightSource.h30 static sk_sp<SkSVGFeDistantLight> Make() { in Make() function
49 static sk_sp<SkSVGFePointLight> Make() { in Make() function
67 static sk_sp<SkSVGFeSpotLight> Make() { in Make() function
/external/skia/modules/sksg/include/
DSkSGGeometryEffect.h49 static sk_sp<TrimEffect> Make(sk_sp<GeometryNode> child) { in Make() function
74 static sk_sp<GeometryTransform> Make(sk_sp<GeometryNode> child, sk_sp<Transform> transform) { in Make() function
104 static sk_sp<DashEffect> Make(sk_sp<GeometryNode> child) { in Make() function
127 static sk_sp<RoundEffect> Make(sk_sp<GeometryNode> child) { in Make() function
148 static sk_sp<OffsetEffect> Make(sk_sp<GeometryNode> child) { in Make() function
DSkSGRect.h27 static sk_sp<Rect> Make() { return sk_sp<Rect>(new Rect(SkRect::MakeEmpty())); } in Make() function
28 static sk_sp<Rect> Make(const SkRect& r) { return sk_sp<Rect>(new Rect(r)); } in Make() function
73 static sk_sp<RRect> Make() { return sk_sp<RRect>(new RRect(SkRRect())); } in Make() function
74 static sk_sp<RRect> Make(const SkRRect& rr) { return sk_sp<RRect>(new RRect(rr)); } in Make() function
DSkSGTransform.h60 static sk_sp<Matrix> Make(const T& m) { return sk_sp<Matrix>(new Matrix(m)); } in Make() function
87 static sk_sp<TransformEffect> Make(sk_sp<RenderNode> child, sk_sp<Transform> transform) { in Make() function
93 static sk_sp<TransformEffect> Make(sk_sp<RenderNode> child, const SkMatrix& m) { in Make() function
DSkSGGroup.h22 static sk_sp<Group> Make() { in Make() function
26 static sk_sp<Group> Make(std::vector<sk_sp<RenderNode>> children) { in Make() function
DSkSGPath.h25 static sk_sp<Path> Make() { return sk_sp<Path>(new Path(SkPath())); } in Make() function
26 static sk_sp<Path> Make(const SkPath& r) { return sk_sp<Path>(new Path(r)); } in Make() function
/external/skia/modules/sksg/src/
DSkSGRenderEffect.cpp17 sk_sp<MaskShaderEffect> MaskShaderEffect::Make(sk_sp<RenderNode> child, sk_sp<SkShader> sh) { in Make() function in sksg::MaskShaderEffect
34 sk_sp<ShaderEffect> ShaderEffect::Make(sk_sp<RenderNode> child, sk_sp<Shader> shader) { in Make() function in sksg::ShaderEffect
90 sk_sp<RenderNode> ImageFilterEffect::Make(sk_sp<RenderNode> child, sk_sp<ImageFilter> filter) { in Make() function in sksg::ImageFilterEffect
173 sk_sp<DropShadowImageFilter> DropShadowImageFilter::Make(sk_sp<ImageFilter> input) { in Make() function in sksg::DropShadowImageFilter
192 sk_sp<BlurImageFilter> BlurImageFilter::Make(sk_sp<ImageFilter> input) { in Make() function in sksg::BlurImageFilter
205 sk_sp<BlendModeEffect> BlendModeEffect::Make(sk_sp<RenderNode> child, SkBlendMode mode) { in Make() function in sksg::BlendModeEffect
227 sk_sp<LayerEffect> LayerEffect::Make(sk_sp<RenderNode> child, SkBlendMode mode) { in Make() function in sksg::LayerEffect
/external/skqp/src/gpu/effects/
DGrSimpleTextureEffect.h20 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, in Make() function
29 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, in Make() function
37 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, in Make() function
DGrBicubicEffect.h34 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, in Make() function
48 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, in Make() function
60 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy, in Make() function
/external/skqp/modules/sksg/include/
DSkSGRect.h27 static sk_sp<Rect> Make() { return sk_sp<Rect>(new Rect(SkRect::MakeEmpty())); } in Make() function
28 static sk_sp<Rect> Make(const SkRect& r) { return sk_sp<Rect>(new Rect(r)); } in Make() function
72 static sk_sp<RRect> Make() { return sk_sp<RRect>(new RRect(SkRRect())); } in Make() function
73 static sk_sp<RRect> Make(const SkRRect& rr) { return sk_sp<RRect>(new RRect(rr)); } in Make() function
DSkSGTransform.h57 static sk_sp<Matrix> Make(const T& m) { return sk_sp<Matrix>(new Matrix(m)); } in Make() function
84 static sk_sp<TransformEffect> Make(sk_sp<RenderNode> child, sk_sp<Transform> transform) { in Make() function
90 static sk_sp<TransformEffect> Make(sk_sp<RenderNode> child, const SkMatrix& m) { in Make() function
DSkSGGroup.h22 static sk_sp<Group> Make() { in Make() function
26 static sk_sp<Group> Make(std::vector<sk_sp<RenderNode>> children) { in Make() function
DSkSGPath.h25 static sk_sp<Path> Make() { return sk_sp<Path>(new Path(SkPath())); } in Make() function
26 static sk_sp<Path> Make(const SkPath& r) { return sk_sp<Path>(new Path(r)); } in Make() function
/external/skia/src/gpu/
DGrColorSpaceXform.cpp17 sk_sp<GrColorSpaceXform> GrColorSpaceXform::Make(SkColorSpace* src, SkAlphaType srcAT, in Make() function in GrColorSpaceXform
24 sk_sp<GrColorSpaceXform> GrColorSpaceXform::Make(const GrColorInfo& srcInfo, in Make() function in GrColorSpaceXform
140 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
147 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
154 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
/external/skqp/src/codec/
DSkEncodedInfo.cpp10 std::unique_ptr<SkEncodedInfo::ICCProfile> SkEncodedInfo::ICCProfile::Make(sk_sp<SkData> data) { in Make() function in SkEncodedInfo::ICCProfile
20 std::unique_ptr<SkEncodedInfo::ICCProfile> SkEncodedInfo::ICCProfile::Make( in Make() function in SkEncodedInfo::ICCProfile
/external/skia/src/codec/
DSkEncodedInfo.cpp10 std::unique_ptr<SkEncodedInfo::ICCProfile> SkEncodedInfo::ICCProfile::Make(sk_sp<SkData> data) { in Make() function in SkEncodedInfo::ICCProfile
20 std::unique_ptr<SkEncodedInfo::ICCProfile> SkEncodedInfo::ICCProfile::Make( in Make() function in SkEncodedInfo::ICCProfile
/external/skqp/src/svg/
DSkSVGCanvas.cpp13 std::unique_ptr<SkCanvas> SkSVGCanvas::Make(const SkRect& bounds, SkXMLWriter* writer) { in Make() function in SkSVGCanvas
21 std::unique_ptr<SkCanvas> SkSVGCanvas::Make(const SkRect& bounds, SkWStream* writer) { in Make() function in SkSVGCanvas
/external/skqp/src/gpu/
DGrColorSpaceXform.cpp15 sk_sp<GrColorSpaceXform> GrColorSpaceXform::Make(SkColorSpace* src, SkAlphaType srcAT, in Make() function in GrColorSpaceXform
144 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make(SkColorSpace* src, in Make() function in GrColorSpaceXformEffect
158 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
175 std::unique_ptr<GrFragmentProcessor> GrColorSpaceXformEffect::Make( in Make() function in GrColorSpaceXformEffect
/external/skqp/include/effects/
DSk2DPathEffect.h55 static sk_sp<SkPathEffect> Make(SkScalar width, const SkMatrix& matrix) { in Make() function
87 static sk_sp<SkPathEffect> Make(const SkMatrix& matrix, const SkPath& path) { in Make() function
/external/skia/experimental/skrive/src/reader/
DStreamReader.cpp22 std::unique_ptr<StreamReader> StreamReader::Make(const sk_sp<SkData>& data) { in Make() function in skrive::internal::StreamReader
34 std::unique_ptr<StreamReader> StreamReader::Make(std::unique_ptr<SkStreamAsset> stream) { in Make() function in skrive::internal::StreamReader
/external/skia/include/effects/
DSk2DPathEffect.h58 static sk_sp<SkPathEffect> Make(SkScalar width, const SkMatrix& matrix) { in Make() function
90 static sk_sp<SkPathEffect> Make(const SkMatrix& matrix, const SkPath& path) { in Make() function

12345678910>>...26