Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgExpression.hpp160 class ConstructorOp : public Expression class
163 ConstructorOp (GeneratorState& state, ConstValueRangeAccess valueRange);
164 virtual ~ConstructorOp (void);
DrsgExpression.cpp286 { getWeight<ConstructorOp>, create<ConstructorOp> },
674 ConstructorOp::ConstructorOp (GeneratorState& state, ConstValueRangeAccess valueRange) in ConstructorOp() function in rsg::ConstructorOp
731 ConstructorOp::~ConstructorOp (void) in ~ConstructorOp()
737 Expression* ConstructorOp::createNextChild (GeneratorState& state) in createNextChild()
761 float ConstructorOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight()
775 void ConstructorOp::tokenize (GeneratorState& state, TokenStream& str) const in tokenize()
793 void ConstructorOp::evaluate (ExecutionContext& evalCtx) in evaluate()