Home
last modified time | relevance | path

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

/third_party/vixl/examples/aarch32/
Dexamples.h62 T GetEntryPoint(const Label& entry_point, InstructionSet isa) const { in GetEntryPoint() function
/third_party/vixl/examples/aarch64/
Dexecutable-memory.h66 T GetEntryPoint(const vixl::aarch64::Label& entry_point) const { in GetEntryPoint() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.cpp1227 const EntryPointMetadata& ShaderModuleBase::GetEntryPoint(const std::string& entryPoint) const { in GetEntryPoint() function in dawn_native::ShaderModuleBase
/third_party/vk-gl-cts/external/amber/src/src/
Dpipeline.h100 const std::string& GetEntryPoint() const { return entry_point_; } in GetEntryPoint() function