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

/external/autotest/client/deps/glbench/src/
H A Dfillratetest.cc124 GLuint scale_uniform = glGetUniformLocation(program, "scale"); local
125 glUniform1f(scale_uniform, 1.f);
135 glUniform1f(scale_uniform, scale);
143 glUniform1f(scale_uniform, scale);
151 glUniform1f(scale_uniform, scale);
224 GLuint scale_uniform = glGetUniformLocation(program, "scale"); local
225 glUniform1f(scale_uniform, 1.f);

Completed in 75 milliseconds