Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
DShHandle.h57 class TShHandleBase {
59 TShHandleBase() { pool = new glslang::TPoolAllocator; } in TShHandleBase() function
60 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 …]
/external/deqp-deps/glslang/glslang/GenericCodeGen/
DLink.cpp63 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()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp1295 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 …]