Home
last modified time | relevance | path

Searched refs:TShHandleBase (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/
DShaderLang.cpp103 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructCompiler(type, spec, output)); in ShConstructCompiler()
122 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShDestruct()
144 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShCompile()
158 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetInfo()
221 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetInfoLog()
237 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetObjectCode()
262 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShGetVariableInfo()
320 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetNameHashingEntry()
360 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetInfoPointer()
DShHandle.h41 class TShHandleBase {
43 TShHandleBase();
44 virtual ~TShHandleBase();
58 class TCompiler : public TShHandleBase {
DCompiler.cpp63 TShHandleBase::TShHandleBase() { in TShHandleBase() function in TShHandleBase
68 TShHandleBase::~TShHandleBase() { in ~TShHandleBase()