Searched defs:isExtensionSupported (Results 1 - 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.hpp112 bool isExtensionSupported (ExtensionIterator begin, ExtensionIterator end, const RequiredExtension& required);
113 bool isExtensionSupported (const std::vector<VkExtensionProperties>& extensions, const RequiredExtension& required);
200 bool isExtensionSupported (ExtensionIterator begin, ExtensionIterator end, const RequiredExtension& required) function in namespace:vk
H A DvkQueryUtil.cpp409 return isExtensionSupported(extensions.begin(), extensions.end(), required);
417 return isExtensionSupported(extensions.begin(), extensions.end(), required);
420 bool isExtensionSupported (const std::vector<VkExtensionProperties>& extensions, const RequiredExtension& required) function in namespace:vk
422 return isExtensionSupported(extensions.begin(), extensions.end(), required);
/external/deqp/modules/gles31/functional/
H A Des31fNegativeTestShared.cpp121 return getContextInfo().isExtensionSupported("GL_EXT_geometry_shader");
124 return getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader");
130 bool NegativeTestContext::isExtensionSupported (std::string extension) function in class:deqp::gles31::Functional::NegativeTestShared::NegativeTestContext
132 return getContextInfo().isExtensionSupported(extension.c_str());
H A Des31fIndexedStateQueryTests.cpp66 void isExtensionSupported (Context& context, std::string extensionName) function in namespace:deqp::gles31::Functional::__anon5349
70 if (!contextSupports(context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !context.getContextInfo().isExtensionSupported(extensionName.c_str()))
73 else if (!context.getContextInfo().isExtensionSupported(extensionName.c_str()))
876 isExtensionSupported(m_context, "GL_EXT_draw_buffers_indexed");
960 isExtensionSupported(m_context, "GL_EXT_draw_buffers_indexed");
1033 isExtensionSupported(m_context, "GL_EXT_draw_buffers_indexed");
1225 isExtensionSupported(m_context, "GL_EXT_draw_buffers_indexed");
1356 isExtensionSupported(m_context, "GL_EXT_draw_buffers_indexed");
1357 isExtensionSupported(m_context, "GL_KHR_blend_equation_advanced");
/external/deqp/framework/opengl/
H A DgluContextInfo.cpp244 bool ContextInfo::isExtensionSupported (const char* name) const function in class:glu::ContextInfo
/external/deqp/modules/gles2/functional/
H A Des2fTextureCompletenessTests.cpp74 static bool isExtensionSupported (const glu::ContextInfo& ctxInfo, const char* extension) function in namespace:deqp::gles2::Functional
309 if (isExtensionSupported(m_ctxInfo, s_relaxingExtensions[ndx]))
471 if (isExtensionSupported(m_ctxInfo, extension))
817 if (isExtensionSupported(m_ctxInfo, extension))
H A Des2fFboRenderTest.cpp379 static bool isExtensionSupported (sglr::Context& context, const char* name) function in namespace:deqp::gles2::Functional
401 if (!isExtensionSupported(context, "GL_EXT_color_buffer_half_float"))
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cStencilTexturingTests.cpp60 static bool isExtensionSupported(deqp::Context& context, const GLchar* extension_name);
354 bool Utils::isExtensionSupported(deqp::Context& context, const GLchar* extension_name) function in class:gl4cts::StencilTexturing::Utils
1227 if (true == Utils::isExtensionSupported(m_context, "GL_ARB_compute_shader"))
H A Dgl4cShadingLanguage420PackTests.cpp1345 bool Utils::isExtensionSupported(deqp::Context& context, const GLchar* extension_name) function in class:gl4cts::GLSL420Pack::Utils
1474 m_is_explicit_uniform_location = Utils::isExtensionSupported(m_context, "GL_ARB_explicit_uniform_location");
1475 m_is_shader_language_420pack = Utils::isExtensionSupported(m_context, "GL_ARB_shading_language_420pack");
H A Dgl4cEnhancedLayoutsTests.cpp1447 bool isExtensionSupported(deqp::Context& context, const GLchar* extension_name) function in namespace:gl4cts::EnhancedLayouts::Utils
/external/deqp/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.cpp131 isExtensionSupported("GL_OES_geometry_point_size") || isExtensionSupported("GL_EXT_geometry_point_size");
132 m_is_tessellation_shader_point_size_supported = isExtensionSupported("GL_OES_tessellation_point_size") ||
133 isExtensionSupported("GL_EXT_tessellation_point_size");
134 m_is_viewport_array_supported = isExtensionSupported("GL_OES_viewport_array");
152 m_is_geometry_shader_extension_supported = isExtensionSupported("GL_OES_geometry_shader");
153 m_is_geometry_shader_point_size_supported = isExtensionSupported("GL_OES_geometry_point_size");
154 m_is_gpu_shader5_supported = isExtensionSupported("GL_OES_gpu_shader5");
155 m_is_tessellation_shader_supported = isExtensionSupported("GL_OES_tessellation_shader");
156 m_is_tessellation_shader_point_size_supported = isExtensionSupported("GL_OES_tessellation_point_siz
324 bool TestCaseBase::isExtensionSupported(const std::string& extName) const function in class:glcts::TestCaseBase
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFboRenderTest.cpp191 static bool isExtensionSupported (sglr::Context& context, const char* name) function in namespace:deqp::gles3::Functional
214 if (isExtensionSupported(context, extension.c_str()))
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp53 static bool isExtensionSupported (const glu::RenderContext& renderCtx, const std::string& extension) function in namespace:deqp::gls::ShaderExecUtil
73 if (!isExtensionSupported(renderCtx, extension))

Completed in 427 milliseconds