/third_party/vk-gl-cts/external/openglcts/modules/glesext/ |
H A D | esextcTestCaseBase.cpp | 133 isExtensionSupported("GL_OES_geometry_point_size") || isExtensionSupported("GL_EXT_geometry_point_size"); in initExtensions() 134 m_is_tessellation_shader_point_size_supported = isExtensionSupported("GL_OES_tessellation_point_size") || in initExtensions() 135 isExtensionSupported("GL_EXT_tessellation_point_size"); in initExtensions() 136 m_is_viewport_array_supported = isExtensionSupported("GL_OES_viewport_array"); in initExtensions() 137 m_is_texture_float_linear_supported = isExtensionSupported("GL_OES_texture_float_linear"); in initExtensions() 155 m_is_geometry_shader_extension_supported = isExtensionSupported("GL_OES_geometry_shader"); in initExtensions() 156 m_is_geometry_shader_point_size_supported = isExtensionSupported("GL_OES_geometry_point_size"); in initExtensions() 157 m_is_gpu_shader5_supported = isExtensionSupported("GL_OES_gpu_shader5"); in initExtensions() 158 m_is_tessellation_shader_supported = isExtensionSupported("GL_OES_tessellation_shade in initExtensions() 334 bool TestCaseBase::isExtensionSupported(const std::string& extName) const isExtensionSupported() function in glcts::TestCaseBase [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeTestShared.cpp | 121 return getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"); in isShaderSupported() 124 return getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"); in isShaderSupported() 130 bool NegativeTestContext::isExtensionSupported (std::string extension) in isExtensionSupported() function in deqp::gles31::Functional::NegativeTestShared::NegativeTestContext 132 return getContextInfo().isExtensionSupported(extension.c_str()); in isExtensionSupported()
|
H A D | es31fNegativeSampleVariablesTests.cpp | 98 if (!isES32orGL45 && !ctx.isExtensionSupported("GL_OES_sample_variables")) in checkSupported() 143 if ((!ctx.isExtensionSupported("GL_EXT_tessellation_shader") && !ctx.isExtensionSupported("GL_OES_tessellation_shader")) || in access_built_in_types_inside_other_shaders() 144 (!ctx.isExtensionSupported("GL_EXT_geometry_shader") && !ctx.isExtensionSupported("GL_OES_geometry_shader"))) in access_built_in_types_inside_other_shaders()
|
H A D | es31fNegativeAdvancedBlendEquationTests.cpp | 175 ctx.isExtensionSupported("GL_KHR_blend_equation_advanced") || contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)), in blend_qualifier_mismatch() 222 ctx.isExtensionSupported("GL_KHR_blend_equation_advanced") || contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)), in attachment_advanced_equation() 259 if (ctx.isExtensionSupported("GL_NVX_blend_equation_advanced_multi_draw_buffers")) in attachment_advanced_equation()
|
H A D | es31fShaderMultisampleInterpolationStateQueryTests.cpp | 85 if (!isES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation")) 143 if (!isES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
|
H A D | es31fTextureFormatTests.cpp | 84 supportedExtensions.cubeMapArray = renderCtxInfoid.isExtensionSupported("GL_EXT_texture_cube_map_array"); in checkSupport() 85 supportedExtensions.sRGBR8 = renderCtxInfoid.isExtensionSupported("GL_EXT_texture_sRGB_R8"); in checkSupport() 86 supportedExtensions.sRGBRG8 = renderCtxInfoid.isExtensionSupported("GL_EXT_texture_sRGB_RG8"); in checkSupport() 324 && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_buffer") in init() 325 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_buffer")) in init()
|
H A D | es31fAdvancedBlendTests.cpp | 250 m_coherentExtensionSupported = m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced_coherent"); in init() 253 if (!m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced")) in init() 618 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced_coherent"), "GL_KHR_blend_equation_advanced_coherent is not supported"); in iterate() 682 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced"), "GL_KHR_blend_equation_advanced is not supported"); in iterate() 739 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced"), "GL_KHR_blend_equation_advanced is not supported"); in iterate() 740 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_draw_buffers_indexed"), "GL_EXT_draw_buffers_indexed is not supported"); in iterate()
|
H A D | es31fAndroidExtensionPackES31ATests.cpp | 66 if (!m_context.getContextInfo().isExtensionSupported("GL_ANDROID_extension_pack_es31a")) in init() 143 if (m_context.getContextInfo().isExtensionSupported(m_extension.c_str())) in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcParallelShaderCompileTests.cpp | 83 const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_compile")) || in iterate() 84 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile"); in iterate() 173 const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_compile")) || in iterate() 174 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile"); in iterate() 236 const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_compile")) || in iterate() 237 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile"); in iterate()
|
H A D | glcPackedPixelsTests.cpp | 1051 if (contextInfo.isExtensionSupported("GL_EXT_texture_type_2_10_10_10_REV")) in getCanonicalFormat() 1063 if (contextInfo.isExtensionSupported("GL_OES_required_internalformat")) in getCanonicalFormat() 1501 if ((contextInfo.isExtensionSupported("GL_OES_texture_float") && (GL_FLOAT == type.type)) || 1502 (contextInfo.isExtensionSupported("GL_OES_texture_half_float") && 1513 if (contextInfo.isExtensionSupported("GL_EXT_texture_type_2_10_10_10_REV") && 1521 if (contextInfo.isExtensionSupported("GL_NV_packed_float") && 1527 if (contextInfo.isExtensionSupported("GL_EXT_texture_type_2_10_10_10_REV") && 1528 contextInfo.isExtensionSupported("GL_OES_required_internalformat")) 1556 if (inputFormat.attachment == GL_DEPTH_ATTACHMENT && contextInfo.isExtensionSupported("GL_NV_read_depth") && 1566 contextInfo.isExtensionSupported("GL_NV_read_depth_stenci [all...] |
H A D | glcShaderMultisampleInterpolationTests.cpp | 129 !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation")) in iterate() 282 !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation")) in iterate() 290 (m_context.getContextInfo().isExtensionSupported("GL_EXT_color_buffer_float") || in iterate() 291 m_context.getContextInfo().isExtensionSupported("GL_ARB_color_buffer_float")); in iterate()
|
H A D | glcTextureFilterAnisotropicTests.cpp | 183 !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_filter_anisotropic") && in init() 184 !m_context.getContextInfo().isExtensionSupported("GL_ARB_texture_filter_anisotropic")) in init() 385 !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_filter_anisotropic") && in init() 386 !m_context.getContextInfo().isExtensionSupported("GL_ARB_texture_filter_anisotropic")) in init()
|
H A D | glcSampleVariablesTests.cpp | 114 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_variables")) in iterate() 233 !m_context.getContextInfo().isExtensionSupported("GL_OES_sample_variables")) in iterate() 241 (m_context.getContextInfo().isExtensionSupported("GL_EXT_color_buffer_float") || in iterate() 242 m_context.getContextInfo().isExtensionSupported("GL_ARB_color_buffer_float")); in iterate() 585 !m_context.getContextInfo().isExtensionSupported("GL_OES_sample_variables")) in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp | 181 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate() 367 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate() 454 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate() 552 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate() 693 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate() 818 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate() 952 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate() 1076 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate() 1161 m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"); in iterate()
|
H A D | es31cFramebufferNoAttachmentsTests.cpp | 238 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader") || in iterate() 239 m_context.getContextInfo().isExtensionSupported("GL_OES_geometry_shader")) in iterate() 246 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader") && in iterate() 247 !m_context.getContextInfo().isExtensionSupported("GL_OES_geometry_shader")) in iterate()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderFragDataTests.cpp | 64 static bool isExtensionSupported (const glu::RenderContext& renderCtx, const std::string& extension) in isExtensionSupported() function 251 if(!isExtensionSupported(renderCtx, "GL_EXT_draw_buffers") && !isExtensionSupported(renderCtx, "GL_NV_draw_buffers")) in iterate() 255 if (isExtensionSupported(renderCtx, "GL_EXT_draw_buffers")) in iterate() 258 if (isExtensionSupported(renderCtx, "GL_NV_draw_buffers")) in iterate()
|
H A D | es3fIndexedStateQueryTests.cpp | 528 void isExtensionSupported (Context& context, std::string extensionName) in isExtensionSupported() function 535 if (!contextSupports(context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !context.getContextInfo().isExtensionSupported(extensionName.c_str())) in isExtensionSupported() 538 else if (!context.getContextInfo().isExtensionSupported(extensionName.c_str())) in isExtensionSupported() 562 isExtensionSupported(m_context, "GL_EXT_draw_buffers_indexed"); in init() 646 isExtensionSupported(m_context, "GL_EXT_draw_buffers_indexed"); in init() 719 isExtensionSupported(m_context, "GL_EXT_draw_buffers_indexed"); in init() 911 isExtensionSupported(m_context, "GL_EXT_draw_buffers_indexed"); in init() 1042 isExtensionSupported(m_context, "GL_EXT_draw_buffers_indexed"); in init() 1043 isExtensionSupported(m_context, "GL_KHR_blend_equation_advanced"); in init()
|
H A D | es3fMultiviewTests.cpp | 155 bool mvsupported = contextInfo.isExtensionSupported("GL_OVR_multiview"); in init() 163 bool msaasupported = contextInfo.isExtensionSupported("GL_OVR_multiview_multisampled_render_to_texture"); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderBallotTests.cpp | 492 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate() 493 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64")) in iterate() 568 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate() 569 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64")) in iterate() 644 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate() 645 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64")) in iterate() 717 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate() 718 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64")) in iterate()
|
H A D | gl4cSpirvExtensionsTests.cpp | 60 !m_context.getContextInfo().isExtensionSupported("GL_ARB_spirv_extensions")) in init() 66 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gl_spirv")) in init()
|
H A D | gl4cDirectStateAccessProgramPipelinesTests.cpp | 78 bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_state_access"); in iterate() 199 bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_state_access"); in iterate() 411 bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_state_access"); in iterate() 504 bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_state_access"); in iterate()
|
H A D | gl4cIndirectParametersTests.cpp | 88 !m_context.getContextInfo().isExtensionSupported("GL_ARB_indirect_parameters")) in iterate() 252 !m_context.getContextInfo().isExtensionSupported("GL_ARB_indirect_parameters")) in iterate() 342 !m_context.getContextInfo().isExtensionSupported("GL_ARB_indirect_parameters")) in init() 524 !m_context.getContextInfo().isExtensionSupported("GL_ARB_indirect_parameters")) in init()
|
H A D | gl4cDirectStateAccessSamplersTests.cpp | 78 bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_state_access"); in iterate() 172 bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_state_access"); in iterate() 389 bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_state_access"); in iterate() 482 bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_state_access"); in iterate()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluStateReset.cpp | 149 const bool supportsBorderClamp = ctxInfo.isExtensionSupported("GL_EXT_texture_border_clamp") || contextSupports(type, ApiType::es(3,2)); in resetStateES() 285 if (ctxInfo.isExtensionSupported("GL_OES_texture_storage_multisample_2d_array")) in resetStateES() 296 if (ctxInfo.isExtensionSupported("GL_EXT_texture_cube_map_array")) in resetStateES() 334 if (ctxInfo.isExtensionSupported("GL_EXT_draw_buffers_indexed")) in resetStateES() 372 if (ctxInfo.isExtensionSupported("GL_EXT_sRGB_write_control")) in resetStateES() 576 if (contextSupports(type, ApiType::es(3,1)) && ctxInfo.isExtensionSupported("GL_OES_sample_shading")) in resetStateES() 585 if (ctxInfo.isExtensionSupported("GL_KHR_debug")) in resetStateES() 614 if (ctxInfo.isExtensionSupported("GL_EXT_primitive_bounding_box")) in resetStateES() 621 if (ctxInfo.isExtensionSupported("GL_EXT_tessellation_shader")) in resetStateES() 628 if (ctxInfo.isExtensionSupported("GL_KHR_blend_equation_advanced_coheren in resetStateES() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/disjoint_timer_query/ |
H A D | esextcDisjointTimerQueryHandleReuse.cpp | 56 if (!isExtensionSupported("GL_EXT_disjoint_timer_query")) in initTest()
|