Home
last modified time | relevance | path

Searched refs:contextSupports (Results 1 – 14 of 14) 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()
142 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
156 if (contextSupports(type, ApiType::es(3,1))) in resetStateES()
172 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
186 if (contextSupports(type, ApiType::es(3,1))) in resetStateES()
[all …]
DgluTexture.cpp720 …if (!(contextSupports(m_context.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)) && info->isExten… in init()
721 && !(contextSupports(m_context.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) in init()
729 if (!contextSupports(m_context.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)) in init()
730 && !(contextSupports(m_context.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) in init()
DgluRenderContext.hpp186 bool contextSupports (ContextType ctxType, ApiType requiredApiType);
DgluRenderContext.cpp46 bool contextSupports (ContextType ctxType, ApiType requiredApiType) in contextSupports() function
DgluShaderUtil.cpp115 return contextSupports(type, getMinAPIForGLSLVersion(version)); in isGLSLVersionSupported()
DgluDrawUtil.cpp594 if (isContextTypeGLCore(ctxType) || contextSupports(ctxType, ApiType::es(3,1))) in draw()
/external/deqp/modules/gles3/
Dtes3TestCaseWrapper.cpp41 TCU_CHECK(contextSupports(renderCtx.getType(), glu::ApiType::es(3,0))); in TestCaseWrapper()
/external/deqp/modules/gles2/
Dtes2TestCaseWrapper.cpp42 TCU_CHECK(contextSupports(renderCtx.getType(), glu::ApiType::es(2,0))); in TestCaseWrapper()
/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()
/external/deqp/modules/glshared/
DglsTextureBufferCase.cpp793 if (glu::contextSupports(renderContext.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE))) in logImplementationInfo()
802 …else if (glu::contextSupports(renderContext.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) && inf… in logImplementationInfo()
958 if (!glu::contextSupports(m_renderCtx.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)) in init()
959 …&& !(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.cpp3179 …else if (contextSupports(m_renderCtx.getType(), glu::ApiType::es(3,1)) || glu::isContextTypeGLCore… in init()
3185 DE_ASSERT(contextSupports(m_renderCtx.getType(), m_specs[0].apiType)); in init()