Searched refs:TCompiler (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DCodeGen.cpp14 // a subclass of TCompiler.
16 TCompiler* ConstructCompiler(
35 void DeleteCompiler(TCompiler* compiler)
H A DTranslatorESSL.h12 class TranslatorESSL : public TCompiler {
H A DTranslatorGLSL.h12 class TranslatorGLSL : public TCompiler {
H A DShHandle.h25 class TCompiler;
42 virtual TCompiler* getAsCompiler() { return 0; }
55 class TCompiler : public TShHandleBase { class in inherits:TShHandleBase
57 TCompiler(ShShaderType type, ShShaderSpec spec, ShShaderOutput output);
58 virtual ~TCompiler();
59 virtual TCompiler* getAsCompiler() { return this; }
176 TCompiler* ConstructCompiler(
178 void DeleteCompiler(TCompiler*);
H A DCompiler.cpp95 TCompiler::TCompiler(ShShaderType type, ShShaderSpec spec, ShShaderOutput output) function in class:TCompiler
108 TCompiler::~TCompiler()
112 bool TCompiler::Init(const ShBuiltInResources& resources)
137 bool TCompiler::compile(const char* const shaderStrings[],
268 bool TCompiler::InitBuiltInSymbolTable(const ShBuiltInResources &resources)
323 void TCompiler::setResourceString()
351 void TCompiler::clearResults()
367 bool TCompiler
[all...]
H A DTranslatorHLSL.cpp13 : TCompiler(type, spec, output)
H A DTranslatorESSL.cpp12 : TCompiler(type, spec, SH_ESSL_OUTPUT) {
H A DTranslatorHLSL.h13 class TranslatorHLSL : public TCompiler {
H A DShaderLang.cpp123 TCompiler* compiler = base->getAsCompiler();
155 TCompiler *compiler = base->getAsCompiler();
181 TCompiler* compiler = base->getAsCompiler();
195 TCompiler* compiler = base->getAsCompiler();
268 TCompiler* compiler = base->getAsCompiler();
284 TCompiler* compiler = base->getAsCompiler();
309 TCompiler* compiler = base->getAsCompiler();
367 TCompiler* compiler = base->getAsCompiler();
H A DTranslatorGLSL.cpp25 : TCompiler(type, spec, SH_GLSL_OUTPUT) {

Completed in 115 milliseconds