Searched refs:TExtensionGLSL (Results 1 – 3 of 3) sorted by relevance
16 TExtensionGLSL::TExtensionGLSL(ShShaderOutput output) in TExtensionGLSL() function in sh::TExtensionGLSL20 const std::set<std::string> &TExtensionGLSL::getEnabledExtensions() const in getEnabledExtensions()25 const std::set<std::string> &TExtensionGLSL::getRequiredExtensions() const in getRequiredExtensions()30 bool TExtensionGLSL::visitUnary(Visit, TIntermUnary *node) in visitUnary()37 bool TExtensionGLSL::visitAggregate(Visit, TIntermAggregate *node) in visitAggregate()44 void TExtensionGLSL::checkOperator(TIntermOperator *node) in checkOperator()
22 class TExtensionGLSL : public TIntermTraverser25 TExtensionGLSL(ShShaderOutput output);
371 TExtensionGLSL extensionGLSL(getOutputType()); in writeExtensionBehavior()