Home
last modified time | relevance | path

Searched defs:InitArgs (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrPipeline.h58 struct InitArgs { struct
59 InputFlags fInputFlags = InputFlags::kNone;
60 const GrUserStencilSettings* fUserStencil = &GrUserStencilSettings::kUnused;
61 const GrCaps* fCaps = nullptr;
62 GrXferProcessor::DstProxy fDstProxy;
63 GrSwizzle fOutputSwizzle;
/third_party/skia/src/gpu/
DGrPipeline.h60 struct InitArgs { struct
61 InputFlags fInputFlags = InputFlags::kNone;
62 const GrCaps* fCaps = nullptr;
86 GrPipeline(const InitArgs& args, sk_sp<const GrXferProcessor>, const GrAppliedHardClip&); argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DModuleUtils.cpp122 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in createSanitizerCtorAndInitFunctions()
147 ArrayRef<Type *> InitArgTypes, ArrayRef<Value *> InitArgs, in getOrCreateSanitizerCtorAndInitFunctions()
/third_party/pyyaml/tests/lib/
Dtest_constructor.py161 class InitArgs(AnInstance): class