Searched refs:isES32 (Results 1 - 22 of 22) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fNegativePreciseTests.cpp65 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
66 const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES;
70 << (isES32 ? "" : "#extension GL_EXT_gpu_shader5 : enable\n");
86 source << (isES32 ? "" : "#extension GL_EXT_geometry_shader : enable\n")
91 source << (isES32 ? "" : "#extension GL_EXT_tessellation_shader : enable\n")
96 source << (isES32 ? "" : "#extension GL_EXT_tessellation_shader : enable\n")
H A Des31fShaderMultisampleInterpolationStateQueryTests.cpp81 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
83 if (!isES32 && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
129 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
131 if (!isES32 && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpolation"))
H A Des31fNegativeAdvancedBlendEquationTests.cpp134 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
135 const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES;
149 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
150 const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES;
154 << (isES32 ? "" : "#extension GL_KHR_blend_equation_advanced : enable\n")
H A Des31fProgramStateQueryTests.cpp83 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
85 if (!isES32 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader"))
122 args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
123 args["GLSL_EXTENSION_STRING"] = isES32 ? "" : "#extension GL_EXT_geometry_shader : enable";
201 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
203 if (!isES32 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader"))
248 args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
249 args["GLSL_EXTENSION_STRING"] = isES32 ? "" : "#extension GL_EXT_tessellation_shader : enable";
335 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
337 const string vtxTemplate = string(isES32
448 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
548 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
758 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
[all...]
H A Des31fSampleVariableTests.cpp279 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
280 if (!isES32 && !m_context.getContextInfo().isExtensionSupported("GL_OES_sample_variables"))
314 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
316 args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
317 args["GLSL_EXTENSION"] = isES32 ? "" : "#extension GL_OES_sample_variables : require";
394 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
396 args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
397 args["GLSL_EXTENSION"] = isES32 ? "" : "#extension GL_OES_sample_variables : require";
481 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
483 args["GLSL_VERSION_DECL"] = isES32
[all...]
H A Des31fNegativeVertexArrayApiTests.cpp384 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
387 args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
444 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
447 args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
478 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
484 args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
588 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
594 args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
699 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
702 args["GLSL_VERSION_STRING"] = isES32
767 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
803 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
920 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
1001 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
1046 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
1166 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
1249 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
[all...]
H A Des31fShaderBuiltinConstantTests.cpp161 const bool isES32 = contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
165 if(!isES32)
174 if (!isES32 && (m_varName == "gl_MaxTessControlImageUniforms" ||
194 const bool isES32 = contextSupports(renderCtx.getType(), glu::ApiType::es(3, 2)); local
197 shaderSpec.version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES;
202 if (!extName.empty() && !(isES32 && (extName == "GL_OES_sample_variables" || extName == "GL_EXT_geometry_shader" || extName == "GL_EXT_tessellation_shader")))
H A Des31fFboTestCase.cpp157 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); local
212 return isES32;
222 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); local
243 if (!isES32)
H A Des31fInternalFormatQueryTests.cpp76 const bool isES32 = contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
78 if (!isES32 && m_target == GL_TEXTURE_2D_MULTISAMPLE_ARRAY && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
82 if (!isES32 && isTextureTarget && m_internalFormat == GL_STENCIL_INDEX8 && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_stencil8"))
93 const bool isES32 = contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
95 if (!isES32)
H A Des31fMultisampleShaderRenderCase.cpp101 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
103 args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
673 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
675 args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
693 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
695 args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
729 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
731 args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
H A Des31fOpaqueTypeIndexingTests.cpp403 const bool isES32 = contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); local
409 if (!isES32 && m_indexExprType != INDEX_EXPR_TYPE_CONST_LITERAL && m_indexExprType != INDEX_EXPR_TYPE_CONST_EXPRESSION)
412 if (!isES32
459 spec->version = isES32 ? GLSL_VERSION_320_ES : GLSL_VERSION_310_ES;
789 const bool isES32 = contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); local
793 if (!isES32 && m_indexExprType != INDEX_EXPR_TYPE_CONST_LITERAL && m_indexExprType != INDEX_EXPR_TYPE_CONST_EXPRESSION)
836 spec->version = isES32 ? GLSL_VERSION_320_ES : GLSL_VERSION_310_ES;
1019 const bool isES32 = contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); local
1023 if (!isES32 && m_indexExprType != INDEX_EXPR_TYPE_CONST_LITERAL && m_indexExprType != INDEX_EXPR_TYPE_CONST_EXPRESSION)
1063 spec->version = isES32
[all...]
H A Des31fDrawBuffersIndexedTests.cpp862 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); local
875 args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
883 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); local
975 args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
976 args["GLSL_EXTENSION"] = isES32 ? "\n" : "#extension GL_KHR_blend_equation_advanced : require\n";
1193 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
1195 if (!isES32)
1302 const bool isES32 = glu::contextSupports(context.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
1340 if (isES32)
1412 const bool isES32 local
1456 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
[all...]
H A Des31fAdvancedBlendTests.cpp212 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); local
234 args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
235 args["EXTENSION"] = isES32 ? "\n" : "#extension GL_KHR_blend_equation_advanced : require\n";
H A Des31fCopyImageTests.cpp990 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); local
999 else if (isES32 || ctxInfo->isExtensionSupported("GL_KHR_texture_compression_astc_ldr"))
1258 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); local
1269 else if (isES32 || ctxInfo->isExtensionSupported("GL_KHR_texture_compression_astc_ldr"))
1692 const bool isES32 = glu::contextSupports(ctx.getType(), glu::ApiType::es(3, 2)); local
1704 if (!isES32 && !info.isExtensionSupported("GL_KHR_texture_compression_astc_ldr"))
1719 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
1721 if (!isES32 && !ctxInfo->isExtensionSupported("GL_EXT_copy_image"))
H A Des31fMultisampleTests.cpp229 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
231 args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES);
H A Des31fNegativeTextureApiTests.cpp3672 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
3679 if (isES32)
3700 if (isES32)
3721 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
3726 if (isES32)
3737 if (isES32)
3750 if (isES32)
3866 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
3876 if (isES32 || ctx.getContextInfo().isExtensionSupported("GL_OES_texture_cube_map_array"))
3896 if (isES32 || ct
[all...]
H A Des31fNegativeStateApiTests.cpp73 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
77 args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_300_ES);
H A Des31fGeometryShaderTests.cpp120 const bool isES32 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)); local
123 args["GLSL_EXT_GEOMETRY_SHADER"] = isES32 ? "" : "#extension GL_EXT_geometry_shader : require\n";
124 args["GLSL_OES_TEXTURE_STORAGE_MULTISAMPLE"]= isES32 ? "" : "#extension GL_OES_texture_storage_multisample_2d_array : require\n";
3956 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
4008 + std::string(isES32 ? "" : "#extension GL_EXT_geometry_shader : require\n")
H A Des31fDebugTests.cpp108 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); local
109 return isES32 || ctx.getContextInfo().isExtensionSupported("GL_KHR_debug");
H A Des31fNegativeShaderFunctionTests.cpp4041 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2));
4044 source << (isES32 ? glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES)) << "\n"
4046 << (isES32 ? "" : getShaderExtensionDeclaration("GL_OES_shader_multisample_interpolation"))
/external/deqp/modules/gles3/functional/
H A Des3fFboTestCase.cpp216 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); local
237 if (!isES32)
H A Des3fASTCDecompressionCases.cpp202 const bool isES32 = glu::contextSupports(renderCtx.getType(), glu::ApiType::es(3, 2)); local
211 if (isES32)

Completed in 1603 milliseconds