Home
last modified time | relevance | path

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

12345678

/external/deqp/external/openglcts/modules/glesext/
DesextcTestCaseBase.cpp131isExtensionSupported("GL_OES_geometry_point_size") || isExtensionSupported("GL_EXT_geometry_point_… in initExtensions()
132 …m_is_tessellation_shader_point_size_supported = isExtensionSupported("GL_OES_tessellation_point_si… in initExtensions()
133 isExtensionSupported("GL_EXT_tessellation_point_size"); in initExtensions()
134 m_is_viewport_array_supported = isExtensionSupported("GL_OES_viewport_array"); in initExtensions()
152 m_is_geometry_shader_extension_supported = isExtensionSupported("GL_OES_geometry_shader"); in initExtensions()
153 m_is_geometry_shader_point_size_supported = isExtensionSupported("GL_OES_geometry_point_size"); in initExtensions()
154 m_is_gpu_shader5_supported = isExtensionSupported("GL_OES_gpu_shader5"); in initExtensions()
155 m_is_tessellation_shader_supported = isExtensionSupported("GL_OES_tessellation_shader"); in initExtensions()
156 …m_is_tessellation_shader_point_size_supported = isExtensionSupported("GL_OES_tessellation_point_si… in initExtensions()
157 m_is_texture_cube_map_array_supported = isExtensionSupported("GL_OES_texture_cube_map_array"); in initExtensions()
[all …]
/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()
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()
240 if (ctx.isExtensionSupported("GL_NVX_blend_equation_advanced_multi_draw_buffers")) in attachment_advanced_equation()
Des31fTextureBufferTests.cpp155 …ROW(NotSupportedError, supportsES32 || m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
191 …ROW(NotSupportedError, supportsES32 || m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
223 …ROW(NotSupportedError, supportsES32 || m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
283 …ROW(NotSupportedError, supportsES32 || m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
343 …ROW(NotSupportedError, supportsES32 || m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
415 …ROW(NotSupportedError, supportsES32 || m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
497 …ROW(NotSupportedError, supportsES32 || 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 (!supportsES32 && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_i… in init()
131 …if (!supportsES32 && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_i… in init()
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()
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()
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()
/external/deqp/external/openglcts/modules/common/
DglcParallelShaderCompileTests.cpp83 …const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_… in iterate()
84 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile"); in iterate()
173 …const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_… in iterate()
174 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile"); in iterate()
236 …const bool supportParallel = (isGL && contextInfo.isExtensionSupported("GL_ARB_parallel_shader_… in iterate()
237 contextInfo.isExtensionSupported("GL_KHR_parallel_shader_compile"); in iterate()
DglcShaderMacroTests.cpp130 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader") || in init()
131 m_context.getContextInfo().isExtensionSupported("GL_OES_geometry_shader")) in init()
136 if (m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") || in init()
137 m_context.getContextInfo().isExtensionSupported("GL_OES_tessellation_shader")) in init()
DglcShaderConstExprTests.cpp214 if (context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader") || in createTestCasesForAllShaderTypes()
215 context.getContextInfo().isExtensionSupported("GL_OES_geometry_shader")) in createTestCasesForAllShaderTypes()
220 if (context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") || in createTestCasesForAllShaderTypes()
221 context.getContextInfo().isExtensionSupported("GL_OES_tessellation_shader")) in createTestCasesForAllShaderTypes()
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp181 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()
Des31cFramebufferNoAttachmentsTests.cpp238 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()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderBallotTests.cpp493 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate()
494 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64")) in iterate()
569 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate()
570 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64")) in iterate()
645 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate()
646 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64")) in iterate()
718 if (!m_context.getContextInfo().isExtensionSupported("GL_ARB_shader_ballot") || in iterate()
719 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gpu_shader_int64")) in iterate()
Dgl4cSpirvExtensionsTests.cpp60 !m_context.getContextInfo().isExtensionSupported("GL_ARB_spirv_extensions")) in init()
66 !m_context.getContextInfo().isExtensionSupported("GL_ARB_gl_spirv")) in init()
Dgl4cDirectStateAccessProgramPipelinesTests.cpp78 …bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_s… in iterate()
199 …bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_s… in iterate()
411 …bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_s… in iterate()
504 …bool is_arb_direct_state_access = m_context.getContextInfo().isExtensionSupported("GL_ARB_direct_s… in iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp409 return isExtensionSupported(extensions.begin(), extensions.end(), required); in isInstanceExtensionSupported()
417 return isExtensionSupported(extensions.begin(), extensions.end(), required); in isDeviceExtensionSupported()
420 bool isExtensionSupported (const std::vector<VkExtensionProperties>& extensions, const RequiredExte… in isExtensionSupported() function
422 return isExtensionSupported(extensions.begin(), extensions.end(), required); in isExtensionSupported()
425 bool isExtensionSupported (const vector<std::string>& extensionStrings, const std::string& extensio… in isExtensionSupported() function
DvkQueryUtil.hpp113 bool isExtensionSupported (ExtensionIterator begin, ExtensionIterator end, const Requi…
114 bool isExtensionSupported (const std::vector<VkExtensionProperties>& extensions, const…
201 bool isExtensionSupported (ExtensionIterator begin, ExtensionIterator end, const RequiredExtension&… in isExtensionSupported() function
/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()
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_coherent")) in resetStateES()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderFragDataTests.cpp64 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… in iterate()

12345678