Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp535 class StatementP;
546 StatementP compoundStatement (const vector<StatementP>& statements);
637 void addStatement (const StatementP& stmt) in addStatement()
642 vector<StatementP> getStatements (void) const in getStatements()
648 vector<StatementP> m_statements;
689 class StatementP : public SharedPtr<const Statement> class
694 StatementP (void) {} in StatementP() function in deqp::gls::BuiltinPrecisionTests::StatementP
695 explicit StatementP (const Statement* ptr) : Super(ptr) {} in StatementP() function in deqp::gls::BuiltinPrecisionTests::StatementP
696 StatementP (const Super& ptr) : Super(ptr) {} in StatementP() function in deqp::gls::BuiltinPrecisionTests::StatementP
745 StatementP variableStatement (const VariableP<T>& variable, in variableStatement()
[all …]