Home
last modified time | relevance | path

Searched refs:PROFILE_COMPATIBILITY (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/opengl/
DgluRenderContext.hpp55 PROFILE_COMPATIBILITY, //!< OpenGL Compatibility Profile enumerator
93 …Type compatibility (int major, int minor) { return ApiType(major, minor, PROFILE_COMPATIBILITY); } in compatibility()
193 …peGLCompatibility(ContextType type) { return type.getAPI().getProfile() == PROFILE_COMPATIBILITY; } in isContextTypeGLCompatibility()
DgluStrUtil.cpp137 else if (apiType.getProfile() == PROFILE_COMPATIBILITY) in operator <<()
DgluRenderContext.cpp82 …edApiType.getProfile() == PROFILE_CORE || requiredApiType.getProfile() == PROFILE_COMPATIBILITY) && in contextSupports()
/external/deqp/framework/egl/
DegluGLUtil.cpp62 case glu::PROFILE_COMPATIBILITY: in apiRenderableType()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp366 case glu::PROFILE_COMPATIBILITY: in EglRenderContext()
/external/deqp/framework/platform/win32/
DtcuWGL.cpp434 case glu::PROFILE_COMPATIBILITY: in Context()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp336 case glu::PROFILE_COMPATIBILITY: in createContext()
/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp247 profile = glu::PROFILE_COMPATIBILITY; in attribListToContextType()