Searched defs:TVariable (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Symbol.cpp | 96 TVariable::TVariable(TSymbolTable *symbolTable, in TVariable() function in sh::TVariable 109 TVariable::TVariable(TSymbolTable *symbolTable, in TVariable() function in sh::TVariable
|
H A D | Symbol.h | 110 class TVariable : public TSymbol class 132 constexpr TVariable(const TSymbolUniqueId &id, in TVariable() function in sh::TVariable 147 constexpr TVariable(const TSymbolUniqueId &id, in TVariable() function in sh::TVariable [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | SymbolTable.cpp | 350 TVariable::TVariable(const TVariable& copyOf) : TSymbol(copyOf) in TVariable() function in glslang::TVariable
|
H A D | SymbolTable.h | 154 class TVariable : public TSymbol { class 156 TVariable(const TString *name, const TType& t, bool uT = false ) in TVariable() function in glslang::TVariable [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | SymbolTable.h | 84 class TVariable : public TSymbol class 87 TVariable(const TString *name, const TType& t, bool uT = false ) : TSymbol(name), type(t), userType(uT), unionArray(0), arrayInformationType(0) { } in TVariable() function in TVariable
|
Completed in 5 milliseconds