/external/deqp/framework/opengl/ |
gluRenderContext.hpp | 50 PROFILE_CORE, //!< OpenGL Core 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; }
|
gluStrUtil.cpp | 135 if (apiType.getProfile() == PROFILE_CORE)
|
gluRenderContext.cpp | 63 return requiredApiType.getProfile() == PROFILE_CORE && 69 return (requiredApiType.getProfile() == PROFILE_CORE || requiredApiType.getProfile() == PROFILE_COMPATIBILITY) &&
|
gluTexture.cpp | 825 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/ |
tcuOSXPlatform.cpp | 89 if (type.getAPI().getProfile() != glu::PROFILE_CORE)
|
/external/deqp/framework/egl/ |
egluGLUtil.cpp | 61 case glu::PROFILE_CORE:
|
/external/deqp/modules/glshared/ |
glsMemoryStressCase.cpp | 195 if (ctxType.getProfile() == glu::PROFILE_CORE) 357 if (ctxType.getProfile() == glu::PROFILE_CORE)
|
glsTextureBufferCase.cpp | 800 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)) [all...] |
glsDrawTest.cpp | [all...] |
glsVertexArrayTests.cpp | [all...] |
/external/deqp/framework/platform/win32/ |
tcuWGL.cpp | 366 case glu::PROFILE_CORE:
|
/external/deqp/framework/platform/lnx/X11/ |
tcuLnxX11GlxPlatform.cpp | 314 case glu::PROFILE_CORE:
|
/external/deqp/modules/egl/ |
teglCreateContextExtTests.cpp | 209 glu::Profile profile = api == EGL_OPENGL_ES_API ? glu::PROFILE_ES : glu::PROFILE_CORE; [all...] |