HomeSort by relevance Sort by last modified time
    Searched refs:TAttributeArgs (Results 1 - 3 of 3) sorted by null

  /external/deqp-deps/glslang/glslang/MachineIndependent/
attribute.h 79 struct TAttributeArgs {
98 typedef TList<TAttributeArgs> TAttributes;
attribute.cpp 44 bool TAttributeArgs::getInt(int& value, int argNum) const
57 bool TAttributeArgs::getString(TString& value, int argNum, bool convertToLower) const
74 int TAttributeArgs::size() const
80 const TConstUnion* TAttributeArgs::getConstUnion(TBasicType basicType, int argNum) const
119 TAttributeArgs args = { attributeFromName(identifier), nullptr };
133 TAttributeArgs args = { attributeFromName(identifier), agg };
  /external/deqp-deps/glslang/hlsl/
hlslGrammar.cpp     [all...]

Completed in 59 milliseconds