Searched refs:contextSupports (Results 1 - 14 of 14) sorted by relevance

/external/deqp/framework/opengl/
H A DgluStateReset.cpp55 if (contextSupports(type, ApiType::es(3,0)))
61 if (contextSupports(type, ApiType::es(3,1)))
69 if (contextSupports(type, ApiType::es(3,0)))
83 if (contextSupports(type, ApiType::es(3,0)))
98 if (contextSupports(type, ApiType::es(3,0)))
110 if (contextSupports(type, ApiType::es(3,1)))
142 if (contextSupports(type, ApiType::es(3,0)))
156 if (contextSupports(type, ApiType::es(3,1)))
172 if (contextSupports(type, ApiType::es(3,0)))
186 if (contextSupports(typ
[all...]
H A DgluRenderContext.cpp46 bool contextSupports (ContextType ctxType, ApiType requiredApiType) function in namespace:glu
H A DgluRenderContext.hpp186 bool contextSupports (ContextType ctxType, ApiType requiredApiType);
H A DgluTexture.cpp720 if (!(contextSupports(m_context.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)) && info->isExtensionSupported("GL_ARB_texture_buffer_range"))
721 && !(contextSupports(m_context.getType(), glu::ApiType(3, 1, glu::PROFILE_ES))
729 if (!contextSupports(m_context.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE))
730 && !(contextSupports(m_context.getType(), glu::ApiType(3, 1, glu::PROFILE_ES))
H A DgluShaderUtil.cpp115 return contextSupports(type, getMinAPIForGLSLVersion(version));
H A DgluDrawUtil.cpp594 if (isContextTypeGLCore(ctxType) || contextSupports(ctxType, ApiType::es(3,1)))
/external/deqp/modules/gles2/
H A Dtes2TestCaseWrapper.cpp42 TCU_CHECK(contextSupports(renderCtx.getType(), glu::ApiType::es(2,0)));
/external/deqp/modules/gles3/
H A Dtes3TestCaseWrapper.cpp41 TCU_CHECK(contextSupports(renderCtx.getType(), glu::ApiType::es(3,0)));
/external/deqp/framework/platform/osx/
H A DtcuOSXPlatform.cpp153 if (!contextSupports(glu::ContextType(actualApi, glu::ContextFlags(0)), config.type.getAPI()))
/external/deqp/framework/opengl/simplereference/
H A DsglrContextUtil.cpp35 if (glu::isContextTypeGLCore(ctxType) || (contextSupports(ctxType, glu::ApiType::es(3,1))))
H A DsglrReferenceContext.cpp256 if (contextSupports(contextType, glu::ApiType::es(3,0)) || glu::isContextTypeGLCore(contextType))
277 if (contextSupports(contextType, glu::ApiType::es(3,1)))
/external/deqp/modules/glshared/
H A DglsTextureBufferCase.cpp793 if (glu::contextSupports(renderContext.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)))
802 else if (glu::contextSupports(renderContext.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) && info->isExtensionSupported("GL_EXT_texture_buffer"))
958 if (!glu::contextSupports(m_renderCtx.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE))
959 && !(glu::contextSupports(m_renderCtx.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) && info->isExtensionSupported("GL_EXT_texture_buffer")))
H A DglsLongStressCase.cpp1106 , m_isGLES3 (contextSupports(renderCtx.getType(), glu::ApiType::es(3,0)))
H A DglsDrawTest.cpp3192 else if (contextSupports(m_renderCtx.getType(), glu::ApiType::es(3,1)) || glu::isContextTypeGLCore(m_renderCtx.getType()))
3198 DE_ASSERT(contextSupports(m_renderCtx.getType(), m_specs[0].apiType));

Completed in 1901 milliseconds