Searched refs:isContextTypeGLCompatibility (Results 1 – 3 of 3) sorted by relevance
108 …DE_ASSERT(glu::isContextTypeGLCore(contextType) || glu::isContextTypeGLCompatibility(contextType)); in createGLContext()
187 inline bool isContextTypeGLCompatibility(ContextType type) { return type.getAPI().getProfile() == … in isContextTypeGLCompatibility() function
66 else if (isContextTypeGLCompatibility(ctxType)) in contextSupports()