Searched refs:arrLoc (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderIndexingTests.cpp204 int arrLoc = gl.getUniformLocation(programID, "u_arr"); local
205 if (arrLoc != -1)
215 gl.uniform1fv(arrLoc, 4, &arr[0]);
224 gl.uniform2fv(arrLoc, 4, arr[0].getPtr());
233 gl.uniform3fv(arrLoc, 4, arr[0].getPtr());
242 gl.uniform4fv(arrLoc, 4, arr[0].getPtr());
/external/deqp/modules/gles3/functional/
H A Des3fShaderIndexingTests.cpp174 int arrLoc = gl.getUniformLocation(programID, "u_arr"); local
175 if (arrLoc != -1)
185 gl.uniform1fv(arrLoc, 4, &arr[0]);
194 gl.uniform2fv(arrLoc, 4, arr[0].getPtr());
203 gl.uniform3fv(arrLoc, 4, arr[0].getPtr());
212 gl.uniform4fv(arrLoc, 4, arr[0].getPtr());

Completed in 115 milliseconds