Searched refs:reqExt (Results 1 – 2 of 2) sorted by relevance
463 …r (std::set<string>::const_iterator reqExt = requiredExtensions.begin(); reqExt != requiredExtensi… in checkRequiredExtensions() local469 if (*reqExt == extensions[extNdx]) in checkRequiredExtensions()475 …m_testCtx.getLog() << TestLog::Message << "Required extension '" << (*reqExt) << "' not supported"… in checkRequiredExtensions()
492 const char* reqExt = "GL_OES_texture_stencil8"; in checkDepthStencilFormatSupport() local493 if (!ctxInfo.isExtensionSupported(reqExt)) in checkDepthStencilFormatSupport()494 throw tcu::NotSupportedError(glu::getPixelFormatStr(format).toString() + " requires " + reqExt); in checkDepthStencilFormatSupport()