Searched refs:contextSupports (Results 1 – 14 of 14) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluStateReset.cpp | 55 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 …]
|
D | gluTexture.cpp | 720 …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()
|
D | gluRenderContext.hpp | 186 bool contextSupports (ContextType ctxType, ApiType requiredApiType);
|
D | gluRenderContext.cpp | 46 bool contextSupports (ContextType ctxType, ApiType requiredApiType) in contextSupports() function
|
D | gluShaderUtil.cpp | 115 return contextSupports(type, getMinAPIForGLSLVersion(version)); in isGLSLVersionSupported()
|
D | gluDrawUtil.cpp | 594 if (isContextTypeGLCore(ctxType) || contextSupports(ctxType, ApiType::es(3,1))) in draw()
|
/external/deqp/modules/gles3/ |
D | tes3TestCaseWrapper.cpp | 41 TCU_CHECK(contextSupports(renderCtx.getType(), glu::ApiType::es(3,0))); in TestCaseWrapper()
|
/external/deqp/modules/gles2/ |
D | tes2TestCaseWrapper.cpp | 42 TCU_CHECK(contextSupports(renderCtx.getType(), glu::ApiType::es(2,0))); in TestCaseWrapper()
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXPlatform.cpp | 153 if (!contextSupports(glu::ContextType(actualApi, glu::ContextFlags(0)), config.type.getAPI())) in CGLRenderContext()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextUtil.cpp | 35 if (glu::isContextTypeGLCore(ctxType) || (contextSupports(ctxType, glu::ApiType::es(3,1)))) in drawQuad()
|
D | sglrReferenceContext.cpp | 256 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/ |
D | glsTextureBufferCase.cpp | 793 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()
|
D | glsLongStressCase.cpp | 1106 , m_isGLES3 (contextSupports(renderCtx.getType(), glu::ApiType::es(3,0))) in LongStressCase()
|
D | glsDrawTest.cpp | 3179 …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()
|