HomeSort by relevance Sort by last modified time
    Searched refs:isContextTypeGLCompatibility (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/egl/
egluGLUtil.cpp 108 DE_ASSERT(glu::isContextTypeGLCore(contextType) || glu::isContextTypeGLCompatibility(contextType));
  /external/deqp/framework/opengl/
gluRenderContext.hpp 187 inline bool isContextTypeGLCompatibility(ContextType type) { return type.getAPI().getProfile() == PROFILE_COMPATIBILITY; }
gluRenderContext.cpp 65 else if (isContextTypeGLCompatibility(ctxType))

Completed in 95 milliseconds