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

  /external/deqp/framework/opengl/
gluRenderContext.hpp 51 PROFILE_COMPATIBILITY, //!< OpenGL Compatibility 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; }
gluStrUtil.cpp 137 else if (apiType.getProfile() == PROFILE_COMPATIBILITY)
gluRenderContext.cpp 69 return (requiredApiType.getProfile() == PROFILE_CORE || requiredApiType.getProfile() == PROFILE_COMPATIBILITY) &&
  /external/deqp/framework/platform/win32/
tcuWin32GLES3Platform.cpp 97 m_platformCtx.context = new wgl::Context(&wgl, m_window.getDeviceContext(), wgl::PROFILE_COMPATIBILITY, 3, 3, pixelFormat);
tcuWGL.cpp 374 case glu::PROFILE_COMPATIBILITY:
  /external/deqp/framework/egl/
egluGLUtil.cpp 62 case glu::PROFILE_COMPATIBILITY:
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 316 case glu::PROFILE_COMPATIBILITY:
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 247 profile = glu::PROFILE_COMPATIBILITY;
    [all...]

Completed in 383 milliseconds