OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TCompiler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/translator/
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
*);
Completed in 62 milliseconds