Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp1907 std::string hostVarName(hostBufSize + 1, 0); in s_getActiveAttribOrUniform() local
1909 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()