Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluGLUtil.cpp115 …DE_ASSERT(glu::isContextTypeGLCore(contextType) || glu::isContextTypeGLCompatibility(contextType)); in createGLContext()
179 …ersion(1, 5) || glu::isContextTypeGLCore(contextType) || glu::isContextTypeGLCompatibility(context… in createGLContext()
/external/deqp/framework/opengl/
DgluRenderContext.hpp193 inline bool isContextTypeGLCompatibility(ContextType type) { return type.getAPI().getProfile() == … in isContextTypeGLCompatibility() function
DgluRenderContext.cpp79 else if (isContextTypeGLCompatibility(ctxType)) in contextSupports()