Home
last modified time | relevance | path

Searched refs:isExtensionSupported (Results 1 – 25 of 97) sorted by relevance

1234

/external/deqp/modules/gles31/functional/
Des31fNegativeTestShared.cpp121 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()
Des31fNegativeSampleVariablesTests.cpp97 if (!isES32 && !ctx.isExtensionSupported("GL_OES_sample_variables")) in checkSupported()
140 …if ((!ctx.isExtensionSupported("GL_EXT_tessellation_shader") && !ctx.isExtensionSupported("GL_OES_… in access_built_in_types_inside_other_shaders()
141 …(!ctx.isExtensionSupported("GL_EXT_geometry_shader") && !ctx.isExtensionSupported("GL_OES_geometry… in access_built_in_types_inside_other_shaders()
Des31fNegativePreciseTests.cpp162 …ctx.isExtensionSupported("GL_EXT_gpu_shader5") || contextSupports(ctx.getRenderContext().getType()… in precise_as_variable_name()
177 …ctx.isExtensionSupported("GL_EXT_gpu_shader5") || contextSupports(ctx.getRenderContext().getType()… in precise_as_function_name()
192 …ctx.isExtensionSupported("GL_EXT_gpu_shader5") || contextSupports(ctx.getRenderContext().getType()… in precise_as_function_argument()
Des31fTextureBufferTests.cpp154 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
189 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
220 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
279 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
338 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
409 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
490 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
Des31fSampleShadingTests.cpp72 …getType(), glu::ApiType::es(3, 2)) && !m_context.getContextInfo().isExtensionSupported("GL_OES_sam… in init()
123 …getType(), glu::ApiType::es(3, 2)) && !m_context.getContextInfo().isExtensionSupported("GL_OES_sam… in init()
190 …getType(), glu::ApiType::es(3, 2)) && !m_context.getContextInfo().isExtensionSupported("GL_OES_sam… in init()
278 …getType(), glu::ApiType::es(3, 2)) && !m_context.getContextInfo().isExtensionSupported("GL_OES_sam… in init()
Des31fShaderMultisampleInterpolationStateQueryTests.cpp83 …if (!isES32 && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpo… in init()
131 …if (!isES32 && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpo… in init()
Des31fAndroidExtensionPackES31ATests.cpp66 if (!m_context.getContextInfo().isExtensionSupported("GL_ANDROID_extension_pack_es31a")) in init()
143 if (m_context.getContextInfo().isExtensionSupported(m_extension.c_str())) in iterate()
Des31fAdvancedBlendTests.cpp249 …m_coherentExtensionSupported = m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equat… in init()
252 if (!m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced")) in init()
601 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_ble… in iterate()
665 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_ble… in iterate()
720 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_ble… in iterate()
721 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_dra… in iterate()
Des31fOpaqueTypeIndexingTests.cpp370 m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"), in init()
375 m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"), in init()
380 m_context.getContextInfo().isExtensionSupported("GL_EXT_gpu_shader5"), in init()
389 m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_cube_map_array"), in init()
743 m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"), in init()
748 m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"), in init()
753 m_context.getContextInfo().isExtensionSupported("GL_EXT_gpu_shader5"), in init()
989 m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"), in init()
994 m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"), in init()
999 m_context.getContextInfo().isExtensionSupported("GL_EXT_gpu_shader5"), in init()
Des31fNegativeFragmentApiTests.cpp164 …ext().getType(), glu::ApiType::es(3, 2)) && !ctx.getContextInfo().isExtensionSupported("GL_EXT_dra… in blend_equationi()
184 …ext().getType(), glu::ApiType::es(3, 2)) && !ctx.getContextInfo().isExtensionSupported("GL_EXT_dra… in blend_equation_separatei()
232 …ext().getType(), glu::ApiType::es(3, 2)) && !ctx.getContextInfo().isExtensionSupported("GL_EXT_dra… in blend_funci()
254 …ext().getType(), glu::ApiType::es(3, 2)) && !ctx.getContextInfo().isExtensionSupported("GL_EXT_dra… in blend_func_separatei()
Des31fIntegerStateQueryTests.cpp125 …== GL_TEXTURE_2D_MULTISAMPLE_ARRAY && !m_context.getContextInfo().isExtensionSupported("GL_OES_tex… in init()
127 …if (m_texTarget == GL_TEXTURE_CUBE_MAP_ARRAY && !m_context.getContextInfo().isExtensionSupported("… in init()
129 …if (m_texTarget == GL_TEXTURE_BUFFER && !m_context.getContextInfo().isExtensionSupported("GL_EXT_t… in init()
623 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader")) in iterate()
630 else if (m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) in iterate()
680 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader")) in iterate()
687 else if (m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) in iterate()
736 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader")) in iterate()
743 else if (m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) in iterate()
Des31fShaderMultisampleInterpolationTests.cpp126 …if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation") &&… in init()
667 …if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation") &&… in init()
778 …if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation") &&… in init()
957 …if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation") &&… in init()
959 …if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_variables") && !glu::contextSu… in init()
1230 …if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation") &&… in init()
1361 …if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation") &&… in init()
1363 …if (!m_context.getContextInfo().isExtensionSupported("GL_OES_sample_variables") && !glu::contextSu… in init()
1481 …if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation") &&… in init()
Des31fShaderStateQueryTests.cpp102 if (m_extension && !m_context.getContextInfo().isExtensionSupported(m_extension) && !supportsES32) in iterate()
392 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader") && !supportsES32) in init()
398 …if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") && !supportsES3… in init()
Des31fNegativeAdvancedBlendEquationTests.cpp175 …ctx.isExtensionSupported("GL_KHR_blend_equation_advanced") || contextSupports(ctx.getRenderContext… in blend_qualifier_mismatch()
211 …ctx.isExtensionSupported("GL_KHR_blend_equation_advanced") || contextSupports(ctx.getRenderContext… in attachment_advanced_equation()
Des31fNegativeTextureApiTests.cpp153 …text().getType(), glu::ApiType::es(3, 2)) || ctx.getContextInfo().isExtensionSupported("GL_OES_tex… in bindtexture()
1196 …if (!(ctx.getContextInfo().isExtensionSupported("GL_EXT_color_buffer_float") && ctx.getContextInfo… in generatemipmap()
1833 …text().getType(), glu::ApiType::es(3, 2)) || ctx.getContextInfo().isExtensionSupported("GL_OES_tex… in texparameteri()
1862 …text().getType(), glu::ApiType::es(3, 2)) || ctx.getContextInfo().isExtensionSupported("GL_OES_tex… in texparameteri()
1954 …text().getType(), glu::ApiType::es(3, 2)) || ctx.getContextInfo().isExtensionSupported("GL_OES_tex… in texparameterf()
1983 …text().getType(), glu::ApiType::es(3, 2)) || ctx.getContextInfo().isExtensionSupported("GL_OES_tex… in texparameterf()
2069 …text().getType(), glu::ApiType::es(3, 2)) || ctx.getContextInfo().isExtensionSupported("GL_OES_tex… in texparameteriv()
2099 …text().getType(), glu::ApiType::es(3, 2)) || ctx.getContextInfo().isExtensionSupported("GL_OES_tex… in texparameteriv()
2186 …text().getType(), glu::ApiType::es(3, 2)) || ctx.getContextInfo().isExtensionSupported("GL_OES_tex… in texparameterfv()
2216 …text().getType(), glu::ApiType::es(3, 2)) || ctx.getContextInfo().isExtensionSupported("GL_OES_tex… in texparameterfv()
[all …]
Des31fNegativeTestShared.hpp75 bool isExtensionSupported (std::string extension);
Des31fNegativeTessellationTests.cpp83 if (!ctx.getContextInfo().isExtensionSupported(extName)) in checkExtensionSupport()
112 const bool requireTES = !ctx.getContextInfo().isExtensionSupported("GL_NV_gpu_shader5"); in single_tessellation_stage()
238 …const glw::GLenum tessErr = ctx.getContextInfo().isExtensionSupported("GL_NV_gpu_shader5") ? GL_… in tessellation_not_active()
Des31fIndexedStateQueryTests.cpp66 void isExtensionSupported (Context& context, std::string extensionName) in isExtensionSupported() function
70 …).getType(), glu::ApiType::es(3, 2)) && !context.getContextInfo().isExtensionSupported(extensionNa… in isExtensionSupported()
73 else if (!context.getContextInfo().isExtensionSupported(extensionName.c_str())) in isExtensionSupported()
876 isExtensionSupported(m_context, "GL_EXT_draw_buffers_indexed"); in init()
960 isExtensionSupported(m_context, "GL_EXT_draw_buffers_indexed"); in init()
1033 isExtensionSupported(m_context, "GL_EXT_draw_buffers_indexed"); in init()
1225 isExtensionSupported(m_context, "GL_EXT_draw_buffers_indexed"); in init()
1356 isExtensionSupported(m_context, "GL_EXT_draw_buffers_indexed"); in init()
1357 isExtensionSupported(m_context, "GL_KHR_blend_equation_advanced"); in init()
/external/deqp/framework/opengl/
DgluStateReset.cpp149 …const bool supportsBorderClamp = ctxInfo.isExtensionSupported("GL_EXT_texture_border_clamp") || co… 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()
567 …if (contextSupports(type, ApiType::es(3,1)) && ctxInfo.isExtensionSupported("GL_OES_sample_shading… in resetStateES()
576 if (ctxInfo.isExtensionSupported("GL_KHR_debug")) in resetStateES()
605 if (ctxInfo.isExtensionSupported("GL_EXT_primitive_bounding_box")) in resetStateES()
612 if (ctxInfo.isExtensionSupported("GL_EXT_tessellation_shader")) in resetStateES()
619 if (ctxInfo.isExtensionSupported("GL_KHR_blend_equation_advanced_coherent")) in resetStateES()
[all …]
DgluES3PlusWrapperContext.cpp115 if (ctxInfo->isExtensionSupported("GL_NV_blend_equation_advanced") || in Context()
116 ctxInfo->isExtensionSupported("GL_KHR_blend_equation_advanced")) in Context()
120 if (ctxInfo->isExtensionSupported("GL_NV_blend_equation_advanced_coherent") || in Context()
121 ctxInfo->isExtensionSupported("GL_KHR_blend_equation_advanced_coherent")) in Context()
DgluContextInfo.hpp93 bool isExtensionSupported (const char* extName) const;
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.hpp102 bool isExtensionSupported (ExtensionIterator begin, ExtensionIterator end, const Requi…
103 bool isExtensionSupported (const std::vector<VkExtensionProperties>& extensions, const…
186 bool isExtensionSupported (ExtensionIterator begin, ExtensionIterator end, const RequiredExtension&… in isExtensionSupported() function
DvkQueryUtil.cpp311 bool isExtensionSupported (const std::vector<VkExtensionProperties>& extensions, const RequiredExte… in isExtensionSupported() function
313 return isExtensionSupported(extensions.begin(), extensions.end(), required); in isExtensionSupported()
DvkDebugReportUtil.cpp167 return isExtensionSupported(enumerateInstanceExtensionProperties(vkp, DE_NULL), in isDebugReportSupported()
/external/deqp/modules/gles3/functional/
Des3fNegativeVertexArrayApiTests.cpp379 …if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry… in init()
482 …if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry… in init()
649 …if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry… in init()
760 …if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry… in init()
836 …if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry… in init()
953 …if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) // GL_EXT_geometry… in init()

1234