Home
last modified time | relevance | path

Searched defs:GetEntryPointName (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/common/
H A Dentry_points_enum_autogen.cpp17 const char *GetEntryPointName(EntryPoint ep) in GetEntryPointName() function
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/
Dpipeline.cc572 const char* Pipeline::GetEntryPointName(VkShaderStageFlagBits stage) const { in GetEntryPointName() function in amber::vulkan::Pipeline
/aosp_15_r20/external/deqp-deps/amber/src/
Dcommand.h682 std::string GetEntryPointName() const { return entry_point_name_; } in GetEntryPointName() function