Searched refs:arrLoc (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderIndexingTests.cpp | 175 int arrLoc = gl.getUniformLocation(programID, "u_arr"); in setupUniforms() local 176 if (arrLoc != -1) in setupUniforms() 186 gl.uniform1fv(arrLoc, 4, &arr[0]); in setupUniforms() 195 gl.uniform2fv(arrLoc, 4, arr[0].getPtr()); in setupUniforms() 204 gl.uniform3fv(arrLoc, 4, arr[0].getPtr()); in setupUniforms() 213 gl.uniform4fv(arrLoc, 4, arr[0].getPtr()); in setupUniforms()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderIndexingTests.cpp | 209 int arrLoc = gl.getUniformLocation(programID, "u_arr"); in setupUniforms() local 210 if (arrLoc != -1) in setupUniforms() 220 gl.uniform1fv(arrLoc, 4, &arr[0]); in setupUniforms() 229 gl.uniform2fv(arrLoc, 4, arr[0].getPtr()); in setupUniforms() 238 gl.uniform3fv(arrLoc, 4, arr[0].getPtr()); in setupUniforms() 247 gl.uniform4fv(arrLoc, 4, arr[0].getPtr()); in setupUniforms()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderIndexingTests.cpp | 197 int arrLoc = gl.getUniformLocation(programID, "u_arr"); in setupUniforms() local 198 if (arrLoc != -1) in setupUniforms() 208 gl.uniform1fv(arrLoc, 4, &arr[0]); in setupUniforms() 217 gl.uniform2fv(arrLoc, 4, arr[0].getPtr()); in setupUniforms() 226 gl.uniform3fv(arrLoc, 4, arr[0].getPtr()); in setupUniforms() 235 gl.uniform4fv(arrLoc, 4, arr[0].getPtr()); in setupUniforms()
|