HomeSort by relevance Sort by last modified time
    Searched refs:arrayString (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/
OutputHLSL.cpp 171 uniforms += "uniform SamplerState sampler_" + decorateUniform(name, type) + arrayString(type) +
174 uniforms += "uniform " + textureString(type) + " texture_" + decorateUniform(name, type) + arrayString(type) +
179 uniforms += "uniform " + typeString(type) + " " + decorateUniform(name, type) + arrayString(type) +
190 varyings += "static " + typeString(type) + " " + decorate(name) + arrayString(type) + " = " + initializer(type) + ";\n";
198 attributes += "static " + typeString(type) + " " + decorate(name) + arrayString(type) + " = " + initializer(type) + ";\n";
    [all...]
OutputHLSL.h 39 static TString arrayString(const TType &type);

Completed in 55 milliseconds