Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderExecUtil.hpp54 Symbol (const std::string& name_, const glu::VarType& varType_) : name(name_), varType(varType_) {} in Symbol()
/external/deqp/framework/opengl/
DgluVarType.hpp258 …VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE…
312 …DeclareVariable (const VarType& varType_, const std::string& name_, int indentLevel_) : varType(va… in DeclareVariable()
DgluVarType.cpp259 VariableDeclaration::VariableDeclaration (const VarType& varType_, const std::string& name_, Storag… in VariableDeclaration() argument
263 , varType (varType_) in VariableDeclaration()