Searched refs:ConditionalStatement (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgStatement.cpp60 { getWeight<ConditionalStatement>, create<ConditionalStatement> }
355 ConditionalStatement::ConditionalStatement (GeneratorState&) function in class:rsg::ConditionalStatement
362 ConditionalStatement::~ConditionalStatement (void)
369 bool ConditionalStatement::isElseBlockRequired (const GeneratorState& state) const
373 const ConditionalStatement* curChild = this;
378 const ConditionalStatement* curParent = dynamic_cast<const ConditionalStatement*>(stat
[all...]
H A DrsgStatement.hpp112 class ConditionalStatement : public Statement class in namespace:rsg
115 ConditionalStatement (GeneratorState& state);
116 virtual ~ConditionalStatement (void);

Completed in 55 milliseconds