Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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.cpp414 …r (std::set<string>::const_iterator reqExt = requiredExtensions.begin(); reqExt != requiredExtensi… in checkRequiredEGLExtensions() local
416 if (!de::contains(extensions.begin(), extensions.end(), *reqExt)) in checkRequiredEGLExtensions()
418 const char* const extension = reqExt->c_str(); in checkRequiredEGLExtensions()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderLibraryCase.cpp987 …const vector<RequiredExtension> reqExt = checkAndSpecializeExtensions(m_spec.programs[0].requiredE… in execute() local
990 …e(specializeVertexShader(m_spec, m_spec.programs[0].sources.sources[SHADERTYPE_VERTEX][0], reqExt)) in execute()
995 …const vector<RequiredExtension> reqExt = checkAndSpecializeExtensions(m_spec.programs[0].requiredE… in execute() local
999 …cializeFragmentShader(m_spec, m_spec.programs[0].sources.sources[SHADERTYPE_FRAGMENT][0], reqExt)); in execute()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fStencilTexturingTests.cpp494 const char* reqExt = "GL_OES_texture_stencil8"; in checkDepthStencilFormatSupport() local
498 !context.getContextInfo().isExtensionSupported(reqExt)) in checkDepthStencilFormatSupport()
499 … throw tcu::NotSupportedError(glu::getTextureFormatStr(format).toString() + " requires " + reqExt); in checkDepthStencilFormatSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2657 const RequiredExtension reqExt (extName); in extensionCoreVersions() local
2659 …ctSupported(instanceExtensionProperties, reqExt) || isExtensionStructSupported(deviceExtensionProp… in extensionCoreVersions()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiFeatureInfo.cpp2657 const RequiredExtension reqExt (extName); in extensionCoreVersions() local
2659 …ctSupported(instanceExtensionProperties, reqExt) || isExtensionStructSupported(deviceExtensionProp… in extensionCoreVersions()