Searched defs:TCompiler (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DCompiler.cpp82 TCompiler::TCompiler(ShShaderType type, ShShaderSpec spec) function in class:TCompiler
88 TCompiler::~TCompiler()
92 bool TCompiler::Init(const ShBuiltInResources& resources)
104 bool TCompiler::compile(const char* const shaderStrings[],
160 bool TCompiler::InitBuiltInSymbolTable(const ShBuiltInResources& resources)
169 void TCompiler::clearResults()
179 bool TCompiler::validateLimitations(TIntermNode* root) {
185 void TCompiler
[all...]
H A DShHandle.h24 class TCompiler;
33 virtual TCompiler* getAsCompiler() { return 0; }
45 class TCompiler : public TShHandleBase { class in inherits:TShHandleBase
47 TCompiler(ShShaderType type, ShShaderSpec spec);
48 virtual ~TCompiler();
49 virtual TCompiler* getAsCompiler() { return this; }
101 TCompiler* ConstructCompiler(ShShaderType type, ShShaderSpec spec);
102 void DeleteCompiler(TCompiler*);

Completed in 80 milliseconds