Searched refs:getAPI (Results 1 - 18 of 18) sorted by relevance

/external/deqp/framework/platform/osx/
H A DtcuOSXPlatform.cpp89 if (type.getAPI().getProfile() != glu::PROFILE_CORE)
92 if (type.getAPI().getMajorVersion() == 4)
94 else if (type.getAPI().getMajorVersion() == 3)
148 glu::initFunctions(&m_functions, &loader, config.type.getAPI());
153 if (!contextSupports(glu::ContextType(actualApi, glu::ContextFlags(0)), config.type.getAPI()))
/external/deqp/framework/opengl/
H A DgluRenderContext.cpp55 versionGreaterOrEqual(ctxType.getAPI(), requiredApiType);
60 return ctxType.getAPI() == requiredApiType;
63 versionGreaterOrEqual(ctxType.getAPI(), requiredApiType);
69 versionGreaterOrEqual(ctxType.getAPI(), requiredApiType);
168 if (config.type.getAPI() == ApiType::es(3,1))
H A DgluRenderContext.hpp143 ApiType getAPI (void) const { return ApiType::fromBits(m_bits & ((1u<<TOTAL_API_BITS)-1u)); } function in class:glu::ContextType
183 inline bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_ES; }
184 inline bool isContextTypeGLCore (ContextType type) { return type.getAPI().getProfile() == PROFILE_CORE; }
185 inline bool isContextTypeGLCompatibility(ContextType type) { return type.getAPI().getProfile() == PROFILE_COMPATIBILITY; }
H A DgluStrUtil.cpp124 str << contextType.getAPI();
H A DgluContextInfo.cpp168 if (context.getType().getAPI() == ApiType::es(2,0))
264 if (context.getType().getAPI() == ApiType::es(2,0))
H A DgluES3PlusWrapperContext.cpp516 if (config.type.getAPI() != ApiType::es(3,1))
H A DgluTextureUtil.cpp1005 if (renderCtx.getType().getAPI() == ApiType::es(3,0))
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.mm109 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/
H A DtcuNullRenderContext.cpp128 if (ctxType.getAPI() == ApiType::es(2, 0))
133 else if (ctxType.getAPI() == ApiType::es(3, 0))
138 else if (ctxType.getAPI() == ApiType::es(3, 1))
/external/deqp/framework/egl/
H A DtcuEgl.hpp142 EGLenum getAPI (void) const { return m_api; } function in class:tcu::egl::Context
H A DegluGLContextFactory.cpp549 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI());
552 else if (config.type.getAPI() == glu::ApiType::es(2,0))
558 else if (config.type.getAPI() == glu::ApiType::es(3,0))
580 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI());
586 glu::initExtensionFunctions(&m_glFunctions, &extLoader, config.type.getAPI());
/external/deqp/framework/platform/win32/
H A DtcuWGLContextFactory.cpp125 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI());
/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp302 const ApiType apiType = contextType.getAPI();
634 glu::initFunctions(&m_functions, &loader, config.type.getAPI());
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp571 if (renderCtx.getType().getAPI().getProfile() == glu::PROFILE_ES)
1287 if (renderCtx.getType().getAPI().getProfile() == glu::PROFILE_ES)
H A DglsFragOpInteractionCase.cpp520 computeRandomRenderCommand(rnd, *cmdIter, m_renderCtx.getType().getAPI(), m_viewportSize.x(), m_viewportSize.y());
H A DglsShaderRenderCase.cpp514 if (m_renderCtx.getType().getAPI() == glu::ApiType::es(2,0))
H A DglsDrawTest.cpp3190 if (m_renderCtx.getType().getAPI() == glu::ApiType::es(2,0) || m_renderCtx.getType().getAPI() == glu::ApiType::es(3,0))
/external/deqp/modules/egl/
H A DteglCreateContextExtTests.cpp1071 m_eglTestCtx.getGLFunctions(gl, m_glContextType.getAPI());

Completed in 288 milliseconds