/external/deqp/modules/gles31/functional/ |
D | es31fShaderBuiltinConstantTests.cpp | 161 …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()
|
D | es31fSampleVariableTests.cpp | 279 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu::… in init() local 281 …if (!supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_OES_sample_variabl… in init() 1088 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu::… in init() local 1091 …if (m_runMode == RUN_PER_TWO_SAMPLES && !supportsES32orGL45 && !m_context.getContextInfo().isExten… in init() 1219 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu… in genFragmentSource() local 1222 …args["GLSL_VERSION_DECL"] = supportsES32orGL45 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_32… in genFragmentSource() 1223 …args["GLSL_EXTENSION"] = supportsES32orGL45 ? "" : "#extension GL_OES_sample_variables : requi… in genFragmentSource() 1379 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu… in genFragmentSource() local 1382 …args["GLSL_VERSION_DECL"] = supportsES32orGL45 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_E… in genFragmentSource() 1383 args["GLSL_EXTENSION"] = supportsES32orGL45 ? "" : "#extension GL_OES_sample_variables : require"; in genFragmentSource() [all …]
|
D | es31fShaderTextureSizeTests.cpp | 166 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()
|
D | es31fNegativeTextureApiTests.cpp | 78 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 …]
|
D | es31fDrawBuffersIndexedTests.cpp | 1204 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()
|
D | es31fNegativeShaderApiTests.cpp | 89 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()
|
D | es31fShaderImageLoadStoreTests.cpp | 354 static bool supportsES32orGL45(const RenderContext& renderContext) in supportsES32orGL45() function 363 …BUFFER && !contextInfo.isExtensionSupported(s_texBufExtString) && !supportsES32orGL45(renderContex… in checkTextureTypeExtensions() 369 if (!supportsES32orGL45(renderContext) && (type == TEXTURETYPE_BUFFER)) in textureTypeExtensionShaderRequires() 379 if (!supportsES32orGL45(renderContext)) in imageAtomicExtensionShaderRequires() 1928 …ntextInfo().isExtensionSupported("GL_OES_shader_image_atomic") && !supportsES32orGL45(renderContex… in init() 2174 …ntextInfo().isExtensionSupported("GL_OES_shader_image_atomic") && !supportsES32orGL45(renderContex… in init() 2923 …ntextInfo().isExtensionSupported("GL_OES_shader_image_atomic") && !supportsES32orGL45(m_context.ge… in init()
|
D | es31fDrawElementsBaseVertexTests.cpp | 228 …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()
|
D | es31fTextureSpecificationTests.cpp | 240 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()
|
D | es31fProgramInterfaceQueryTests.cpp | 932 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()
|
D | es31fBasicComputeShaderTests.cpp | 1254 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()
|
D | es31fTextureGatherTests.cpp | 1257 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), g… in init() local 1261 …if (requireGpuShader5(m_gatherType) && !supportsES32orGL45 && !m_context.getContextInfo().isExtens… in init()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 3165 const bool supportsES32orGL45 = contextSupports(m_renderCtx.getType(), glu::ApiType::es(3, 2)) || in iterate() local 3167 …TCU_CHECK_AND_THROW(NotSupportedError, supportsES32orGL45 || m_contextInfo->isExtensionSupported("… in iterate()
|