Searched refs:shaderArgs (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderStateQueryTests.cpp112 std::map<std::string, std::string> shaderArgs; local
113 shaderArgs["DECLARATIONSTR"] = samplerTypes[typeNdx].declarationStr;
114 shaderArgs["ACCESSSTR"] = samplerTypes[typeNdx].accessStr;
115 shaderArgs["EXTENSIONSTATEMENT"] = (m_extension && !supportsES32) ? (std::string() + "#extension " + m_extension + " : require\n") : ("");
116 shaderArgs["VERSIONDECL"] = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(m_context.getRenderContext().getType()));
118 const std::string fragmentSource = tcu::StringTemplate(fragmentSourceTemplate).specialize(shaderArgs);
119 const std::string vertexSource = tcu::StringTemplate(vertexSourceTemplate).specialize(shaderArgs);
H A Des31fTessellationGeometryInteractionTests.cpp60 std::map<std::string, std::string> shaderArgs; local
62 shaderArgs["VERSION_DECL"] = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(contextType));
63 shaderArgs["EXTENSION_GEOMETRY_SHADER"] = (supportsES32) ? ("") : ("#extension GL_EXT_geometry_shader : require\n");
64 shaderArgs["EXTENSION_TESSELATION_SHADER"] = (supportsES32) ? ("") : ("#extension GL_EXT_tessellation_shader : require\n");
66 return tcu::StringTemplate(shaderSource).specialize(shaderArgs);

Completed in 336 milliseconds