HomeSort by relevance Sort by last modified time
    Searched refs:TCompiler (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
TranslatorESSL.h 12 class TranslatorESSL : public TCompiler {
TranslatorGLSL.h 12 class TranslatorGLSL : public TCompiler {
CodeGen.cpp 14 // a subclass of TCompiler.
16 TCompiler* ConstructCompiler(
35 void DeleteCompiler(TCompiler* compiler)
Compiler.cpp 99 TCompiler::TCompiler(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output)
112 TCompiler::~TCompiler()
116 bool TCompiler::Init(const ShBuiltInResources& resources)
141 bool TCompiler::compile(const char* const shaderStrings[],
285 bool TCompiler::InitBuiltInSymbolTable(const ShBuiltInResources &resources)
340 void TCompiler::setResourceString()
368 void TCompiler::clearResults()
388 bool TCompiler::detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool limitCallStackDepth
    [all...]
Compiler.h 25 class TCompiler;
42 virtual TCompiler* getAsCompiler() { return 0; }
55 class TCompiler : public TShHandleBase
58 TCompiler(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output);
59 virtual ~TCompiler();
60 virtual TCompiler* getAsCompiler() { return this; }
188 TCompiler* ConstructCompiler(
190 void DeleteCompiler(TCompiler*);
TranslatorHLSL.h 12 class TranslatorHLSL : public TCompiler
ShaderLang.cpp 72 const sh::ShaderVariable *GetVariable(const TCompiler *compiler, ShShaderInfo varType, int index)
107 const std::vector<VarT> *GetVariableList(const TCompiler *compiler, ShaderVariableType variableType);
110 const std::vector<sh::Uniform> *GetVariableList(const TCompiler *compiler, ShaderVariableType)
116 const std::vector<sh::Varying> *GetVariableList(const TCompiler *compiler, ShaderVariableType)
122 const std::vector<sh::Attribute> *GetVariableList(const TCompiler *compiler, ShaderVariableType variableType)
130 const std::vector<sh::InterfaceBlock> *GetVariableList(const TCompiler *compiler, ShaderVariableType)
144 TCompiler* compiler = base->getAsCompiler();
230 TCompiler* compiler = base->getAsCompiler();
262 TCompiler *compiler = base->getAsCompiler();
288 TCompiler* compiler = base->getAsCompiler()
    [all...]
TranslatorESSL.cpp 13 : TCompiler(type, spec, SH_ESSL_OUTPUT) {
TranslatorHLSL.cpp 13 : TCompiler(type, spec, output)
TranslatorGLSL.cpp 25 : TCompiler(type, spec, SH_GLSL_OUTPUT) {

Completed in 289 milliseconds