Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/
Dpipeline.h66 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
Dpipeline.cc36 : shader_(shader), shader_type_(type), entry_point_("main") {} in ShaderInfo()