Home
last modified time | relevance | path

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

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