Home
last modified time | relevance | path

Searched refs:variableType (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
DShaderLang.cpp107 const std::vector<VarT> *GetVariableList(const TCompiler *compiler, ShaderVariableType variableType
122 …:vector<sh::Attribute> *GetVariableList(const TCompiler *compiler, ShaderVariableType variableType) in GetVariableList() argument
124 return (variableType == SHADERVAR_ATTRIBUTE ? in GetVariableList()
136 const std::vector<VarT> *GetShaderVariables(const ShHandle handle, ShaderVariableType variableType) in GetShaderVariables() argument
150 return GetVariableList<VarT>(compiler, variableType); in GetShaderVariables()
DRewriteElseBlocks.cpp37 TType variableType(type, EbpHigh, EvqInternal); in MakeNewTemporary() local
38 return new TIntermSymbol(-1, name, variableType); in MakeNewTemporary()
DOutputHLSL.cpp345 const TType &variableType = outputVariableIt->second->getType(); in header() local
347 … out << "static " + TypeString(variableType) + " out_" + variableName + ArrayString(variableType) + in header()
348 " = " + initializer(variableType) + ";\n"; in header()
/external/srec/shared/include/
DESR_SessionTypeListener.h54 … const void* oldValue, const void* newValue, VariableTypes variableType, void* data);
/external/chromium_org/third_party/angle/include/GLSLANG/
DShaderLang.h433 ShShaderInfo variableType,
/external/srec/srec/EventLog/src/
DEventLogImpl.c98 …st LCHAR* name, const void* oldValue, const void* newValue, VariableTypes variableType, void* data) in propertyChanged() argument
107 switch (variableType) in propertyChanged()