Searched refs:reqExt (Results 1 – 3 of 3) sorted by relevance
428 …r (std::set<string>::const_iterator reqExt = requiredExtensions.begin(); reqExt != requiredExtensi… in checkRequiredExtensions() local430 if (!de::contains(extensions.begin(), extensions.end(), *reqExt)) in checkRequiredExtensions()432 …m_testCtx.getLog() << TestLog::Message << "Required extension '" << (*reqExt) << "' not supported"… in checkRequiredExtensions()
944 …const vector<RequiredExtension> reqExt = checkAndSpecializeExtensions(m_spec.programs[0].requiredE… in execute() local947 …e(specializeVertexShader(m_spec, m_spec.programs[0].sources.sources[SHADERTYPE_VERTEX][0], reqExt)) in execute()952 …const vector<RequiredExtension> reqExt = checkAndSpecializeExtensions(m_spec.programs[0].requiredE… in execute() local956 …cializeFragmentShader(m_spec, m_spec.programs[0].sources.sources[SHADERTYPE_FRAGMENT][0], reqExt)); in execute()
494 const char* reqExt = "GL_OES_texture_stencil8"; in checkDepthStencilFormatSupport() local495 if (!ctxInfo.isExtensionSupported(reqExt)) in checkDepthStencilFormatSupport()496 … throw tcu::NotSupportedError(glu::getTextureFormatStr(format).toString() + " requires " + reqExt); in checkDepthStencilFormatSupport()