Home
last modified time | relevance | path

Searched refs:supportsES32orGL45 (Results 1 - 21 of 21) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSampleVariableTests.cpp279 const bool supportsES32orGL45 =
282 if (!supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_OES_sample_variables"))
316 const bool supportsES32orGL45 =
320 args["GLSL_VERSION_DECL"] = (supportsES32orGL45) ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
321 args["GLSL_EXTENSION"] = (supportsES32orGL45) ? "" : "#extension GL_OES_sample_variables : require";
398 const bool supportsES32orGL45 =
402 args["GLSL_VERSION_DECL"] = (supportsES32orGL45) ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
403 args["GLSL_EXTENSION"] = (supportsES32orGL45) ? "" : "#extension GL_OES_sample_variables : require";
487 const bool supportsES32orGL45 =
491 args["GLSL_VERSION_DECL"] = (supportsES32orGL45)
[all...]
H A Des31fShaderBuiltinConstantTests.cpp161 const bool supportsES32orGL45 = contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in init() local
175 if(!supportsES32orGL45) in init()
184 if (!supportsES32orGL45 && (m_varName == "gl_MaxTessControlImageUniforms" || in init()
204 const bool supportsES32orGL45 = contextSupports(renderCtx.getType(), glu::ApiType::es(3, 2)) || in createGetConstantExecutor() local
213 if (!extName.empty() && !(supportsES32orGL45 && (extName == "GL_OES_sample_variables" || extName == "GL_EXT_geometry_shader" || extName == "GL_EXT_tessellation_shader"))) in createGetConstantExecutor()
H A Des31fShaderTextureSizeTests.cpp166 const bool supportsES32orGL45 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)) ||
170 if (m_isArrayType && !supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
363 const bool supportsES32orGL45 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)) ||
366 if (m_isArrayType && !supportsES32orGL45)
H A Des31fNegativeTextureApiTests.cpp78 static bool supportsES32orGL45(NegativeTestContext& ctx) in supportsES32orGL45() function
159 if (supportsES32orGL45(ctx) || ctx.getContextInfo().isExtensionSupported("GL_OES_texture_cube_map_array")) in bindtexture()
1825 if (supportsES32orGL45(ctx)) in texparameteri()
1855 if (supportsES32orGL45(ctx) || ctx.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array")) in texparameteri()
1884 if (supportsES32orGL45(ctx) || ctx.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array")) in texparameteri()
1946 if (supportsES32orGL45(ctx)) in texparameterf()
1976 if (supportsES32orGL45(ctx) || ctx.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array")) in texparameterf()
2005 if (supportsES32orGL45(ctx) || ctx.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array")) in texparameterf()
2091 if (supportsES32orGL45(ctx) || ctx.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array")) in texparameteriv()
2121 if (supportsES32orGL45(ct in texparameteriv()
[all...]
H A Des31fTessellationGeometryInteractionTests.cpp59 const bool supportsES32orGL45 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)) || in specializeShader() local
67 shaderArgs["EXTENSION_GEOMETRY_SHADER"] = (supportsES32orGL45) ? ("") : ("#extension GL_EXT_geometry_shader : require\n"); in specializeShader()
68 shaderArgs["EXTENSION_TESSELATION_SHADER"] = (supportsES32orGL45) ? ("") : ("#extension GL_EXT_tessellation_shader : require\n"); in specializeShader()
181 const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in init() local
184 if (!supportsES32orGL45 && in init()
488 const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in init() local
491 if (!supportsES32orGL45 && in init()
882 const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) ||
885 if (!supportsES32orGL45 &&
2197 const bool supportsES32orGL45
[all...]
H A Des31fSampleShadingTests.cpp416 const bool supportsES32orGL45 =
420 const glu::GLSLVersion version = supportsES32orGL45 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES;
H A Des31fProgramStateQueryTests.cpp659 const bool supportsES32orGL45 = checkSupport(m_context); in init() local
668 if (!supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) in init()
673 if (!supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader")) in init()
H A Des31fNegativeShaderApiTests.cpp89 static bool supportsES32orGL45(NegativeTestContext& ctx) in supportsES32orGL45() function
672 if (!supportsES32orGL45(ctx)) in get_sampler_parameterIiv()
695 if (!supportsES32orGL45(ctx)) in get_sampler_parameterIuiv()
732 if (supportsES32orGL45(ctx)) in sampler_parameteri()
780 if (supportsES32orGL45(ctx)) in sampler_parameterf()
814 if (!supportsES32orGL45(ctx)) in sampler_parameterIiv()
835 if (!supportsES32orGL45(ctx)) in sampler_parameterIuiv()
2598 if (!supportsES32orGL45(ctx)) in srgb_decode_samplerparameterIiv()
2621 if (!supportsES32orGL45(ctx)) in srgb_decode_samplerparameterIuiv()
H A Des31fTextureMultisampleTests.cpp1166 const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) ||
1173 if (m_isArrayType && !supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
1392 const bool supportsES32orGL45 =
1406 if (m_isArrayType && !supportsES32orGL45)
1949 const bool supportsES32orGL45 =
1953 if (types[m_iteration].isArrayType && !supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
H A Des31fMultisampleShaderRenderCase.cpp671 const bool supportsES32orGL45 =
677 args["GLSL_VERSION_DECL"] = supportsES32orGL45 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
H A Des31fDrawElementsBaseVertexTests.cpp228 const bool supportsES32orGL45 = contextSupports(ctxType, glu::ApiType::es(3, 2)) || contextSupports(ctxType, glu::ApiType::core(4, 5)); in init() local
229 TCU_CHECK_AND_THROW(NotSupportedError, supportsES32orGL45 || m_context.getContextInfo().isExtensionSupported("GL_EXT_draw_elements_base_vertex"), "GL_EXT_draw_elements_base_vertex is not supported."); in init()
H A Des31fTextureSpecificationTests.cpp240 const bool supportsES32orGL45 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)) || in checkExtensionSupport() local
242 return supportsES32orGL45 || m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_cube_map_array"); in checkExtensionSupport()
H A Des31fShaderImageLoadStoreTests.cpp381 static bool supportsES32orGL45(const RenderContext& renderContext) in supportsES32orGL45() function
390 if (type == TEXTURETYPE_BUFFER && !contextInfo.isExtensionSupported(s_texBufExtString) && !supportsES32orGL45(renderContext)) in checkTextureTypeExtensions()
396 if (!supportsES32orGL45(renderContext) && (type == TEXTURETYPE_BUFFER)) in textureTypeExtensionShaderRequires()
406 if (!supportsES32orGL45(renderContext)) in imageAtomicExtensionShaderRequires()
1964 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_image_atomic") && !supportsES32orGL45(renderContext)) in init()
2221 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_image_atomic") && !supportsES32orGL45(renderContext)) in init()
2994 if (!m_context.getContextInfo().isExtensionSupported("GL_OES_shader_image_atomic") && !supportsES32orGL45(m_context.getRenderContext())) in init()
H A Des31fProgramInterfaceQueryTests.cpp932 const bool supportsES32orGL45 = checkSupport(m_context);
935 !supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"))
940 !supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
945 !supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_shader_io_blocks"))
2725 const bool supportsES32orGL45 = checkSupport(m_context);
2727 if ((m_presentStagesMask & tessellationMask) != 0 && !supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"))
2729 if ((m_presentStagesMask & geometryMask) != 0 && !supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
2876 const bool supportsES32orGL45 = checkSupport(m_context);
2878 if (hasTessellationShader && !supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"))
2880 if (hasGeometryShader && !supportsES32orGL45
[all...]
H A Des31fBasicComputeShaderTests.cpp1254 const bool supportsES32orGL45 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)) ||
1259 << (supportsES32orGL45 ? "\n" : "#extension GL_OES_shader_image_atomic : require\n")
H A Des31fTextureBorderClampTests.cpp653 const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) || supportsGL45;
655 if (!supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_border_clamp"))
659 !supportsES32orGL45 &&
H A Des31fTextureGatherTests.cpp1254 const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in init() local
1258 if (requireGpuShader5(m_gatherType) && !supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_gpu_shader5")) in init()
H A Des31fTessellationTests.cpp1530 static bool supportsES32orGL45(Context& context)
1539 TCU_CHECK_AND_THROW(NotSupportedError, supportsES32orGL45(context) || context.getContextInfo().isExtensionSupported("GL_EXT_gpu_shader5"), "GL_EXT_gpu_shader5 is not supported");
1544 TCU_CHECK_AND_THROW(NotSupportedError, supportsES32orGL45(context) || context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"), "GL_EXT_tessellation_shader is not supported");
1551 const bool cSupportsES32orGL45 = supportsES32orGL45(context);
H A Des31fGeometryShaderTests.cpp120 const bool supportsES32orGL45 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)) || in specializeShader() local
124 args["GLSL_EXT_GEOMETRY_SHADER"] = supportsES32orGL45 ? "" : "#extension GL_EXT_geometry_shader : require\n"; in specializeShader()
125 args["GLSL_OES_TEXTURE_STORAGE_MULTISAMPLE"]= supportsES32orGL45 ? "" : "#extension GL_OES_texture_storage_multisample_2d_array : require\n"; in specializeShader()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawBuffersIndexedTests.cpp1216 const bool supportsES32orGL45 = checkES32orGL45Support(m_context); in init() local
1218 if (!supportsES32orGL45) in init()
1325 const bool supportsES32orGL45 = checkES32orGL45Support(context); in getRandomFormat() local
1363 if (supportsES32orGL45) in getRandomFormat()
1435 const bool supportsES32orGL45 = checkES32orGL45Support(m_context); in init() local
1437 if (!supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_draw_buffers_indexed")) in init()
1479 const bool supportsES32orGL45 = checkES32orGL45Support(m_context); in init() local
1481 if (!supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_draw_buffers_indexed")) in init()
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp3185 const bool supportsES32orGL45 = contextSupports(m_renderCtx.getType(), glu::ApiType::es(3, 2)) || in iterate() local
3187 TCU_CHECK_AND_THROW(NotSupportedError, supportsES32orGL45 || m_contextInfo->isExtensionSupported("GL_EXT_draw_elements_base_vertex"), "GL_EXT_draw_elements_base_vertex is not supported."); in iterate()

Completed in 61 milliseconds