HomeSort by relevance Sort by last modified time
    Searched refs:getAPI (Results 1 - 25 of 28) sorted by null

1 2

  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 89 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/platform/ios/
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/external/openglcts/modules/common/
glcContext.cpp 54 glu::RenderConfig renderCfg(glu::ContextType(contextType.getAPI(), contextType.getFlags() | ctxFlags));
glcShaderRenderCase.cpp 542 if (m_renderCtx.getType().getAPI() == glu::ApiType(2, 0, glu::PROFILE_ES))
  /external/deqp/framework/opengl/
gluRenderContext.hpp 150 ApiType getAPI (void) const { return ApiType::fromBits(m_bits & ((1u<<TOTAL_API_BITS)-1u)); }
191 inline bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_ES; }
192 inline bool isContextTypeGLCore (ContextType type) { return type.getAPI().getProfile() == PROFILE_CORE; }
193 inline bool isContextTypeGLCompatibility(ContextType type) { return type.getAPI().getProfile() == PROFILE_COMPATIBILITY; }
gluContextInfo.cpp 190 if (context.getType().getAPI() == ApiType::es(2,0))
254 if (context.getType().getAPI() == ApiType::es(2,0))
gluRenderContext.cpp 69 versionGreaterOrEqual(ctxType.getAPI(), requiredApiType);
74 return ctxType.getAPI() == requiredApiType;
77 versionGreaterOrEqual(ctxType.getAPI(), requiredApiType);
83 versionGreaterOrEqual(ctxType.getAPI(), requiredApiType);
gluStrUtil.cpp 147 str << contextType.getAPI();
gluTextureUtil.cpp     [all...]
  /external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.cpp 399 glu::initCoreFunctions(&m_glFunctions, &funcLoader, contextType.getAPI());
402 else if (contextType.getAPI() == glu::ApiType::es(2,0))
408 else if (contextType.getAPI() == glu::ApiType::es(3,0))
432 glu::initCoreFunctions(&m_glFunctions, &funcLoader, contextType.getAPI());
437 glu::initExtensionFunctions(&m_glFunctions, &extLoader, contextType.getAPI());
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 388 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI());
391 else if (config.type.getAPI() == glu::ApiType::es(2,0))
397 else if (config.type.getAPI() == glu::ApiType::es(3,0))
403 else if (config.type.getAPI() == glu::ApiType::es(3,1))
409 else if (config.type.getAPI() == glu::ApiType::es(3,2))
431 glu::initCoreFunctions(&m_glFunctions, &funcLoader, config.type.getAPI());
437 glu::initExtensionFunctions(&m_glFunctions, &extLoader, config.type.getAPI());
egluGLUtil.cpp 208 EGLint requiredRenderable = apiRenderableType(renderConfig.type.getAPI());
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 132 if (ctxType.getAPI() == ApiType::es(2, 0))
137 else if (ctxType.getAPI() == ApiType::es(3, 0))
142 else if (ctxType.getAPI() == ApiType::es(3, 1))
171 else if (ctxType.getAPI() == ApiType::es(3, 2))
  /external/deqp/framework/platform/win32/
tcuWGLContextFactory.cpp 131 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI());
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11GlxPlatform.cpp 316 const ApiType apiType = contextType.getAPI();
703 glu::initFunctions(&m_functions, &loader, config.type.getAPI());
  /external/deqp/modules/egl/
teglImageTests.cpp 259 , m_config (chooseConfig(eglTestCtx.getLibrary(), display, ctxType.getAPI()))
264 m_eglTestCtx.initGLFunctions(&m_gl, ctxType.getAPI());
teglCreateContextExtTests.cpp 961 m_eglTestCtx.initGLFunctions(&gl, m_glContextType.getAPI());
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cCommonBugsTests.cpp     [all...]
gl4cKHRDebugTests.cpp 191 glu::ContextType(m_test_base_context.getRenderContext().getType().getAPI(), glu::CONTEXT_DEBUG));
215 glu::ContextType(m_test_base_context.getRenderContext().getType().getAPI(), glu::ContextFlags(0)));
    [all...]
gl4cTextureViewTests.cpp     [all...]
gl3cTextureSizePromotion.cpp 95 if (glu::contextSupports(context_type, s_formats[i].required_by_context.getAPI()))
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp 587 if (m_context.getRenderContext().getType().getAPI() == glu::ApiType::es(3, 1) && !is_immutable_run &&
    [all...]
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 565 computeRandomRenderCommand(rnd, *cmdIter, m_renderCtx.getType().getAPI(), m_viewportSize.x(), m_viewportSize.y());
glsShaderRenderCase.cpp 498 if (m_renderCtx.getType().getAPI() == glu::ApiType::es(2,0))
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 495 if ((context.getRenderContext().getType().getAPI() != glu::ApiType::core(3,2)) && !context.getContextInfo().isExtensionSupported(reqExt))
    [all...]

Completed in 871 milliseconds

1 2