Home
last modified time | relevance | path

Searched refs:isContextTypeGLCompatibility (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/egl/
DegluGLUtil.cpp108 …DE_ASSERT(glu::isContextTypeGLCore(contextType) || glu::isContextTypeGLCompatibility(contextType)); in createGLContext()
/external/deqp/framework/opengl/
DgluRenderContext.hpp187 inline bool isContextTypeGLCompatibility(ContextType type) { return type.getAPI().getProfile() == … in isContextTypeGLCompatibility() function
DgluRenderContext.cpp66 else if (isContextTypeGLCompatibility(ctxType)) in contextSupports()