Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.hpp47 Symbol (const std::string& name_, const glu::VarType& varType_) : name(name_), varType(varType_) {} in Symbol()
/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.cpp260 VariableDeclaration::VariableDeclaration (const VarType& varType_, const std::string& name_, Storag… in VariableDeclaration() argument
264 , varType (varType_) in VariableDeclaration()