/external/deqp/modules/gles31/functional/ |
es31fNegativePreciseTests.cpp | 65 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); 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")
|
es31fInternalFormatQueryTests.cpp | 76 const bool isES32 = contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)); 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)); 95 if (!isES32)
|
es31fNegativeAdvancedBlendEquationTests.cpp | 134 const bool isES32 = contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); 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)); 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")
|
es31fFboTestCase.cpp | 157 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); 212 return isES32; 222 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); 243 if (!isES32)
|
es31fNegativeVertexArrayApiTests.cpp | 384 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); 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)); 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)); 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)); 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)); 702 args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSIO (…) [all...] |
es31fProgramStateQueryTests.cpp | 83 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)); 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)); 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)); 337 const string vtxTemplate = string(isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSIO (…) [all...] |
es31fShaderBuiltinConstantTests.cpp | 161 const bool isES32 = contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)); 165 if(!isES32) 174 if (!isES32 && (m_varName == "gl_MaxTessControlImageUniforms" || 194 const bool isES32 = contextSupports(renderCtx.getType(), glu::ApiType::es(3, 2)); 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")))
|
es31fDebugTests.cpp | 108 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); 109 return isES32 || ctx.getContextInfo().isExtensionSupported("GL_KHR_debug"); [all...] |
es31fAdvancedBlendTests.cpp | 212 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); 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";
|
es31fMultisampleTests.cpp | 229 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2)); 231 args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_310_ES); [all...] |
es31fNegativeStateApiTests.cpp | 73 const bool isES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); 77 args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSLVersionDeclaration(glu::GLSL_VERSION_300_ES); [all...] |
es31fDrawBuffersIndexedTests.cpp | 862 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); 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)); 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"; [all...] |
es31fNegativeTextureApiTests.cpp | [all...] |
es31fOpaqueTypeIndexingTests.cpp | 403 const bool isES32 = contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); 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)); 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; [all...] |
es31fCopyImageTests.cpp | 990 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); 999 else if (isES32 || ctxInfo->isExtensionSupported("GL_KHR_texture_compression_astc_ldr")) [all...] |
es31fGeometryShaderTests.cpp | 120 const bool isES32 = glu::contextSupports(contextType, glu::ApiType::es(3, 2)); 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"; [all...] |
/external/deqp/modules/gles3/functional/ |
es3fFboTestCase.cpp | 216 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); 237 if (!isES32)
|
es3fASTCDecompressionCases.cpp | 202 const bool isES32 = glu::contextSupports(renderCtx.getType(), glu::ApiType::es(3, 2)); 211 if (isES32)
|