Home
last modified time | relevance | path

Searched refs:reqExt (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp463 …r (std::set<string>::const_iterator reqExt = requiredExtensions.begin(); reqExt != requiredExtensi… in checkRequiredExtensions() local
469 if (*reqExt == extensions[extNdx]) in checkRequiredExtensions()
475 …m_testCtx.getLog() << TestLog::Message << "Required extension '" << (*reqExt) << "' not supported"… in checkRequiredExtensions()
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp492 const char* reqExt = "GL_OES_texture_stencil8"; in checkDepthStencilFormatSupport() local
493 if (!ctxInfo.isExtensionSupported(reqExt)) in checkDepthStencilFormatSupport()
494 throw tcu::NotSupportedError(glu::getPixelFormatStr(format).toString() + " requires " + reqExt); in checkDepthStencilFormatSupport()