Searched refs:PROFILE_CORE (Results 1 – 13 of 13) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluRenderContext.hpp | 50 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()
|
D | gluRenderContext.cpp | 63 return requiredApiType.getProfile() == PROFILE_CORE && in contextSupports() 69 …return (requiredApiType.getProfile() == PROFILE_CORE || requiredApiType.getProfile() == PROFILE_CO… in contextSupports()
|
D | gluStrUtil.cpp | 135 if (apiType.getProfile() == PROFILE_CORE) in operator <<()
|
D | gluTexture.cpp | 825 …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/ |
D | tcuOSXPlatform.cpp | 89 if (type.getAPI().getProfile() != glu::PROFILE_CORE) in getCGLProfile()
|
/external/deqp/framework/egl/ |
D | egluGLUtil.cpp | 61 case glu::PROFILE_CORE: in apiRenderableType()
|
/external/deqp/modules/glshared/ |
D | glsMemoryStressCase.cpp | 195 if (ctxType.getProfile() == glu::PROFILE_CORE) in TextureRenderer() 357 if (ctxType.getProfile() == glu::PROFILE_CORE) in BufferRenderer()
|
D | glsTextureBufferCase.cpp | 800 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()
|
D | glsDrawTest.cpp | 2275 if (ctxType.getProfile() == glu::PROFILE_CORE) in valid() 3015 if (apiType.getProfile() == glu::PROFILE_CORE) in valid()
|
D | glsVertexArrayTests.cpp | 2038 const bool useVao = m_renderCtx.getType().getProfile() == glu::PROFILE_CORE; in iterate()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 366 case glu::PROFILE_CORE: in Context()
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 313 case glu::PROFILE_CORE: in createContext()
|
/external/deqp/modules/egl/ |
D | teglCreateContextExtTests.cpp | 209 glu::Profile profile = api == EGL_OPENGL_ES_API ? glu::PROFILE_ES : glu::PROFILE_CORE; in attribListToContextType()
|