Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DProgramGL.cpp1072 auto &locationRef = (*uniformLocations)[location]; in markUnusedUniformLocations() local
1073 if (mState.isSamplerUniformIndex(locationRef.index)) in markUnusedUniformLocations()
1075 GLuint samplerIndex = mState.getSamplerIndexFromUniformIndex(locationRef.index); in markUnusedUniformLocations()
1078 else if (mState.isImageUniformIndex(locationRef.index)) in markUnusedUniformLocations()
1080 GLuint imageIndex = mState.getImageIndexFromUniformIndex(locationRef.index); in markUnusedUniformLocations()
1087 locationRef.markIgnored(); in markUnusedUniformLocations()
1091 locationRef.markUnused(); in markUnusedUniformLocations()