Searched refs:curHostLoc (Results 1 – 1 of 1) sorted by relevance
1044 GLint curHostLoc = ctx->m_shared->locationWARAppToHost(program,location); in getHostLocation() local1045 SET_ERROR_IF((ctx->m_shared->getProgramUniformType(program,curHostLoc) == 0 && in getHostLocation()1046 curHostLoc!=-1), GL_INVALID_OPERATION); in getHostLocation()1047 *hostLoc = curHostLoc; in getHostLocation()