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

/external/deqp/modules/gles31/functional/
H A Des31fShaderSharedVarTests.cpp187 const int valLoc = gl.getUniformLocation(program, "u_val[0]"); local
203 const int location = uNdx == 1 ? refLoc : valLoc;
222 const int location = uNdx == 1 ? refLoc : valLoc;
240 const int location = uNdx == 1 ? refLoc : valLoc;
258 const int location = uNdx == 1 ? refLoc : valLoc;
277 const int location = uNdx == 1 ? refLoc : valLoc;

Completed in 151 milliseconds