Searched refs:needUniformLocationWAR (Results 1 – 3 of 3) sorted by relevance
80 bool needUniformLocationWAR() const { return m_locShiftWAR; } in needUniformLocationWAR() function132 bool needUniformLocationWAR(GLuint program);
431 bool GLSharedGroup::needUniformLocationWAR(GLuint program) in needUniformLocationWAR() function in GLSharedGroup435 if (pData) return pData->needUniformLocationWAR(); in needUniformLocationWAR()
954 bool needLocationWAR = ctx->m_shared->needUniformLocationWAR(program); in s_glGetUniformLocation()