Home
last modified time | relevance | path

Searched refs:getAsCompiler (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/
DShaderLang.cpp104 TCompiler* compiler = base->getAsCompiler(); in ShConstructCompiler()
124 if (base->getAsCompiler()) in ShDestruct()
125 DeleteCompiler(base->getAsCompiler()); in ShDestruct()
145 TCompiler* compiler = base->getAsCompiler(); in ShCompile()
159 TCompiler* compiler = base->getAsCompiler(); in ShGetInfo()
222 TCompiler* compiler = base->getAsCompiler(); in ShGetInfoLog()
238 TCompiler* compiler = base->getAsCompiler(); in ShGetObjectCode()
263 TCompiler* compiler = base->getAsCompiler(); in ShGetVariableInfo()
321 TCompiler* compiler = base->getAsCompiler(); in ShGetNameHashingEntry()
DShHandle.h45 virtual TCompiler* getAsCompiler() { return 0; } in getAsCompiler() function
62 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function