Lines Matching refs:TCompiler
74 TCompiler::TCompiler(GLenum type)
82 TCompiler::~TCompiler()
88 bool TCompiler::Init(const ShBuiltInResources& resources)
102 bool TCompiler::compile(const char* const shaderStrings[],
165 bool TCompiler::InitBuiltInSymbolTable(const ShBuiltInResources &resources)
203 void TCompiler::clearResults()
210 bool TCompiler::validateCallDepth(TIntermNode *root, TInfoSink &infoSink)
242 bool TCompiler::validateLimitations(TIntermNode* root) {
248 const TExtensionBehavior& TCompiler::getExtensionBehavior() const