Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Public/
DShaderLang.h921 GLSLANG_EXPORT void dumpReflection();
/third_party/glslang/StandAlone/
DStandAlone.cpp1154 program.dumpReflection(); in CompileAndLinkShaderUnits()
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp2119 void TProgram::dumpReflection() { if (reflection != nullptr) reflection->dump(); } in dumpReflection() function in glslang::TProgram