HomeSort by relevance Sort by last modified time
    Searched refs:contextSupports (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/deqp/framework/opengl/
gluStateReset.cpp 75 if (contextSupports(type, ApiType::es(3,0)))
81 if (contextSupports(type, ApiType::es(3,1)))
89 if (contextSupports(type, ApiType::es(3,0)))
103 if (contextSupports(type, ApiType::es(3,0)))
118 if (contextSupports(type, ApiType::es(3,0)))
130 if (contextSupports(type, ApiType::es(3,1)))
149 const bool supportsBorderClamp = ctxInfo.isExtensionSupported("GL_EXT_texture_border_clamp") || contextSupports(type, ApiType::es(3,2));
165 if (contextSupports(type, ApiType::es(3,0)))
179 if (contextSupports(type, ApiType::es(3,1)))
198 if (contextSupports(type, ApiType::es(3,0))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.hpp 83 bool contextSupports (const deUint32 majorNum, const deUint32 minorNum, const deUint32 patchNum) const;
84 bool contextSupports (const vk::ApiVersion version) const;
85 bool contextSupports (const deUint32 requiredApiVersionBits) const;
  /external/deqp/modules/gles31/functional/
es31fNegativePreciseTests.cpp 65 const bool supportsES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
162 ctx.isExtensionSupported("GL_EXT_gpu_shader5") || contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)),
177 ctx.isExtensionSupported("GL_EXT_gpu_shader5") || contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)),
192 ctx.isExtensionSupported("GL_EXT_gpu_shader5") || contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)),
es31fNegativeAdvancedBlendEquationTests.cpp 134 const bool supportsES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
149 const bool supportsES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
175 ctx.isExtensionSupported("GL_KHR_blend_equation_advanced") || contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)),
211 ctx.isExtensionSupported("GL_KHR_blend_equation_advanced") || contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)),
es31fShaderMultisampleInterpolationStateQueryTests.cpp 81 const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
129 const bool supportsES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
es31fNegativeTestShared.cpp 115 if (contextSupports(getRenderContext().getType(), glu::ApiType::es(3, 2)))
es31fNegativeShaderFramebufferFetchTests.cpp 122 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
199 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
227 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
es31fNegativeTessellationTests.cpp 111 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
209 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
237 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
266 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
316 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
es31fSampleShadingTests.cpp 72 if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading"))
123 if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading"))
190 if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading"))
278 if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) && !m_context.getContextInfo().isExtensionSupported("GL_OES_sample_shading"))
408 const glu::GLSLVersion version = contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2))
es31fNegativeVertexArrayApiTests.cpp 391 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
451 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
485 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
595 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
671 TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)), "This test requires a 3.2 context or higher context version.");
706 TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)), "This test requires a 3.2 context or higher context version.");
725 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
793 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
829 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
    [all...]
es31fBooleanStateQueryTests.cpp 73 TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(m_context.getRenderContext().getType(), m_minimumVersion), "This test requires a higher context version.");
es31fNegativeComputeTests.cpp 122 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
385 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
446 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
496 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
587 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
651 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
709 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
809 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
    [all...]
es31fNegativeSampleVariablesTests.cpp 81 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
95 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
es31fNegativeShaderStorageTests.cpp 113 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
159 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
es31fShaderMultisampleInterpolationTests.cpp 53 const bool supportsES32 = glu::contextSupports(contextType, glu::ApiType::es(3, 2));
126 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation") && !glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)))
667 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation") && !glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)))
778 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation") && !glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)))
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cSpirvExtensionsTests.cpp 59 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
65 if (!glu::contextSupports(contextType, glu::ApiType::core(4, 6)) &&
gl3cCommonBugsTests.cpp 216 if (!glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(3, 1)))
882 if (glu::contextSupports(context_type, glu::ApiType::core(3, 2)))
887 if (glu::contextSupports(context_type, glu::ApiType::core(4, 0)))
916 if (!glu::contextSupports(context_type, current_iteration_min_context_type))
    [all...]
gl4cDirectStateAccessProgramPipelinesTests.cpp 77 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)));
198 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)));
410 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)));
503 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)));
  /external/deqp/external/openglcts/modules/common/
glcNoErrorTests.cpp 98 bool noErrorExtensionExists = glu::contextSupports(contextType, glu::ApiType::core(4, 6));
  /external/deqp/external/openglcts/modules/glesext/
esextcTestCaseBase.cpp 97 if (glu::contextSupports(context_type, glu::ApiType::core(4, 0)))
107 m_is_shader_image_atomic_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 2));
109 glu::contextSupports(context_type, glu::ApiType::core(4, 3));
110 m_is_framebuffer_no_attachments_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 3));
111 m_is_program_interface_query_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 3));
112 m_is_texture_storage_multisample_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 3));
113 m_is_shader_image_load_store_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 2));
114 m_is_viewport_array_supported = glu::contextSupports(context_type, glu::ApiType::core(4, 1));
116 else if (glu::contextSupports(context_type, glu::ApiType::es(3, 2)))
140 DE_ASSERT(glu::contextSupports(context_type, glu::ApiType::es(3, 1)))
    [all...]
esextcTestPackage.cpp 124 if (glu::contextSupports(context_type, glu::ApiType::es(3, 2)))
  /external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferPrecision.cpp 297 if (glu::contextSupports(contextType, glu::ApiType::core(4, 5)) ||
298 glu::contextSupports(contextType, glu::ApiType::es(3, 1)))
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayTests.cpp 138 if (glu::isContextTypeGLCore(contextType) || glu::contextSupports(contextType, glu::ApiType::es(3, 2)))
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmLoopDepInfTests.cpp 212 if (!context.contextSupports(vk::ApiVersion(1, 1, 0)))
vktSpvAsmLoopDepLenTests.cpp 227 if (!context.contextSupports(vk::ApiVersion(1, 1, 0)))

Completed in 320 milliseconds

1 2 3 4 5 6