Searched refs:locationWARHostToApp (Results 1 – 3 of 3) sorted by relevance
82 GLint locationWARHostToApp(GLint hostLoc, GLint arrIndex);130 GLint locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex);
131 GLint ProgramData::locationWARHostToApp(GLint hostLoc, GLint arrIndex) in locationWARHostToApp() function in ProgramData415 GLint GLSharedGroup::locationWARHostToApp(GLuint program, GLint hostLoc, GLint arrIndex) in locationWARHostToApp() function in GLSharedGroup419 if (pData) return pData->locationWARHostToApp(hostLoc, arrIndex); in locationWARHostToApp()
968 return ctx->m_shared->locationWARHostToApp(program, hostLoc, arrIndex); in s_glGetUniformLocation()