HomeSort by relevance Sort by last modified time
    Searched refs:contextSupports (Results 1 - 13 of 13) sorted by null

  /external/deqp/framework/opengl/
gluStateReset.cpp 55 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)))
143 if (contextSupports(type, ApiType::es(3,0)))
157 if (contextSupports(type, ApiType::es(3,1)))
176 if (contextSupports(type, ApiType::es(3,0)))
190 if (contextSupports(type, ApiType::es(3,1))
    [all...]
gluRenderContext.hpp 188 bool contextSupports (ContextType ctxType, ApiType requiredApiType);
gluRenderContext.cpp 46 bool contextSupports (ContextType ctxType, ApiType requiredApiType)
gluShaderUtil.cpp 116 return contextSupports(type, getMinAPIForGLSLVersion(version));
gluTexture.cpp 825 if (!(contextSupports(m_context.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)) && info->isExtensionSupported("GL_ARB_texture_buffer_range"))
826 && !(contextSupports(m_context.getType(), glu::ApiType(3, 1, glu::PROFILE_ES))
834 if (!contextSupports(m_context.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE))
835 && !(contextSupports(m_context.getType(), glu::ApiType(3, 1, glu::PROFILE_ES))
gluDrawUtil.cpp 594 if (isContextTypeGLCore(ctxType) || contextSupports(ctxType, ApiType::es(3,1)))
  /external/deqp/framework/opengl/simplereference/
sglrContextUtil.cpp 35 if (glu::isContextTypeGLCore(ctxType) || (contextSupports(ctxType, glu::ApiType::es(3,1))))
sglrReferenceContext.cpp 256 if (contextSupports(contextType, glu::ApiType::es(3,0)) || glu::isContextTypeGLCore(contextType))
277 if (contextSupports(contextType, glu::ApiType::es(3,1)))
    [all...]
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 153 if (!contextSupports(glu::ContextType(actualApi, glu::ContextFlags(0)), config.type.getAPI()))
  /external/deqp/modules/glshared/
glsTextureStateQueryTests.cpp 447 if (contextSupports(contextType, glu::ApiType::es(3,1)))
449 else if (contextSupports(contextType, glu::ApiType::es(3,0)))
460 if (contextSupports(contextType, glu::ApiType::es(3,1)))
462 else if (contextSupports(contextType, glu::ApiType::es(3,0)))
473 if (contextSupports(contextType, glu::ApiType::es(3,1)))
475 else if (contextSupports(contextType, glu::ApiType::es(3,0)))
486 if (contextSupports(contextType, glu::ApiType::es(3,1)))
488 else if (contextSupports(contextType, glu::ApiType::es(3,0)))
501 if (contextSupports(contextType, glu::ApiType::es(3,1)))
503 else if (contextSupports(contextType, glu::ApiType::es(3,0))
    [all...]
glsTextureBufferCase.cpp 792 if (glu::contextSupports(renderContext.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)))
801 else if (glu::contextSupports(renderContext.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) && info->isExtensionSupported("GL_EXT_texture_buffer"))
957 if (!glu::contextSupports(m_renderCtx.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE))
958 && !(glu::contextSupports(m_renderCtx.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) && info->isExtensionSupported("GL_EXT_texture_buffer")))
    [all...]
glsLongStressCase.cpp     [all...]
glsDrawTest.cpp     [all...]

Completed in 322 milliseconds