Searched defs:samplerString (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DOutputHLSL.cpp576 uniforms += "uniform " + samplerString(type) + " sampler_" + decorateUniform(name, type) + arrayString(type) +
3270 qualifierString(qualifier) + " " + samplerString(type) + " sampler_" + name + arrayString(type);
3419 TString OutputHLSL::samplerString(const TType &type) function in class:sh::OutputHLSL

Completed in 149 milliseconds