Home
last modified time | relevance | path

Searched refs:FunctionGenerator (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgFunctionGenerator.cpp32 FunctionGenerator::FunctionGenerator (GeneratorState& state, Function& function) in FunctionGenerator() function in rsg::FunctionGenerator
38 FunctionGenerator::~FunctionGenerator (void) in ~FunctionGenerator()
42 void FunctionGenerator::generate (void) in generate()
DrsgFunctionGenerator.hpp35 class FunctionGenerator class
38 FunctionGenerator (GeneratorState& state, Function& function);
39 ~FunctionGenerator (void);
DrsgShaderGenerator.cpp225 FunctionGenerator funcGen(m_state, main); in generate()