glUniform3fv     1105 gpu/command_buffer/client/gles2_c_lib_autogen.h     {"glUniform3fv", reinterpret_cast<GLES2FunctionPointer>(glUniform3fv), },
glUniform3fv     5828 gpu/command_buffer/service/gles2_cmd_decoder.cc     glUniform3fv(real_location, count, value);
glUniform3fv      304 gpu/command_buffer/service/program_manager.cc       glUniform3fv(location, size, reinterpret_cast<const GLfloat*>(zero));
glUniform3fv      209 gpu/command_buffer/tests/gl_bind_uniform_location_unittest.cc   glUniform3fv(color_c_location, 8, color_c);
glUniform3fv      104 gpu/skia_bindings/gl_bindings_skia_cmd_buffer.cc   functions->fUniform3fv = glUniform3fv;
glUniform3fv     1162 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glUniform3fv(location, count, v);
glUniform3fv      759 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat* v);
glUniform3fv      498 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
glUniform3fv      510 ui/gl/gl_bindings_skia_in_process.cc   glUniform3fv(location, count, v);