Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
DShHandle.h112 typedef glslang::TVector<TCompiler*> TCompilerList; typedef
133 virtual bool link(TCompilerList&, TUniformMap*) = 0;
/external/deqp-deps/glslang/glslang/GenericCodeGen/
DLink.cpp48 bool link(TCompilerList&, TUniformMap*) { return true; } in link() argument