Home
last modified time | relevance | path

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

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