Home
last modified time | relevance | path

Searched refs:supportsES32orGL45 (Results 1 – 22 of 22) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSampleVariableTests.cpp279 const bool supportsES32orGL45 = in init() local
282 …if (!supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_OES_sample_variabl… in init()
316 const bool supportsES32orGL45 = in genFragmentSource() local
320 …args["GLSL_VERSION_DECL"] = (supportsES32orGL45) ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320… in genFragmentSource()
321 …args["GLSL_EXTENSION"] = (supportsES32orGL45) ? "" : "#extension GL_OES_sample_variables : requir… in genFragmentSource()
398 const bool supportsES32orGL45 = in genFragmentSource() local
402 …args["GLSL_VERSION_DECL"] = (supportsES32orGL45) ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320… in genFragmentSource()
403 …args["GLSL_EXTENSION"] = (supportsES32orGL45) ? "" : "#extension GL_OES_sample_variables : requir… in genFragmentSource()
487 const bool supportsES32orGL45 = in genFragmentSource() local
491 …args["GLSL_VERSION_DECL"] = (supportsES32orGL45) ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320… in genFragmentSource()
[all …]
Des31fShaderBuiltinConstantTests.cpp161 …const bool supportsES32orGL45 = contextSupports(m_context.getRenderContext().getType(), glu::ApiTy… 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 =… in createGetConstantExecutor()
Des31fShaderTextureSizeTests.cpp166 const bool supportsES32orGL45 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)) || in init() local
170 …if (m_isArrayType && !supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_O… in init()
363 const bool supportsES32orGL45 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)) || in genFragmentSource() local
366 if (m_isArrayType && !supportsES32orGL45) in genFragmentSource()
Des31fNegativeTextureApiTests.cpp78 static bool supportsES32orGL45(NegativeTestContext& ctx) in supportsES32orGL45() function
159 …if (supportsES32orGL45(ctx) || ctx.getContextInfo().isExtensionSupported("GL_OES_texture_cube_map_… in bindtexture()
492 if (supportsES32orGL45(ctx)) in compressedteximage2d_invalid_size()
1824 if (supportsES32orGL45(ctx)) in texparameteri()
1854 …if (supportsES32orGL45(ctx) || ctx.getContextInfo().isExtensionSupported("GL_OES_texture_storage_m… in texparameteri()
1883 …if (supportsES32orGL45(ctx) || ctx.getContextInfo().isExtensionSupported("GL_OES_texture_storage_m… in texparameteri()
1945 if (supportsES32orGL45(ctx)) in texparameterf()
1975 …if (supportsES32orGL45(ctx) || ctx.getContextInfo().isExtensionSupported("GL_OES_texture_storage_m… in texparameterf()
2004 …if (supportsES32orGL45(ctx) || ctx.getContextInfo().isExtensionSupported("GL_OES_texture_storage_m… in texparameterf()
2090 …if (supportsES32orGL45(ctx) || ctx.getContextInfo().isExtensionSupported("GL_OES_texture_storage_m… in texparameteriv()
[all …]
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_geom… in specializeShader()
68 …shaderArgs["EXTENSION_TESSELATION_SHADER"] = (supportsES32orGL45) ? ("") : ("#extension GL_EXT_te… in specializeShader()
181 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu::… in init() local
184 if (!supportsES32orGL45 && in init()
488 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu::… in init() local
491 if (!supportsES32orGL45 && in init()
882 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu::… in init() local
885 if (!supportsES32orGL45 && in init()
2194 const bool supportsES32orGL45 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)) || in init() local
[all …]
Des31fDrawBuffersIndexedTests.cpp1204 const bool supportsES32orGL45 = checkES32orGL45Support(m_context); in init() local
1206 if (!supportsES32orGL45) in init()
1313 const bool supportsES32orGL45 = checkES32orGL45Support(context); in getRandomFormat() local
1351 if (supportsES32orGL45) in getRandomFormat()
1423 const bool supportsES32orGL45 = checkES32orGL45Support(m_context); in init() local
1425 …if (!supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_draw_buffers_i… in init()
1467 const bool supportsES32orGL45 = checkES32orGL45Support(m_context); in init() local
1469 …if (!supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_draw_buffers_i… in init()
Des31fSampleShadingTests.cpp416 const bool supportsES32orGL45 = in genFragmentSource() local
420 …const glu::GLSLVersion version = supportsES32orGL45 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION… in genFragmentSource()
Des31fProgramStateQueryTests.cpp659 const bool supportsES32orGL45 = checkSupport(m_context); in init() local
668 …if (!supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shade… in init()
673 …if (!supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_s… in init()
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()
Des31fTextureMultisampleTests.cpp1166 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), gl… in init() local
1173 …if (m_isArrayType && !supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_O… in init()
1392 const bool supportsES32orGL45 = in genSamplerShader() local
1406 if (m_isArrayType && !supportsES32orGL45) in genSamplerShader()
1932 const bool supportsES32orGL45 = in iterate() local
1936 …if (types[m_iteration].isArrayType && !supportsES32orGL45 && !m_context.getContextInfo().isExtensi… in iterate()
Des31fMultisampleShaderRenderCase.cpp671 const bool supportsES32orGL45 = in genVertexSource() local
677 …args["GLSL_VERSION_DECL"] = supportsES32orGL45 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_E… in genVertexSource()
Des31fShaderImageLoadStoreTests.cpp381 static bool supportsES32orGL45(const RenderContext& renderContext) in supportsES32orGL45() function
390 …BUFFER && !contextInfo.isExtensionSupported(s_texBufExtString) && !supportsES32orGL45(renderContex… in checkTextureTypeExtensions()
396 if (!supportsES32orGL45(renderContext) && (type == TEXTURETYPE_BUFFER)) in textureTypeExtensionShaderRequires()
406 if (!supportsES32orGL45(renderContext)) in imageAtomicExtensionShaderRequires()
1964 …ntextInfo().isExtensionSupported("GL_OES_shader_image_atomic") && !supportsES32orGL45(renderContex… in init()
2221 …ntextInfo().isExtensionSupported("GL_OES_shader_image_atomic") && !supportsES32orGL45(renderContex… in init()
2984 …ntextInfo().isExtensionSupported("GL_OES_shader_image_atomic") && !supportsES32orGL45(m_context.ge… in init()
Des31fDrawElementsBaseVertexTests.cpp228 …const bool supportsES32orGL45 = contextSupports(ctxType, glu::ApiType::es(3, 2)) || contextSupport… in init() local
229 …TCU_CHECK_AND_THROW(NotSupportedError, supportsES32orGL45 || m_context.getContextInfo().isExtensio… in init()
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_… in checkExtensionSupport()
Des31fProgramInterfaceQueryTests.cpp932 const bool supportsES32orGL45 = checkSupport(m_context); in init() local
935 …!supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shade… in init()
940 !supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) in init()
945 …!supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_shader_io_blocks")) in init()
2725 const bool supportsES32orGL45 = checkSupport(m_context); in init() local
2727 …if ((m_presentStagesMask & tessellationMask) != 0 && !supportsES32orGL45 && !m_context.getContextI… in init()
2729 …if ((m_presentStagesMask & geometryMask) != 0 && !supportsES32orGL45 && !m_context.getContextInfo(… in init()
2876 const bool supportsES32orGL45 = checkSupport(m_context); in init() local
2878 …if (hasTessellationShader && !supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupport… in init()
2880 …if (hasGeometryShader && !supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("… in init()
Des31fBasicComputeShaderTests.cpp1254 const bool supportsES32orGL45 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)) || in iterate() local
1259 << (supportsES32orGL45 ? "\n" : "#extension GL_OES_shader_image_atomic : require\n") in iterate()
Des31fTextureBorderClampTests.cpp653 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu::… in init() local
655 …if (!supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_border… in init()
659 !supportsES32orGL45 && in init()
Des31fTextureGatherTests.cpp1254 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), g… in init() local
1258 …if (requireGpuShader5(m_gatherType) && !supportsES32orGL45 && !m_context.getContextInfo().isExtens… in init()
Des31fTessellationTests.cpp1530 static bool supportsES32orGL45(Context& context) in supportsES32orGL45() function
1539 …TCU_CHECK_AND_THROW(NotSupportedError, supportsES32orGL45(context) || context.getContextInfo().isE… in checkGPUShader5Support()
1544 …TCU_CHECK_AND_THROW(NotSupportedError, supportsES32orGL45(context) || context.getContextInfo().isE… in checkTessellationSupport()
1551 const bool cSupportsES32orGL45 = supportsES32orGL45(context); in specializeShader()
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 … in specializeShader()
125 …args["GLSL_OES_TEXTURE_STORAGE_MULTISAMPLE"]= supportsES32orGL45 ? "" : "#extension GL_OES_texture… in specializeShader()
/third_party/vk-gl-cts/modules/gles3/functional/
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_i… in init()
1479 const bool supportsES32orGL45 = checkES32orGL45Support(m_context); in init() local
1481 …if (!supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_draw_buffers_i… in init()
/third_party/vk-gl-cts/modules/glshared/
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("… in iterate()