Home
last modified time | relevance | path

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

/external/angle/include/GLSLANG/
DShaderVars.h145 void updateEffectiveLocation(const sh::ShaderVariable &parent);
/external/angle/src/compiler/translator/
DShaderVars.cpp393 void ShaderVariable::updateEffectiveLocation(const sh::ShaderVariable &parent) in updateEffectiveLocation() function in sh::ShaderVariable
/external/angle/src/libANGLE/
DProgram.cpp694 fieldCopy.updateEffectiveLocation(var); in UpdateInterfaceVariable()
702 nestedCopy.updateEffectiveLocation(field); in UpdateInterfaceVariable()