Home
last modified time | relevance | path

Searched defs:Impl (Results 1 - 25 of 135) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DSignposts.h27 SignpostEmitterImpl *Impl; member in llvm::SignpostEmitter
H A DCrashRecoveryContext.h47 void *Impl; member in llvm::CrashRecoveryContext
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h35 std::unique_ptr<MIRParserImpl> Impl; member in llvm::MIRParser
/third_party/skia/third_party/externals/dawn/generator/templates/
H A Dapi.h84 typedef struct {{as_cType(type.name)}}Impl* {{as_cType(type.name)}}; struct
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dlibspirv.cpp52 struct SpirvTools::Impl { struct in spvtools::SpirvTools
53 explicit Impl(spv_target_env env) : context(spvContextCreate(env)) { in Impl() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dlibspirv.cpp52 struct SpirvTools::Impl { struct in spvtools::SpirvTools
53 explicit Impl(spv_target_env env) : context(spvContextCreate(env)) { in Impl() function
/third_party/skia/src/gpu/effects/
H A DGrDisableColorXP.cpp40 class Impl : public ProgramImpl { in makeProgramImpl() class
H A DGrShadowGeoProc.cpp16 class GrRRectShadowGeoProc::Impl : public ProgramImpl { class in GrRRectShadowGeoProc
H A DGrMatrixEffect.cpp31 class Impl : public ProgramImpl { in onMakeProgramImpl() class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/WindowsManifest/
H A DWindowsManifestMerger.h60 std::unique_ptr<WindowsManifestMergerImpl> Impl; member in llvm::windows_manifest::WindowsManifestMerger
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DRemarkStringTable.cpp42 auto Impl = [&](StringRef &S) { S = add(S).second; }; in internalize() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Ddistribution_caller.h55 static typename DistrT::result_type Impl(std::false_type, URBG* urbg, in Impl() function
64 static typename DistrT::result_type Impl(std::true_type, URBG* urbg, in Impl() function
/third_party/skia/gm/
H A Ddsl_processor_test.cpp30 class Impl : public ProgramImpl { class
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DServer.cpp46 class Server::Impl : public Server, public ServerEventListener class in vk::dbg::Server
68 Server::Impl::Impl(const std::shared_ptr<Context> &context, int port) in Impl() function in vk::dbg::Server::Impl
[all...]
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H A Dsocket.cc87 class Impl : public Socket { class
120 explicit Impl(SOCKET socket) : info(nullptr), s(socket) {} in Impl() function in __anon26335::Impl
121 Impl(addrinfo* info, SOCKET socket) : info(info), s(socket) {} in Impl() function in __anon26335::Impl
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMagic.h21 enum Impl { enum
/third_party/spirv-tools/source/
H A Dlibspirv.cpp52 struct SpirvTools::Impl { struct in spvtools::SpirvTools
53 explicit Impl(spv_target_env env) : context(spvContextCreate(env)) { in Impl() function
/third_party/node/src/
H A Dnode_threadsafe_cow-inl.h45 ThreadsafeCopyOnWrite<T>::Impl::Impl(const Impl& other) { in Impl() function in node::ThreadsafeCopyOnWrite::Impl
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrPathTessellationShader_Hardware.cpp61 class Impl : public GrPathTessellationShader::Impl { in makeProgramImpl() class
207 class Impl : public GrPathTessellationShader::Impl { in makeProgramImpl() class
H A DGrPathTessellationShader_MiddleOut.cpp96 class Impl : public GrPathTessellationShader::Impl { in makeProgramImpl() class
/third_party/skia/third_party/externals/spirv-tools/source/lint/
H A Dlinter.cpp26 struct Linter::Impl { struct in spvtools::Linter
27 explicit Impl(spv_target_env env) : target_env(env) { in Impl() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
H A Dlinter.cpp26 struct Linter::Impl { struct in spvtools::Linter
27 explicit Impl(spv_target_env env) : target_env(env) { in Impl() function
/third_party/skia/tests/
H A DSkSLCross.cpp58 class Impl : public ProgramImpl { class
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhash_policy_traits.h43 static key_type& Impl(Key&& k, int) { in Impl() function
50 static Key Impl(Key&& k, char) { in Impl() function
59 -> decltype(Impl(std::forward<Key>(k), 0)) { in Impl() function
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_impl.h33 class time_zone::Impl { class in absl::time_internal::cctz::time_zone

Completed in 9 milliseconds

123456