Searched refs:isContextTypeGLCompatibility (Results 1 – 3 of 3) sorted by relevance
115 …DE_ASSERT(glu::isContextTypeGLCore(contextType) || glu::isContextTypeGLCompatibility(contextType)); in createGLContext()179 …ersion(1, 5) || glu::isContextTypeGLCore(contextType) || glu::isContextTypeGLCompatibility(context… in createGLContext()
193 inline bool isContextTypeGLCompatibility(ContextType type) { return type.getAPI().getProfile() == … in isContextTypeGLCompatibility() function
79 else if (isContextTypeGLCompatibility(ctxType)) in contextSupports()