Searched refs:entry_point_ (Results 1 – 2 of 2) sorted by relevance
66 void SetEntryPoint(const std::string& ep) { entry_point_ = ep; } in SetEntryPoint()67 const std::string& GetEntryPoint() const { return entry_point_; } in GetEntryPoint()114 std::string entry_point_; variable
36 : shader_(shader), shader_type_(type), entry_point_("main") {} in ShaderInfo()