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

  /external/chromium_org/third_party/angle/src/compiler/
Compiler.cpp 73 TCompiler::TCompiler(ShShaderType type, ShShaderSpec spec)
86 TCompiler::~TCompiler()
92 bool TCompiler::Init(const ShBuiltInResources& resources)
116 bool TCompiler::compile(const char* const shaderStrings[],
228 bool TCompiler::InitBuiltInSymbolTable(const ShBuiltInResources &resources)
278 void TCompiler::clearResults()
294 bool TCompiler::detectCallDepth(TIntermNode* root, TInfoSink& infoSink, bool limitCallStackDepth)
319 void TCompiler::rewriteCSSShader(TIntermNode* root
    [all...]
ShHandle.h 28 class TCompiler;
45 virtual TCompiler* getAsCompiler() { return 0; }
58 class TCompiler : public TShHandleBase {
60 TCompiler(ShShaderType type, ShShaderSpec spec);
61 virtual ~TCompiler();
62 virtual TCompiler* getAsCompiler() { return this; }
165 TCompiler* ConstructCompiler(
167 void DeleteCompiler(TCompiler*);

Completed in 421 milliseconds