Searched refs:hostVarName (Results 1 – 1 of 1) sorted by relevance
1907 std::string hostVarName(hostBufSize + 1, 0); in s_getActiveAttribOrUniform() local1909 hostVarName[0] = watch_val; in s_getActiveAttribOrUniform()1913 &hostSize, &hostType, &hostVarName[0]); in s_getActiveAttribOrUniform()1916 &hostSize, &hostType, &hostVarName[0]); in s_getActiveAttribOrUniform()1921 if (hostVarName[0] == watch_val) { in s_getActiveAttribOrUniform()1927 hostVarName.resize(strlen(hostVarName.c_str())); in s_getActiveAttribOrUniform()1931 auto guestVarName = pData->getDetranslatedName(hostVarName); in s_getActiveAttribOrUniform()