Searched refs:TCompiler (Results 1 – 4 of 4) sorted by relevance
73 TCompiler::TCompiler(GLenum type) in TCompiler() function in TCompiler81 TCompiler::~TCompiler() in ~TCompiler()87 bool TCompiler::Init(const ShBuiltInResources& resources) in Init()101 bool TCompiler::compile(const char* const shaderStrings[], in compile()164 bool TCompiler::InitBuiltInSymbolTable(const ShBuiltInResources &resources) in InitBuiltInSymbolTable()202 void TCompiler::clearResults() in clearResults()209 bool TCompiler::validateCallDepth(TIntermNode *root, TInfoSink &infoSink) in validateCallDepth()237 bool TCompiler::validateLimitations(TIntermNode* root) { in validateLimitations()243 const TExtensionBehavior& TCompiler::getExtensionBehavior() const in getExtensionBehavior()
73 class TCompiler76 TCompiler(GLenum shaderType);77 virtual ~TCompiler();78 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler()
26 class TranslatorASM : public TCompiler
19 TranslatorASM::TranslatorASM(glsl::Shader *shaderObject, GLenum shaderType) : TCompiler(shaderType)… in TranslatorASM()