Searched refs:arrIndex (Results 1 – 2 of 2) sorted by relevance
122 GLint ProgramData::locationWARHostToApp(GLint hostLoc, GLint arrIndex) in locationWARHostToApp() argument128 if (arrIndex > 0) { in locationWARHostToApp()130 (hostLoc - m_Indexes[index].base) / arrIndex; in locationWARHostToApp()132 return m_Indexes[index].appBase + 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()
82 GLint locationWARHostToApp(GLint hostLoc, GLint arrIndex);129 GLint locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex);