/external/deqp/framework/opengl/ |
gluRenderContext.hpp | 51 PROFILE_COMPATIBILITY, //!< OpenGL Compatibility Profile 86 static ApiType compatibility (int major, int minor) { return ApiType(major, minor, PROFILE_COMPATIBILITY); } 185 inline bool isContextTypeGLCompatibility(ContextType type) { return type.getAPI().getProfile() == PROFILE_COMPATIBILITY; }
|
gluStrUtil.cpp | 114 else if (apiType.getProfile() == PROFILE_COMPATIBILITY)
|
gluRenderContext.cpp | 68 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/chromium_org/media/formats/mp4/ |
box_definitions.h | 166 uint8 profile_compatibility; member in struct:media::mp4::AVCDecoderConfigurationRecord
|
box_definitions.cc | 358 profile_compatibility(0), 378 reader->Read1(&profile_compatibility) &&
|
/external/deqp/framework/platform/X11/ |
tcuX11GlxPlatform.cpp | 317 case glu::PROFILE_COMPATIBILITY:
|
/external/deqp/modules/egl/ |
teglCreateContextExtTests.cpp | 281 profile = glu::PROFILE_COMPATIBILITY; [all...] |