Home
last modified time | relevance | path

Searched refs:isES32orGL45 (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationStateQueryTests.cpp82 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) ||
85 if (!isES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
140 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) ||
143 if (!isES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
H A Des31fShaderStateQueryTests.cpp101 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in iterate() local
104 if (m_extension && !isES32orGL45 && !m_context.getContextInfo().isExtensionSupported(m_extension)) in iterate()
117 shaderArgs["EXTENSIONSTATEMENT"] = (m_extension && !isES32orGL45) ? (std::string() + "#extension " + m_extension + " : require\n") : (""); in iterate()
385 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in init() local
396 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader") && !isES32orGL45) in init()
402 if (!m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader") && !isES32orGL45) in init()
H A Des31fInternalFormatQueryTests.cpp77 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in init() local
80 if (!isES32orGL45 && m_target == GL_TEXTURE_2D_MULTISAMPLE_ARRAY && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array")) in init()
84 if (!isES32orGL45 && isTextureTarget && m_internalFormat == GL_STENCIL_INDEX8 && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_stencil8")) in init()
96 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in iterate() local
99 if (!isES32orGL45) in iterate()
H A Des31fProgramStateQueryTests.cpp76 const bool isES32orGL45 = checkSupport(context); in specializeShader() local
82 { "GEOMETRY_SHADER_REQUIRE", (isES32orGL45 ? "" : "#extension GL_EXT_geometry_shader : require") }, in specializeShader()
83 { "TESSELLATION_SHADER_REQUIRE", (isES32orGL45 ? "" : "#extension GL_EXT_tessellation_shader : require") }, in specializeShader()
109 const bool isES32orGL45 = checkSupport(m_context); in iterate() local
111 if (!isES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) in iterate()
223 const bool isES32orGL45 = checkSupport(m_context); in iterate() local
225 if (!isES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader")) in iterate()
H A Des31fNegativeSampleVariablesTests.cpp95 const bool isES32orGL45 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in checkSupported() local
98 if (!isES32orGL45 && !ctx.isExtensionSupported("GL_OES_sample_variables")) in checkSupported()
H A Des31fTextureFilteringTests.cpp201 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in init() local
204 if (!isES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_cube_map_array")) in init()
H A Des31fShaderMultisampleInterpolationTests.cpp53 const bool isES32orGL45 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)) || in specializeShader() local
58 args["GLSL_EXT_SHADER_MULTISAMPLE_INTERPOLATION"] = isES32orGL45 ? "" : "#extension GL_OES_shader_multisample_interpolation : require\n"; in specializeShader()
59 args["GLSL_EXT_SAMPLE_VARIABLES"] = isES32orGL45 ? "" : "#extension GL_OES_sample_variables : require\n"; in specializeShader()
H A Des31fNegativeTextureApiTests.cpp3713 const bool isES32orGL45 = supportsES32orGL45(ctx); in texstorage2d_invalid_binding() local
3720 if (isES32orGL45) in texstorage2d_invalid_binding()
3741 if (isES32orGL45) in texstorage2d_invalid_binding()
3762 const bool isES32orGL45 = supportsES32orGL45(ctx); in texstorage2d_invalid_levels() local
3767 if (isES32orGL45) in texstorage2d_invalid_levels()
3778 if (isES32orGL45) in texstorage2d_invalid_levels()
3791 if (isES32orGL45) in texstorage2d_invalid_levels()
3907 const bool isES32orGL45 = supportsES32orGL45(ctx); in texstorage3d_invalid_levels() local
3917 if (isES32orGL45 || ctx.getContextInfo().isExtensionSupported("GL_OES_texture_cube_map_array")) in texstorage3d_invalid_levels()
3937 if (isES32orGL45 || ct in texstorage3d_invalid_levels()
[all...]
H A Des31fTextureBorderClampTests.cpp2072 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) ||
2076 if (!isES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_border_clamp"))
2080 !isES32orGL45 &&
H A Des31fSampleVariableTests.cpp934 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) ||
938 if (!isES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation") &&
H A Des31fCopyImageTests.cpp1928 const bool isES32orGL45 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)) ||
1931 if (!isES32orGL45 && !ctxInfo->isExtensionSupported("GL_EXT_copy_image"))
H A Des31fSynchronizationTests.cpp126 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) || in specializeShader() local
132 specializationMap["SHADER_IMAGE_ATOMIC_REQUIRE"] = isES32orGL45 ? "" : "#extension GL_OES_shader_image_atomic : require"; in specializeShader()
H A Des31fProgramInterfaceQueryTests.cpp2762 const bool isES32orGL45 = glu::contextSupports(rc.getType(), glu::ApiType::es(3, 2)) ||
2775 { GL_REFERENCED_BY_TESS_CONTROL_SHADER, glu::SHADERTYPE_TESSELLATION_CONTROL, (isES32orGL45 ? DE_NULL : "GL_EXT_tessellation_shader") },
2776 { GL_REFERENCED_BY_TESS_EVALUATION_SHADER, glu::SHADERTYPE_TESSELLATION_EVALUATION, (isES32orGL45 ? DE_NULL : "GL_EXT_tessellation_shader") },
2777 { GL_REFERENCED_BY_GEOMETRY_SHADER, glu::SHADERTYPE_GEOMETRY, (isES32orGL45 ? DE_NULL : "GL_EXT_geometry_shader") },
H A Des31fNegativeShaderFunctionTests.cpp4050 const bool isES32orGL45 = glu::contextSupports(ctxType, glu::ApiType::es(3, 2)) ||
4054 source << (isES32orGL45 ? glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES)) << "\n"
4056 << (isES32orGL45 ? "" : getShaderExtensionDeclaration("GL_OES_shader_multisample_interpolation"))

Completed in 38 milliseconds