Searched refs:TPublicType (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DParseHelper.h71 bool arrayQualifierErrorCheck(int line, TPublicType type);
72 bool arrayTypeErrorCheck(int line, TPublicType type);
73 bool arrayErrorCheck(int line, TString& identifier, TPublicType type, TVariable*& variable);
74 bool voidErrorCheck(int, const TString&, const TPublicType&);
76 bool boolErrorCheck(int, const TPublicType&);
77 bool samplerErrorCheck(int line, const TPublicType& pType, const char* reason);
78 bool structQualifierErrorCheck(int line, const TPublicType& pType);
81 bool nonInitConstErrorCheck(int line, TString& identifier, TPublicType& type);
82 bool nonInitErrorCheck(int line, TString& identifier, TPublicType& type);
86 bool executeInitializer(TSourceLoc line, TString& identifier, TPublicType
[all...]
H A DParseHelper.cpp582 bool TParseContext::voidErrorCheck(int line, const TString& identifier, const TPublicType& pubType)
610 bool TParseContext::boolErrorCheck(int line, const TPublicType& pType)
620 bool TParseContext::samplerErrorCheck(int line, const TPublicType& pType, const char* reason)
639 bool TParseContext::structQualifierErrorCheck(int line, const TPublicType& pType)
710 bool TParseContext::arrayQualifierErrorCheck(int line, TPublicType type)
725 bool TParseContext::arrayTypeErrorCheck(int line, TPublicType type)
746 bool TParseContext::arrayErrorCheck(int line, TString& identifier, TPublicType type, TVariable*& variable)
863 bool TParseContext::nonInitConstErrorCheck(int line, TString& identifier, TPublicType& type)
883 bool TParseContext::nonInitErrorCheck(int line, TString& identifier, TPublicType& type)
978 bool TParseContext::executeInitializer(TSourceLoc line, TString& identifier, TPublicType
[all...]
H A Dglslang_tab.h255 TPublicType type;
H A DTypes.h39 class TPublicType { class
91 explicit TType(const TPublicType &p) :
H A Dglslang_tab.cpp318 TPublicType type;
H A Dglslang.y57 TPublicType type;

Completed in 80 milliseconds