Lines Matching refs:amber
15 #include "amber/amber.h"
30 namespace amber {
68 : engine(amber::EngineType::kEngineTypeVulkan),
89 amber::Result Amber::Parse(const std::string& input, amber::Recipe* recipe) {
94 if (input.substr(0, 7) == "#!amber")
148 amber::Result Amber::AreAllRequirementsSupported(const amber::Recipe* recipe,
157 amber::Result Amber::Execute(const amber::Recipe* recipe, Options* opts) {
162 amber::Result Amber::ExecuteWithShaderData(const amber::Recipe* recipe,
234 } // namespace amber