Home
last modified time | relevance | path

Searched defs:manglingSuffix (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/graphite/
DShaderCodeDictionary.cpp55 std::string get_mangled_name(const std::string& baseName, int manglingSuffix) { in get_mangled_name()
61 int manglingSuffix) { in get_mangled_uniform_name()
76 std::string get_mangled_sampler_name(const TextureAndSampler& tex, int manglingSuffix) { in get_mangled_sampler_name()
DShaderInfo.cpp34 int manglingSuffix, in get_uniforms()
106 int manglingSuffix, in get_ssbo_fields()
/external/deqp/modules/glshared/
DglsLongStressCase.cpp121 static inline string mangleShaderNames(const string &source, const string &manglingSuffix) in mangleShaderNames()