Searched refs:PROFILE_CORE (Results 1 - 13 of 13) sorted by relevance

/external/deqp/framework/opengl/
H A DgluRenderContext.hpp50 PROFILE_CORE, //!< OpenGL Core Profile enumerator in enum:glu::Profile
87 static ApiType core (int major, int minor) { return ApiType(major, minor, PROFILE_CORE); }
186 inline bool isContextTypeGLCore (ContextType type) { return type.getAPI().getProfile() == PROFILE_CORE; }
H A DgluStrUtil.cpp135 if (apiType.getProfile() == PROFILE_CORE)
H A DgluRenderContext.cpp63 return requiredApiType.getProfile() == PROFILE_CORE &&
69 return (requiredApiType.getProfile() == PROFILE_CORE || requiredApiType.getProfile() == PROFILE_COMPATIBILITY) &&
H A DgluTexture.cpp825 if (!(contextSupports(m_context.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)) && info->isExtensionSupported("GL_ARB_texture_buffer_range"))
834 if (!contextSupports(m_context.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE))
/external/deqp/framework/platform/osx/
H A DtcuOSXPlatform.cpp89 if (type.getAPI().getProfile() != glu::PROFILE_CORE)
/external/deqp/framework/egl/
H A DegluGLUtil.cpp61 case glu::PROFILE_CORE:
/external/deqp/modules/glshared/
H A DglsMemoryStressCase.cpp195 if (ctxType.getProfile() == glu::PROFILE_CORE)
357 if (ctxType.getProfile() == glu::PROFILE_CORE)
H A DglsTextureBufferCase.cpp800 if (glu::contextSupports(renderContext.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)))
965 if (!glu::contextSupports(m_renderCtx.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE))
H A DglsDrawTest.cpp2191 if (ctxType.getProfile() == glu::PROFILE_CORE)
2931 if (apiType.getProfile() == glu::PROFILE_CORE)
H A DglsVertexArrayTests.cpp2038 const bool useVao = m_renderCtx.getType().getProfile() == glu::PROFILE_CORE;
/external/deqp/framework/platform/win32/
H A DtcuWGL.cpp366 case glu::PROFILE_CORE:
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp313 case glu::PROFILE_CORE:
/external/deqp/modules/egl/
H A DteglCreateContextExtTests.cpp209 glu::Profile profile = api == EGL_OPENGL_ES_API ? glu::PROFILE_ES : glu::PROFILE_CORE;

Completed in 136 milliseconds