Searched refs:locationWARAppToHost (Results 1 – 3 of 3) sorted by relevance
83 GLint locationWARAppToHost(GLint appLoc);131 GLint locationWARAppToHost(GLuint program, GLint appLoc);
146 GLint ProgramData::locationWARAppToHost(GLint appLoc) in locationWARAppToHost() function in ProgramData423 GLint GLSharedGroup::locationWARAppToHost(GLuint program, GLint appLoc) in locationWARAppToHost() function in GLSharedGroup427 if (pData) return pData->locationWARAppToHost(appLoc); in locationWARAppToHost()
853 GLint hostLoc = ctx->m_shared->locationWARAppToHost(program, location); in s_glGetUniformiv()863 GLint hostLoc = ctx->m_shared->locationWARAppToHost(program,location); in s_glGetUniformfv()1044 GLint curHostLoc = ctx->m_shared->locationWARAppToHost(program,location); in getHostLocation()