HomeSort by relevance Sort by last modified time
    Searched refs:isExtensionSupported (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /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());
es31fNegativeSampleVariablesTests.cpp 97 if (!isES32 && !ctx.isExtensionSupported("GL_OES_sample_variables"))
140 if ((!ctx.isExtensionSupported("GL_EXT_tessellation_shader") && !ctx.isExtensionSupported("GL_OES_tessellation_shader")) ||
141 (!ctx.isExtensionSupported("GL_EXT_geometry_shader") && !ctx.isExtensionSupported("GL_OES_geometry_shader")))
es31fNegativePreciseTests.cpp 162 ctx.isExtensionSupported("GL_EXT_gpu_shader5") || contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)),
177 ctx.isExtensionSupported("GL_EXT_gpu_shader5") || contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)),
192 ctx.isExtensionSupported("GL_EXT_gpu_shader5") || contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)),
es31fNegativeTestShared.hpp 75 bool isExtensionSupported (std::string extension);
es31fAndroidExtensionPackES31ATests.cpp 66 if (!m_context.getContextInfo().isExtensionSupported("GL_ANDROID_extension_pack_es31a"))
143 if (m_context.getContextInfo().isExtensionSupported(m_extension.c_str()))
es31fShaderMultisampleInterpolationStateQueryTests.cpp 83 if (!isES32 && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
131 if (!isES32 && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
es31fSampleShadingTests.cpp 72 if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading"))
123 if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading"))
190 if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading"))
278 if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading"))
es31fNegativeAdvancedBlendEquationTests.cpp 175 ctx.isExtensionSupported("GL_KHR_blend_equation_advanced") || contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)),
211 ctx.isExtensionSupported("GL_KHR_blend_equation_advanced") || contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)),
es31fOpaqueTypeIndexingTests.cpp 370 m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"),
375 m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"),
380 m_context.getContextInfo().isExtensionSupported("GL_EXT_gpu_shader5"),
389 m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_cube_map_array"),
743 m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"),
748 m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"),
753 m_context.getContextInfo().isExtensionSupported("GL_EXT_gpu_shader5"),
    [all...]
es31fTextureBufferTests.cpp 154 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_buffer"), "GL_EXT_texture_buffer is not supported");
189 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_buffer"), "GL_EXT_texture_buffer is not supported");
220 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_buffer"), "GL_EXT_texture_buffer is not supported");
279 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_buffer"), "GL_EXT_texture_buffer is not supported");
338 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_buffer"), "GL_EXT_texture_buffer is not supported");
409 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_buffer"), "GL_EXT_texture_buffer is not supported");
490 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_buffer"), "GL_EXT_texture_buffer is not supported");
es31fShaderMultisampleInterpolationTests.cpp 126 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation") && !glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)))
667 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation") && !glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)))
778 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation") && !glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)))
    [all...]
