Lines Matching refs:contextSupports
552 if (contextSupports(contextType, glu::ApiType::es(3,2))) in isCoreTextureTarget()
554 else if (contextSupports(contextType, glu::ApiType::es(3,1))) in isCoreTextureTarget()
556 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in isCoreTextureTarget()
567 if (contextSupports(contextType, glu::ApiType::es(3,2))) in isCoreTextureParam()
569 else if (contextSupports(contextType, glu::ApiType::es(3,1))) in isCoreTextureParam()
571 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in isCoreTextureParam()
582 if (contextSupports(contextType, glu::ApiType::es(3,2))) in isCoreQuery()
584 else if (contextSupports(contextType, glu::ApiType::es(3,1))) in isCoreQuery()
586 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in isCoreQuery()
597 if (contextSupports(contextType, glu::ApiType::es(3,2))) in isCoreTester()
599 else if (contextSupports(contextType, glu::ApiType::es(3,1))) in isCoreTester()
601 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in isCoreTester()
614 if (contextSupports(contextType, glu::ApiType::es(3,2))) in getTextureTargetExtension()
616 if (contextSupports(contextType, glu::ApiType::es(3,1))) in getTextureTargetExtension()
618 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in getTextureTargetExtension()
631 if (contextSupports(contextType, glu::ApiType::es(3,2))) in getTextureParamExtension()
633 else if (contextSupports(contextType, glu::ApiType::es(3,1))) in getTextureParamExtension()
635 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in getTextureParamExtension()
648 if (contextSupports(contextType, glu::ApiType::es(3,2))) in getQueryExtension()
650 else if (contextSupports(contextType, glu::ApiType::es(3,1))) in getQueryExtension()
652 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in getQueryExtension()
665 if (contextSupports(contextType, glu::ApiType::es(3,2))) in getTesterExtension()
667 else if (contextSupports(contextType, glu::ApiType::es(3,1))) in getTesterExtension()
669 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in getTesterExtension()