Searched refs:declareVariable (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/randomshaders/ |
D | rsgStatement.cpp | 301 state.getVariableManager().declareVariable(variable); in DeclarationStatement() 314 state.getVariableManager().declareVariable(variable); in DeclarationStatement()
|
D | rsgVariableManager.hpp | 218 void declareVariable (Variable* variable);
|
D | rsgShaderGenerator.cpp | 314 m_state.getVariableManager().declareVariable(variable); in generate()
|
D | rsgVariableManager.cpp | 301 void VariableManager::declareVariable (Variable* variable) in declareVariable() function in rsg::VariableManager
|
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 1048 bool TParseContext::declareVariable(const TSourceLoc &line, const TString &identifier, const TType … in declareVariable() function in TParseContext 1297 if(!declareVariable(line, identifier, type, &variable)) in executeInitializer() 1507 if(!declareVariable(identifierOrTypeLocation, identifier, TType(publicType), &variable)) in parseSingleDeclaration() 1548 if(!declareVariable(identifierLocation, identifier, arrayType, &variable)) in parseSingleArrayDeclaration() 1684 if(!declareVariable(identifierLocation, identifier, TType(publicType), &variable)) in parseDeclarator() 1727 if(!declareVariable(identifierLocation, identifier, arrayType, &variable)) in parseArrayDeclarator()
|
D | ParseHelper.h | 242 …bool declareVariable(const TSourceLoc &line, const TString &identifier, const TType &type, TVariab…
|