Home
last modified time | relevance | path

Searched refs:setAtomicCounterBlockName (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/Public/
DShaderLang.h509 GLSLANG_EXPORT void setAtomicCounterBlockName(const char* name);
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp1886 void TShader::setAtomicCounterBlockName(const char* name) { intermediate->setAtomicCounterBlockName in setAtomicCounterBlockName() function in glslang::TShader
Dlocalintermediate.h581 void setAtomicCounterBlockName(const char* name) { atomicCounterBlockName = std::string(name); } in setAtomicCounterBlockName() function
/third_party/glslang/StandAlone/
DStandAlone.cpp1365 shader->setAtomicCounterBlockName(atomicCounterBlockName.c_str()); in CompileAndLinkShaderUnits()