es31fNegativeTessellationTests.cpp 83 if (!ctx.getContextInfo().isExtensionSupported(extName))
112 const bool requireTES = !ctx.getContextInfo().isExtensionSupported("GL_NV_gpu_shader5");
238 const glw::GLenum tessErr = ctx.getContextInfo().isExtensionSupported("GL_NV_gpu_shader5") ? GL_NO_ERROR : GL_INVALID_OPERATION;
es31fShaderStateQueryTests.cpp 102 if (m_extension && !m_context.getContextInfo().isExtensionSupported(m_extension) && !supportsES32)
392 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader") && !supportsES32)
398 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") && !supportsES32)
es31fNegativeFragmentApiTests.cpp 164 if (!contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !ctx.getContextInfo().isExtensionSupported("GL_EXT_draw_buffers_indexed"))
184 if (!contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !ctx.getContextInfo().isExtensionSupported("GL_EXT_draw_buffers_indexed"))
232 if (!contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !ctx.getContextInfo().isExtensionSupported("GL_EXT_draw_buffers_indexed"))
254 if (!glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !ctx.getContextInfo().isExtensionSupported("GL_EXT_draw_buffers_indexed"))
es31fAdvancedBlendTests.cpp 249 m_coherentExtensionSupported = m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced_coherent");
252 if (!m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced"))
601 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced_coherent"), "GL_KHR_blend_equation_advanced_coherent is not supported");
665 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced"), "GL_KHR_blend_equation_advanced is not supported");
720 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced"), "GL_KHR_blend_equation_advanced is not supported");
721 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_draw_buffers_indexed"), "GL_EXT_draw_buffers_indexed is not supported");
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...]
es31fIntegerStateQueryTests.cpp 125 if (m_texTarget == GL_TEXTURE_2D_MULTISAMPLE_ARRAY && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
127 if (m_texTarget == GL_TEXTURE_CUBE_MAP_ARRAY && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_cube_map_array"))
129 if (m_texTarget == GL_TEXTURE_BUFFER && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_buffer"))
623 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"))
630 else if (m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
680 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"))
687 else if (m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
736 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"))
743 else if (m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
    [all...]
  /external/deqp/framework/opengl/
gluContextInfo.hpp 93 bool isExtensionSupported (const char* extName) const;
gluStateReset.cpp 149 const bool supportsBorderClamp = ctxInfo.isExtensionSupported("GL_EXT_texture_border_clamp") || contextSupports(type, ApiType::es(3,2));
285 if (ctxInfo.isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
296 if (ctxInfo.isExtensionSupported("GL_EXT_texture_cube_map_array"))
334 if (ctxInfo.isExtensionSupported("GL_EXT_draw_buffers_indexed"))
372 if (ctxInfo.isExtensionSupported("GL_EXT_sRGB_write_control"))
567 if (contextSupports(type, ApiType::es(3,1)) && ctxInfo.isExtensionSupported("GL_OES_sample_shading"))
576 if (ctxInfo.isExtensionSupported("GL_KHR_debug"))
605 if (ctxInfo.isExtensionSupported("GL_EXT_primitive_bounding_box"))
612 if (ctxInfo.isExtensionSupported("GL_EXT_tessellation_shader"))
619 if (ctxInfo.isExtensionSupported("GL_KHR_blend_equation_advanced_coherent")
    [all...]
gluContextInfo.cpp 244 bool ContextInfo::isExtensionSupported (const char* name) const
gluES3PlusWrapperContext.cpp 115 if (ctxInfo->isExtensionSupported("GL_NV_blend_equation_advanced") ||
116 ctxInfo->isExtensionSupported("GL_KHR_blend_equation_advanced"))
120 if (ctxInfo->isExtensionSupported("GL_NV_blend_equation_advanced_coherent") ||
121 ctxInfo->isExtensionSupported("GL_KHR_blend_equation_advanced_coherent"))
  /external/deqp/external/vulkancts/framework/vulkan/
vkQueryUtil.hpp 102 bool isExtensionSupported (ExtensionIterator begin, ExtensionIterator end, const RequiredExtension& required);
103 bool isExtensionSupported (const std::vector<VkExtensionProperties>& extensions, const RequiredExtension& required);
186 bool isExtensionSupported (ExtensionIterator begin, ExtensionIterator end, const RequiredExtension& required)
vkDebugReportUtil.cpp 167 return isExtensionSupported(enumerateInstanceExtensionProperties(vkp, DE_NULL),
vkQueryUtil.cpp 311 bool isExtensionSupported (const std::vector<VkExtensionProperties>& extensions, const RequiredExtension& required)
313 return isExtensionSupported(extensions.begin(), extensions.end(), required);
  /external/deqp/modules/gles2/functional/
es2fDebugMarkerTests.cpp 48 if (!ctxInfo.isExtensionSupported("GL_EXT_debug_marker"))

Completed in 1242 milliseconds

1 2 3 4