Searched refs:uniName (Results 1 – 2 of 2) sorted by relevance
1179 int ProgramData::getGuestUniformLocation(const char* uniName) { in getGuestUniformLocation() argument1184 const auto& activeLoc = mUniNameToGuestLoc.find(uniName); in getGuestUniformLocation()1191 dispatcher.glGetUniformLocation(ProgramName, uniName); in getGuestUniformLocation()1195 mUniNameToGuestLoc[uniName] = guestLoc; in getGuestUniformLocation()1203 const auto& activeLoc = mUniNameToGuestLoc.find(uniName); in getGuestUniformLocation()1211 std::string translatedName = getTranslatedName(uniName); in getGuestUniformLocation()1223 ProgramName, getTranslatedName(uniName).c_str()); in getGuestUniformLocation()
124 int getGuestUniformLocation(const char* uniName);