Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dentry_points_enum_autogen.cpp17 const char *GetEntryPointName(EntryPoint ep) in GetEntryPointName() function
/external/deqp-deps/amber/src/vulkan/
Dpipeline.cc390 const char* Pipeline::GetEntryPointName(VkShaderStageFlagBits stage) const { in GetEntryPointName() function in amber::vulkan::Pipeline
/external/deqp-deps/amber/src/
Dcommand.h558 std::string GetEntryPointName() const { return entry_point_name_; } in GetEntryPointName() function