Searched refs:locationRef (Results 1 – 1 of 1) sorted by relevance
1072 auto &locationRef = (*uniformLocations)[location]; in markUnusedUniformLocations() local1073 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()