Searched refs:TShHandleBase (Results 1 – 3 of 3) sorted by relevance
57 class TShHandleBase {59 TShHandleBase() { pool = new glslang::TPoolAllocator; } in TShHandleBase() function60 virtual ~TShHandleBase() { delete pool; } in ~TShHandleBase()73 class TUniformMap : public TShHandleBase {89 class TCompiler : public TShHandleBase {113 typedef glslang::TVector<TShHandleBase*> THandleList;120 class TLinker : public TShHandleBase {166 TShHandleBase* ConstructLinker(EShExecutable, int);167 TShHandleBase* ConstructBindings();168 void DeleteLinker(TShHandleBase*);[all …]
63 TShHandleBase* ConstructLinker(EShExecutable executable, int debugOptions) in ConstructLinker()68 void DeleteLinker(TShHandleBase* linker) in DeleteLinker()83 TShHandleBase* ConstructBindings() in ConstructBindings()88 void DeleteBindingList(TShHandleBase* bindingList) in DeleteBindingList()
1295 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructCompiler(language, debugOptions)); in ShConstructCompiler()1305 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructLinker(executable, debugOptions)); in ShConstructLinker()1315 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructUniformMap()); in ShConstructUniformMap()1325 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShDestruct()1412 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShCompile()1462 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(compHandles[i]); in ShLinkExt()1473 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(linkHandle); in ShLinkExt()1515 TShHandleBase* base = static_cast<TShHandleBase*>(handle); in ShGetInfoLog()1538 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShGetExecutable()1560 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); in ShSetVirtualAttributeBindings()[all …]