Searched refs:entry_point_ (Results 1 – 2 of 2) sorted by relevance
99 void SetEntryPoint(const std::string& ep) { entry_point_ = ep; } in SetEntryPoint()100 const std::string& GetEntryPoint() const { return entry_point_; } in GetEntryPoint()170 std::string entry_point_; variable
54 entry_point_("main"), in ShaderInfo()