Home
last modified time | relevance | path

Searched refs:TExtensionGLSL (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/
DExtensionGLSL.cpp16 TExtensionGLSL::TExtensionGLSL(ShShaderOutput output) in TExtensionGLSL() function in sh::TExtensionGLSL
20 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()
DExtensionGLSL.h22 class TExtensionGLSL : public TIntermTraverser
25 TExtensionGLSL(ShShaderOutput output);
DTranslatorGLSL.cpp371 TExtensionGLSL extensionGLSL(getOutputType()); in writeExtensionBehavior()