Home
last modified time | relevance | path

Searched defs:setAtomicCounterBlockName (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h581 void setAtomicCounterBlockName(const char* name) { atomicCounterBlockName = std::string(name); } in setAtomicCounterBlockName() function
DShaderLang.cpp1886 void TShader::setAtomicCounterBlockName(const char* name) { intermediate->setAtomicCounterBlockName… in setAtomicCounterBlockName() function in glslang::TShader