HomeSort by relevance Sort by last modified time
    Searched full:declarevariable (Results 1 - 6 of 6) sorted by null

  /external/deqp/framework/opengl/
gluVarType.hpp 310 struct DeclareVariable
312 DeclareVariable (const VarType& varType_, const std::string& name_, int indentLevel_) : varType(varType_), name(name_), indentLevel(indentLevel_) {}
322 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl);
329 inline decl::DeclareVariable declare (const VarType& varType, const std::string& name, int indentLevel = 0) { return decl::DeclareVariable (varType, name, indentLevel); }
gluVarType.cpp 357 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl)
  /external/deqp/framework/randomshaders/
rsgStatement.cpp 301 state.getVariableManager().declareVariable(variable);
314 state.getVariableManager().declareVariable(variable);
rsgShaderGenerator.cpp 314 m_state.getVariableManager().declareVariable(variable);
rsgVariableManager.hpp 218 void declareVariable (Variable* variable);
rsgVariableManager.cpp 301 void VariableManager::declareVariable (Variable* variable)

Completed in 560 milliseconds