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

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Compiler.cpp 82 TCompiler::TCompiler(ShShaderType type, ShShaderSpec spec)
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::collectAttribsUniforms(TIntermNode* root
    [all...]
ShHandle.h 24 class TCompiler;
33 virtual TCompiler* getAsCompiler() { return 0; }
45 class TCompiler : public 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 58 milliseconds