HomeSort by relevance Sort by last modified time
    Searched defs:isExtensionSupported (Results 1 - 13 of 13) sorted by null

  /external/deqp/modules/gles31/functional/
es31fNegativeTestShared.cpp 121 return getContextInfo().isExtensionSupported("GL_EXT_geometry_shader");
124 return getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader");
130 bool NegativeTestContext::isExtensionSupported (std::string extension)
132 return getContextInfo().isExtensionSupported(extension.c_str());
es31fIndexedStateQueryTests.cpp 66 void isExtensionSupported (Context& context, std::string extensionName)
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");
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkQueryUtil.hpp 112 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)
vkQueryUtil.cpp 409 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)
422 return isExtensionSupported(extensions.begin(), extensions.end(), required);
  /external/deqp/framework/opengl/
gluContextInfo.cpp 244 bool ContextInfo::isExtensionSupported (const char* name) const
  /external/deqp/external/openglcts/modules/glesext/
esextcTestCaseBase.cpp 131 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_size")
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureCompletenessTests.cpp 74 static bool isExtensionSupported (const glu::ContextInfo& ctxInfo, const char* extension)
309 if (isExtensionSupported(m_ctxInfo, s_relaxingExtensions[ndx]))
471 if (isExtensionSupported(m_ctxInfo, extension))
817 if (isExtensionSupported(m_ctxInfo, extension))
    [all...]
es2fFboRenderTest.cpp 379 static bool isExtensionSupported (sglr::Context& context, const char* name)
401 if (!isExtensionSupported(context, "GL_EXT_color_buffer_half_float"))
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cStencilTexturingTests.cpp 60 static bool isExtensionSupported(deqp::Context& context, const GLchar* extension_name);
354 bool Utils::isExtensionSupported(deqp::Context& context, const GLchar* extension_name)
    [all...]
gl4cShadingLanguage420PackTests.cpp 1345 bool Utils::isExtensionSupported(deqp::Context& context, const GLchar* extension_name)
    [all...]
gl4cEnhancedLayoutsTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp 191 static bool isExtensionSupported (sglr::Context& context, const char* name)
214 if (isExtensionSupported(context, extension.c_str()))
    [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 53 static bool isExtensionSupported (const glu::RenderContext& renderCtx, const std::string& extension)
73 if (!isExtensionSupported(renderCtx, extension))
    [all...]

Completed in 443 milliseconds