Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgStatement.cpp301 state.getVariableManager().declareVariable(variable); in DeclarationStatement()
314 state.getVariableManager().declareVariable(variable); in DeclarationStatement()
DrsgVariableManager.hpp218 void declareVariable (Variable* variable);
DrsgShaderGenerator.cpp314 m_state.getVariableManager().declareVariable(variable); in generate()
DrsgVariableManager.cpp301 void VariableManager::declareVariable (Variable* variable) in declareVariable() function in rsg::VariableManager
/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp1048 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()
DParseHelper.h242 …bool declareVariable(const TSourceLoc &line, const TString &identifier, const TType &type, TVariab…