Home
last modified time | relevance | path

Searched refs:contextSupports (Results 1 – 13 of 13) sorted by relevance

/external/deqp/framework/opengl/
DgluStateReset.cpp55 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
61 if (contextSupports(type, ApiType::es(3,1))) in resetStateES()
69 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
83 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
98 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
110 if (contextSupports(type, ApiType::es(3,1))) in resetStateES()
143 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
157 if (contextSupports(type, ApiType::es(3,1))) in resetStateES()
176 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
190 if (contextSupports(type, ApiType::es(3,1))) in resetStateES()
[all …]
DgluTexture.cpp825 …if (!(contextSupports(m_context.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)) && info->isExten… in init()
826 && !(contextSupports(m_context.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) in init()
834 if (!contextSupports(m_context.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)) in init()
835 && !(contextSupports(m_context.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) in init()
DgluRenderContext.hpp188 bool contextSupports (ContextType ctxType, ApiType requiredApiType);
DgluRenderContext.cpp46 bool contextSupports (ContextType ctxType, ApiType requiredApiType) in contextSupports() function
DgluShaderUtil.cpp116 return contextSupports(type, getMinAPIForGLSLVersion(version)); in isGLSLVersionSupported()
DgluDrawUtil.cpp594 if (isContextTypeGLCore(ctxType) || contextSupports(ctxType, ApiType::es(3,1))) in draw()
/external/deqp/modules/glshared/
DglsTextureStateQueryTests.cpp447 if (contextSupports(contextType, glu::ApiType::es(3,1))) in isCoreTextureTarget()
449 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in isCoreTextureTarget()
460 if (contextSupports(contextType, glu::ApiType::es(3,1))) in isCoreTextureParam()
462 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in isCoreTextureParam()
473 if (contextSupports(contextType, glu::ApiType::es(3,1))) in isCoreQuery()
475 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in isCoreQuery()
486 if (contextSupports(contextType, glu::ApiType::es(3,1))) in isCoreTester()
488 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in isCoreTester()
501 if (contextSupports(contextType, glu::ApiType::es(3,1))) in getTextureTargetExtension()
503 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in getTextureTargetExtension()
[all …]
DglsTextureBufferCase.cpp792 if (glu::contextSupports(renderContext.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE))) in logImplementationInfo()
801 …else if (glu::contextSupports(renderContext.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) && inf… in logImplementationInfo()
957 if (!glu::contextSupports(m_renderCtx.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)) in init()
958 …&& !(glu::contextSupports(m_renderCtx.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) && info->isE… in init()
DglsLongStressCase.cpp1106 , m_isGLES3 (contextSupports(renderCtx.getType(), glu::ApiType::es(3,0))) in LongStressCase()
DglsDrawTest.cpp3186 DE_ASSERT(contextSupports(m_renderCtx.getType(), m_specs[0].apiType)); in init()
3203 …else if (contextSupports(m_renderCtx.getType(), glu::ApiType::es(3,1)) || glu::isContextTypeGLCore… in init()
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp153 if (!contextSupports(glu::ContextType(actualApi, glu::ContextFlags(0)), config.type.getAPI())) in CGLRenderContext()
/external/deqp/framework/opengl/simplereference/
DsglrContextUtil.cpp35 if (glu::isContextTypeGLCore(ctxType) || (contextSupports(ctxType, glu::ApiType::es(3,1)))) in drawQuad()
DsglrReferenceContext.cpp256 if (contextSupports(contextType, glu::ApiType::es(3,0)) || glu::isContextTypeGLCore(contextType)) in ReferenceContextLimits()
277 if (contextSupports(contextType, glu::ApiType::es(3,1))) in ReferenceContextLimits()