Home
last modified time | relevance | path

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

/external/angle/src/tests/perf_tests/
DCompilerPerf.cpp167 struct CompilerParameters struct
169 CompilerParameters() { output = SH_HLSL_4_1_OUTPUT; } in CompilerParameters() argument
171 CompilerParameters(ShShaderOutput output) : output(output) {} in CompilerParameters() argument
173 const char *str() const in str()
189 ShShaderOutput output;