Searched refs:setAtomicCounterBlockName (Results 1 – 4 of 4) sorted by relevance
509 GLSLANG_EXPORT void setAtomicCounterBlockName(const char* name);
1886 void TShader::setAtomicCounterBlockName(const char* name) { intermediate->setAtomicCounterBlockName… in setAtomicCounterBlockName() function in glslang::TShader
581 void setAtomicCounterBlockName(const char* name) { atomicCounterBlockName = std::string(name); } in setAtomicCounterBlockName() function
1365 shader->setAtomicCounterBlockName(atomicCounterBlockName.c_str()); in CompileAndLinkShaderUnits()