Searched refs:hostLoc (Results 1 – 2 of 2) sorted by relevance
122 GLint ProgramData::locationWARHostToApp(GLint hostLoc, GLint arrIndex) in locationWARHostToApp() argument124 if (!m_locShiftWAR) return hostLoc; in locationWARHostToApp()126 GLuint index = getIndexForLocation(hostLoc); in locationWARHostToApp()130 (hostLoc - m_Indexes[index].base) / arrIndex; in locationWARHostToApp()387 GLint GLSharedGroup::locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex) in locationWARHostToApp() argument391 if (pData) return pData->locationWARHostToApp(hostLoc, arrIndex); in locationWARHostToApp()392 else return hostLoc; in locationWARHostToApp()
82 GLint locationWARHostToApp(GLint hostLoc, GLint arrIndex);129 GLint locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex);