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

/external/deqp/framework/opengl/
H A DgluRenderContext.hpp51 PROFILE_COMPATIBILITY, //!< OpenGL Compatibility Profile enumerator in enum:glu::Profile
88 static ApiType compatibility (int major, int minor) { return ApiType(major, minor, PROFILE_COMPATIBILITY); }
187 inline bool isContextTypeGLCompatibility(ContextType type) { return type.getAPI().getProfile() == PROFILE_COMPATIBILITY; }
H A DgluStrUtil.cpp137 else if (apiType.getProfile() == PROFILE_COMPATIBILITY)
H A DgluRenderContext.cpp69 return (requiredApiType.getProfile() == PROFILE_CORE || requiredApiType.getProfile() == PROFILE_COMPATIBILITY) &&
/external/deqp/framework/platform/win32/
H A DtcuWin32GLES3Platform.cpp97 m_platformCtx.context = new wgl::Context(&wgl, m_window.getDeviceContext(), wgl::PROFILE_COMPATIBILITY, 3, 3, pixelFormat);
H A DtcuWGL.cpp374 case glu::PROFILE_COMPATIBILITY:
/external/deqp/framework/egl/
H A DegluGLUtil.cpp62 case glu::PROFILE_COMPATIBILITY:
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp316 case glu::PROFILE_COMPATIBILITY:
/external/deqp/modules/egl/
H A DteglCreateContextExtTests.cpp247 profile = glu::PROFILE_COMPATIBILITY;

Completed in 98 milliseconds