Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp428 …r (std::set<string>::const_iterator reqExt = requiredExtensions.begin(); reqExt != requiredExtensi… in checkRequiredExtensions() local
430 if (!de::contains(extensions.begin(), extensions.end(), *reqExt)) in checkRequiredExtensions()
432 …m_testCtx.getLog() << TestLog::Message << "Required extension '" << (*reqExt) << "' not supported"… in checkRequiredExtensions()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp944 …const vector<RequiredExtension> reqExt = checkAndSpecializeExtensions(m_spec.programs[0].requiredE… in execute() local
947 …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() local
956 …cializeFragmentShader(m_spec, m_spec.programs[0].sources.sources[SHADERTYPE_FRAGMENT][0], reqExt)); in execute()
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp494 const char* reqExt = "GL_OES_texture_stencil8"; in checkDepthStencilFormatSupport() local
495 if (!ctxInfo.isExtensionSupported(reqExt)) in checkDepthStencilFormatSupport()
496 … throw tcu::NotSupportedError(glu::getTextureFormatStr(format).toString() + " requires " + reqExt); in checkDepthStencilFormatSupport()