Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DShaderLang.cpp1868 void TShader::setAtomicCounterBlockName(const char* name) { intermediate->setAtomicCounterBlockName… in setAtomicCounterBlockName() function in glslang::TShader
H A Dlocalintermediate.h606 void setAtomicCounterBlockName(const char* name) { atomicCounterBlockName = std::string(name); } in setAtomicCounterBlockName() function
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp1845 void TShader::setAtomicCounterBlockName(const char* name) { intermediate->setAtomicCounterBlockName… in setAtomicCounterBlockName() function in glslang::TShader
Dlocalintermediate.h595 void setAtomicCounterBlockName(const char* name) { atomicCounterBlockName = std::string(name); } in setAtomicCounterBlockName() function