Searched refs:isExtensionSupported (Results 1 - 25 of 53) sorted by relevance

123

/external/deqp/framework/opengl/
H A DgluContextInfo.hpp100 bool isExtensionSupported (const char* extName) const;
H A DgluContextInfo.cpp254 bool ContextInfo::isExtensionSupported (const char* name) const function in class:glu::ContextInfo
H A DgluStateReset.cpp241 if (ctxInfo->isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
456 if (contextSupports(type, ApiType::es(3,1)) && ctxInfo->isExtensionSupported("GL_OES_sample_shading"))
465 if (ctxInfo->isExtensionSupported("GL_KHR_debug"))
981 if (ctxInfo->isExtensionSupported("GL_KHR_debug"))
H A DgluTexture.cpp720 if (!(contextSupports(m_context.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)) && info->isExtensionSupported("GL_ARB_texture_buffer_range"))
722 && info->isExtensionSupported("GL_EXT_texture_buffer")))
731 && info->isExtensionSupported("GL_EXT_texture_buffer")))
H A DgluTextureUtil.cpp962 if (contextInfo.isExtensionSupported("GL_EXT_color_buffer_float"))
971 if (contextInfo.isExtensionSupported("GL_EXT_color_buffer_float") ||
972 contextInfo.isExtensionSupported("GL_EXT_color_buffer_half_float"))
/external/deqp/modules/gles31/functional/
H A Des31fShaderStateQueryTests.cpp88 const bool textureArraySupported = m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array");
H A Des31fSampleShadingTests.cpp83 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading"))
236 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading"))
384 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading"))
493 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading"))
H A Des31fShaderMultisampleInterpolationTests.cpp113 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
654 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
765 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
940 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
942 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_variables"))
1203 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
1334 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
1336 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_variables"))
H A Des31fNegativeVertexArrayApiTests.cpp385 if (!ctx.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
490 if (!ctx.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
661 if (!ctx.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
774 if (!ctx.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
850 if (!ctx.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
965 if (!ctx.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
H A Des31fInternalFormatQueryTests.cpp77 if (m_target == GL_TEXTURE_2D_MULTISAMPLE_ARRAY && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
81 if (isTextureTarget && m_internalFormat == GL_STENCIL_INDEX8 && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_stencil8"))
H A Des31fShaderMultisampleInterpolationStateQueryTests.cpp281 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
324 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
H A Des31fTessellationGeometryInteractionTests.cpp159 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") ||
160 !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
462 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") ||
463 !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
852 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") ||
853 !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
1772 if (!m_context.getContextInfo().isExtensionSupported(requiredExtensions[ndx].c_str()))
2146 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") ||
2147 !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
2806 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shade
[all...]
H A Des31fAdvancedBlendTests.cpp215 if (!m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced"))
218 if (m_coherentBlending && !m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced_coherent"))
H A Des31fFboColorbufferTests.cpp127 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_cube_map_array"))
H A Des31fFboTestCase.cpp248 if (context.getContextInfo().isExtensionSupported(extension.c_str()))
H A Des31fDebugTests.cpp574 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_debug"), "GL_KHR_debug is not supported");
642 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_debug"), "GL_KHR_debug is not supported");
847 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_debug"), "GL_KHR_debug is not supported");
1159 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_debug"), "GL_KHR_debug is not supported");
1262 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_debug"), "GL_KHR_debug is not supported");
1359 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_debug"), "GL_KHR_debug is not supported");
1572 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_debug"), "GL_KHR_debug is not supported");
H A Des31fGeometryShaderTests.cpp1849 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
2286 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
2388 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
2495 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_point_size"))
2639 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
2642 if (m_target == TARGET_2D_MS_ARRAY && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
3613 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
3826 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
4067 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
4108 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shade
[all...]
H A Des31fOpaqueTypeIndexingTests.cpp349 !m_context.getContextInfo().isExtensionSupported(extName))
687 !m_context.getContextInfo().isExtensionSupported(extName))
900 !m_context.getContextInfo().isExtensionSupported(extName))
H A Des31fShaderBuiltinConstantTests.cpp161 if (!m_requiredExt.empty() && !m_context.getContextInfo().isExtensionSupported(m_requiredExt.c_str()))
/external/deqp/modules/gles3/functional/
H A Des3fNegativeVertexArrayApiTests.cpp379 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
482 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
649 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
760 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
835 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
948 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry_shader removes error
H A Des3fFboTestCase.cpp243 if (context.getContextInfo().isExtensionSupported(extension.c_str()))
/external/deqp/modules/gles31/stress/
H A Des31sTessellationGeometryInteractionTests.cpp120 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") ||
121 !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
/external/deqp/modules/gles2/functional/
H A Des2fFboCompletenessTests.cpp283 ctx.getContextInfo().isExtensionSupported("GL_NV_fbo_color_attachments"));
H A Des2fTextureCompletenessTests.cpp77 static bool isExtensionSupported (const glu::ContextInfo& ctxInfo, const char* extension) function in namespace:deqp::gles2::Functional
295 if (isExtensionSupported(m_ctxInfo, extension) && !deIsPowerOfTwo32(m_size.x()) && !deIsPowerOfTwo32(m_size.y()))
460 if (isExtensionSupported(m_ctxInfo, extension))
821 if (isExtensionSupported(m_ctxInfo, extension))
H A Des2fIntegerStateQueryTests.cpp1870 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_format_BGRA8888") ||
1871 m_context.getContextInfo().isExtensionSupported("GL_APPLE_texture_format_BGRA8888"))
1874 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_read_format_bgra"))
1881 if (m_context.getContextInfo().isExtensionSupported("GL_IMG_read_format"))
1887 if (m_context.getContextInfo().isExtensionSupported("GL_NV_sRGB_formats"))
1893 if (m_context.getContextInfo().isExtensionSupported("GL_NV_bgr"))
1898 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_rg"))

Completed in 289 milliseconds

123