Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluRenderContext.hpp50 PROFILE_CORE, //!< OpenGL Core Profile enumerator
87 static ApiType core (int major, int minor) { return ApiType(major, minor, PROFILE_CORE); } in core()
186 … isContextTypeGLCore (ContextType type) { return type.getAPI().getProfile() == PROFILE_CORE; } in isContextTypeGLCore()
DgluRenderContext.cpp63 return requiredApiType.getProfile() == PROFILE_CORE && in contextSupports()
69 …return (requiredApiType.getProfile() == PROFILE_CORE || requiredApiType.getProfile() == PROFILE_CO… in contextSupports()
DgluStrUtil.cpp135 if (apiType.getProfile() == PROFILE_CORE) in operator <<()
DgluTexture.cpp825 …if (!(contextSupports(m_context.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)) && info->isExten… in init()
834 if (!contextSupports(m_context.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)) in init()
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp89 if (type.getAPI().getProfile() != glu::PROFILE_CORE) in getCGLProfile()
/external/deqp/framework/egl/
DegluGLUtil.cpp61 case glu::PROFILE_CORE: in apiRenderableType()
/external/deqp/modules/glshared/
DglsMemoryStressCase.cpp195 if (ctxType.getProfile() == glu::PROFILE_CORE) in TextureRenderer()
357 if (ctxType.getProfile() == glu::PROFILE_CORE) in BufferRenderer()
DglsTextureBufferCase.cpp800 if (glu::contextSupports(renderContext.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE))) in logImplementationInfo()
965 if (!glu::contextSupports(m_renderCtx.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)) in init()
DglsDrawTest.cpp2275 if (ctxType.getProfile() == glu::PROFILE_CORE) in valid()
3015 if (apiType.getProfile() == glu::PROFILE_CORE) in valid()
DglsVertexArrayTests.cpp2038 const bool useVao = m_renderCtx.getType().getProfile() == glu::PROFILE_CORE; in iterate()
/external/deqp/framework/platform/win32/
DtcuWGL.cpp366 case glu::PROFILE_CORE: in Context()
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp313 case glu::PROFILE_CORE: in createContext()
/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp209 glu::Profile profile = api == EGL_OPENGL_ES_API ? glu::PROFILE_ES : glu::PROFILE_CORE; in attribListToContextType()