Home
last modified time | relevance | path

Searched refs:contextSupports (Results 1 - 25 of 190) sorted by relevance

12345678

/third_party/vk-gl-cts/framework/opengl/
H A DgluStateReset.cpp75 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
81 if (contextSupports(type, ApiType::es(3,1))) in resetStateES()
89 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
103 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
118 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
130 if (contextSupports(type, ApiType::es(3,1))) in resetStateES()
149 const bool supportsBorderClamp = ctxInfo.isExtensionSupported("GL_EXT_texture_border_clamp") || contextSupports(type, ApiType::es(3,2)); in resetStateES()
165 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
179 if (contextSupports(type, ApiType::es(3,1))) in resetStateES()
198 if (contextSupports(typ in resetStateES()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cCommonBugsTests.cpp216 if (!glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(3, 1))) in iterate()
882 if (glu::contextSupports(context_type, glu::ApiType::core(3, 2))) in iterate()
887 if (glu::contextSupports(context_type, glu::ApiType::core(4, 0))) in iterate()
916 if (!glu::contextSupports(context_type, current_iteration_min_context_type)) in iterate()
1503 bool expected_outcome = glu::contextSupports(context_type, glu::ApiType::core(4, 4)); in iterate()
1513 const char* cs_body_parts[] = { (!glu::contextSupports(context_type, glu::ApiType::core(4, 3))) ? in iterate()
1516 (!glu::contextSupports(context_type, glu::ApiType::core(4, 4))) ? in iterate()
1892 const bool include_cull_distance = glu::contextSupports(context_type, glu::ApiType::core(4, 5)); in getTestIterationProperties()
2332 if (glu::contextSupports(context_type, glu::ApiType::core(3, 2))) in getTestIterationProperties()
2337 if (glu::contextSupports(context_typ in getTestIterationProperties()
[all...]
H A Dgl4cSpirvExtensionsTests.cpp59 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) && in init()
65 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) && in init()
H A Dgl4cDirectStateAccessProgramPipelinesTests.cpp77 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
198 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
410 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
503 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationStateQueryTests.cpp82 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) ||
83 glu::contextSupports(ctxType, glu::ApiType::core(4, 5));
140 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) ||
141 glu::contextSupports(ctxType, glu::ApiType::core(4, 5));
H A Des31fNegativePreciseTests.cpp65 const bool supportsES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in generateShaderSource()
162 contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in checkSupport()
163 contextSupports(ctx.getRenderContext().getType(), glu::ApiType::core(4, 5)); in checkSupport()
H A Des31fSampleVariableTests.cpp280 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) ||
281 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5));
317 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) ||
318 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5));
399 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) ||
400 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5));
488 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) ||
489 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5));
663 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) ||
664 glu::contextSupports(m_contex
[all...]
H A Des31fNegativeAdvancedBlendEquationTests.cpp134 const bool supportsES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in generateVertexShaderSource()
149 const bool supportsES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in generateFragmentShaderSource()
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()
H A Des31fNegativeShaderFramebufferFetchTests.cpp126 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in last_frag_data_not_defined()
209 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in invalid_redeclaration_inout()
241 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in invalid_vertex_inout()
H A Des31fNegativeComputeTests.cpp122 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in generateComputeShader()
385 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in program_not_active()
446 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in invalid_program_query()
496 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in invalid_dispatch_compute_indirect()
587 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in invalid_maximum_work_group_counts()
651 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in invalid_maximum_work_group_sizes()
709 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in invalid_layout_qualifiers()
811 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in invalid_write_built_in_constants()
H A Des31fBooleanStateQueryTests.cpp73 if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))) in iterate()
74 TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(m_context.getRenderContext().getType(), m_minimumVersion), "This test requires a higher context version."); in iterate()
H A Des31fFboTestCase.cpp157 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in isRequiredFormat()
158 const bool supportsGL45 = glu::contextSupports(renderContext.getType(), glu::ApiType::core(4, 5)); in isRequiredFormat()
226 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in getEnablingExtensions()
H A Des31fNegativeSampleVariablesTests.cpp81 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in getVersionAndExtension()
95 const bool isES32orGL45 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in checkSupported()
96 contextSupports(ctx.getRenderContext().getType(), glu::ApiType::core(4, 5)); in checkSupported()
H A Des31fInternalFormatQueryTests.cpp77 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in init()
78 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in init()
96 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in iterate()
97 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in iterate()
H A Des31fSampleShadingTests.cpp53 return contextSupports(contextType, glu::ApiType::es(3, 2)) || in checkSupport()
54 contextSupports(contextType, glu::ApiType::core(4, 5)) || in checkSupport()
417 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) ||
418 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5));
H A Des31fShaderBuiltinConstantTests.cpp161 const bool supportsES32orGL45 = contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in init()
162 contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); in init()
204 const bool supportsES32orGL45 = contextSupports(renderCtx.getType(), glu::ApiType::es(3, 2)) || in createGetConstantExecutor()
205 contextSupports(renderCtx.getType(), glu::ApiType::core(4, 5)); in createGetConstantExecutor()
H A Des31fShaderStateQueryTests.cpp101 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in iterate()
102 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in iterate()
385 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in init()
386 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in init()
H A Des31fShaderTextureSizeTests.cpp166 const bool supportsES32orGL45 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)) ||
167 glu::contextSupports(rc.getType(), glu::ApiType::core(4, 5));
363 const bool supportsES32orGL45 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)) ||
364 glu::contextSupports(contextType, glu::ApiType::core(4, 5));
H A Des31fNegativeVertexArrayApiTests.cpp432 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_arrays()
496 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_arrays_incomplete_primitive()
533 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_elements()
647 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_elements_incomplete_primitive()
724 return contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in checkSupport()
725 contextSupports(ctx.getRenderContext().getType(), glu::ApiType::core(4, 5)); in checkSupport()
786 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_arrays_instanced()
859 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_arrays_instanced_incomplete_primitive()
898 const bool isES32 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)); in draw_elements_instanced()
1021 const bool isES32 = glu::contextSupports(r in draw_elements_instanced_incomplete_primitive()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.cpp98 if (glu::contextSupports(context_type, glu::ApiType::core(4, 0))) in initExtensions()
109 m_is_shader_image_atomic_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 2)); in initExtensions()
111 glu::contextSupports(context_type, glu::ApiType::core(4, 3)); in initExtensions()
112 m_is_framebuffer_no_attachments_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 3)); in initExtensions()
113 m_is_program_interface_query_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 3)); in initExtensions()
114 m_is_texture_storage_multisample_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 3)); in initExtensions()
115 m_is_shader_image_load_store_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 2)); in initExtensions()
116 m_is_viewport_array_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 1)); in initExtensions()
118 else if (glu::contextSupports(context_type, glu::ApiType::es(3, 2))) in initExtensions()
143 DE_ASSERT(glu::contextSupports(context_typ in initExtensions()
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureStateQueryTests.cpp600 if (contextSupports(contextType, glu::ApiType::core(4,5))) in isCoreTextureTarget()
602 else if (contextSupports(contextType, glu::ApiType::es(3,2))) in isCoreTextureTarget()
604 else if (contextSupports(contextType, glu::ApiType::es(3,1))) in isCoreTextureTarget()
606 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in isCoreTextureTarget()
617 if (contextSupports(contextType, glu::ApiType::core(4,5))) in isCoreTextureParam()
619 else if (contextSupports(contextType, glu::ApiType::es(3,2))) in isCoreTextureParam()
621 else if (contextSupports(contextType, glu::ApiType::es(3,1))) in isCoreTextureParam()
623 else if (contextSupports(contextType, glu::ApiType::es(3,0))) in isCoreTextureParam()
634 if (contextSupports(contextType, glu::ApiType::core(4,5))) in isCoreQuery()
636 else if (contextSupports(contextTyp in isCoreQuery()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCase.hpp135 bool contextSupports (const deUint32 variantNum, const deUint32 majorNum, const deUint32 minorNum, const deUint32 patchNum) const;
136 bool contextSupports (const vk::ApiVersion version) const;
137 bool contextSupports (const deUint32 requiredApiVersionBits) const;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestCase.hpp129 bool contextSupports (const deUint32 variantNum, const deUint32 majorNum, const deUint32 minorNum, const deUint32 patchNum) const;
130 bool contextSupports (const vk::ApiVersion version) const;
131 bool contextSupports (const deUint32 requiredApiVersionBits) const;
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderMacroTests.cpp120 if (glu::contextSupports(contextType, glu::ApiType::es(3, 2))) in init()
127 else if (glu::contextSupports(contextType, glu::ApiType::es(3, 1))) in init()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferPrecision.cpp297 if (glu::contextSupports(contextType, glu::ApiType::core(4, 5)) || in iterate()
298 glu::contextSupports(contextType, glu::ApiType::es(3, 1))) in iterate()

Completed in 21 milliseconds

12345678