/external/deqp/framework/platform/osx/ |
D | tcuOSXPlatform.cpp | 89 if (type.getAPI().getProfile() != glu::PROFILE_CORE) in getCGLProfile() 92 if (type.getAPI().getMajorVersion() == 4) in getCGLProfile() 94 else if (type.getAPI().getMajorVersion() == 3) in getCGLProfile() 148 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in CGLRenderContext() 153 if (!contextSupports(glu::ContextType(actualApi, glu::ContextFlags(0)), config.type.getAPI())) in CGLRenderContext()
|
/external/deqp/framework/opengl/ |
D | gluRenderContext.hpp | 145 …ApiType getAPI (void) const { return ApiType::fromBits(m_bits & ((1u<<TOTAL_API_BITS)-1u)); … in getAPI() function in glu::ContextType 185 inline bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_E… in isContextTypeES() 186 inline bool isContextTypeGLCore (ContextType type) { return type.getAPI().getProfile() == PROFIL… in isContextTypeGLCore() 187 inline bool isContextTypeGLCompatibility(ContextType type) { return type.getAPI().getProfile() == … in isContextTypeGLCompatibility()
|
D | gluRenderContext.cpp | 56 versionGreaterOrEqual(ctxType.getAPI(), requiredApiType); in contextSupports() 61 return ctxType.getAPI() == requiredApiType; in contextSupports() 64 versionGreaterOrEqual(ctxType.getAPI(), requiredApiType); in contextSupports() 70 versionGreaterOrEqual(ctxType.getAPI(), requiredApiType); in contextSupports()
|
D | gluContextInfo.cpp | 190 if (context.getType().getAPI() == ApiType::es(2,0)) in ContextInfo() 254 if (context.getType().getAPI() == ApiType::es(2,0)) in create()
|
D | gluStrUtil.cpp | 147 str << contextType.getAPI(); in operator <<()
|
D | gluES3PlusWrapperContext.cpp | 632 if (config.type.getAPI() != ApiType::es(3,2)) in ES3PlusWrapperContext()
|
D | gluTextureUtil.cpp | 1154 if (renderCtx.getType().getAPI() == ApiType::es(3,0)) in isSizedFormatColorRenderable()
|
/external/deqp/framework/egl/ |
D | egluGLContextFactory.cpp | 368 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI()); in create() 371 else if (config.type.getAPI() == glu::ApiType::es(2,0)) in create() 377 else if (config.type.getAPI() == glu::ApiType::es(3,0)) in create() 399 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI()); in create() 405 glu::initExtensionFunctions(&m_glFunctions, &extLoader, config.type.getAPI()); in create()
|
D | egluGLUtil.cpp | 164 EGLint requiredRenderable = apiRenderableType(renderConfig.type.getAPI()); in configMatches()
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSPlatform.mm | 109 if (type.getAPI() == glu::ApiType::es(3,0)) 111 else if (type.getAPI() == glu::ApiType::es(2,0)) 133 if (type.getAPI() == glu::ApiType::es(3,0)) 135 else if (type.getAPI() == glu::ApiType::es(2,0))
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 132 if (ctxType.getAPI() == ApiType::es(2, 0)) in Context() 137 else if (ctxType.getAPI() == ApiType::es(3, 0)) in Context() 142 else if (ctxType.getAPI() == ApiType::es(3, 1)) in Context()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGLContextFactory.cpp | 127 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI()); in WGLContext()
|
/external/deqp/modules/egl/ |
D | teglImageTests.cpp | 250 , m_config (chooseConfig(eglTestCtx.getLibrary(), display, ctxType.getAPI())) in Context() 255 m_eglTestCtx.initGLFunctions(&m_gl, ctxType.getAPI()); in Context()
|
D | teglCreateContextExtTests.cpp | 961 m_eglTestCtx.initGLFunctions(&gl, m_glContextType.getAPI()); in executeForSurface()
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 301 const ApiType apiType = contextType.getAPI(); in createContext() 633 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in GlxRenderContext()
|
/external/deqp/modules/glshared/ |
D | glsFragOpInteractionCase.cpp | 565 …computeRandomRenderCommand(rnd, *cmdIter, m_renderCtx.getType().getAPI(), m_viewportSize.x(), m_vi… in iterate()
|
D | glsShaderRenderCase.cpp | 498 if (m_renderCtx.getType().getAPI() == glu::ApiType::es(2,0)) in setupDefaultInputs()
|
D | glsDrawTest.cpp | 3201 …if (m_renderCtx.getType().getAPI() == glu::ApiType::es(2,0) || m_renderCtx.getType().getAPI() == g… in init()
|