Home
last modified time | relevance | path

Searched refs:entry_point_ (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/amber/src/
Dpipeline.h99 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
Dpipeline.cc54 entry_point_("main"), in ShaderInfo()