Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Public/
DShaderLang.h465 … GLSLANG_EXPORT void setShiftTextureBinding(unsigned int base); // DEPRECATED: use setShiftBinding
/third_party/glslang/gtests/
DTestFixture.h302 shader.setShiftTextureBinding(baseTextureBinding); in compileLinkIoMap()
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp1831 void TShader::setShiftTextureBinding(unsigned int base) { setShiftBinding(EResTexture, base); } in setShiftTextureBinding() function in glslang::TShader