Home
last modified time | relevance | path

Searched refs:reqExt (Results 1 – 4 of 4) 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()
DteglRobustnessTests.cpp431 …r (std::set<string>::const_iterator reqExt = requiredExtensions.begin(); reqExt != requiredExtensi… in checkRequiredEGLExtensions() local
433 if (!de::contains(extensions.begin(), extensions.end(), *reqExt)) in checkRequiredEGLExtensions()
435 const char* const extension = reqExt->c_str(); in checkRequiredEGLExtensions()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp971 …const vector<RequiredExtension> reqExt = checkAndSpecializeExtensions(m_spec.programs[0].requiredE… in execute() local
974 …e(specializeVertexShader(m_spec, m_spec.programs[0].sources.sources[SHADERTYPE_VERTEX][0], reqExt)) in execute()
979 …const vector<RequiredExtension> reqExt = checkAndSpecializeExtensions(m_spec.programs[0].requiredE… in execute() local
983 …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 …e().getAPI() != glu::ApiType::core(3,2)) && !context.getContextInfo().isExtensionSupported(reqExt)) in checkDepthStencilFormatSupport()
496 … throw tcu::NotSupportedError(glu::getTextureFormatStr(format).toString() + " requires " + reqExt); in checkDepthStencilFormatSupport()