commit | 68fc8bbced285a8a2b716e5fe1900968ad8ba7d3 | [log] [tgz] |
---|---|---|
author | Jesse Hall <jessehall@google.com> | Wed Apr 10 01:01:00 2013 -0700 |
committer | Jesse Hall <jessehall@google.com> | Wed Apr 10 22:00:17 2013 -0700 |
tree | 8ad6d699de0b4eb66ddbab1f88fd11a53cb5d885 | |
parent | 2d9faafa2318c05f8991beff9cc683d72cbabd07 [diff] |
Add *int64 and GLsync types and related functions Return values are declared with the C return type, but the JNI function returns the JNI return type. In the case of GLsync/jlong as in glFenceSync(), this causes a compile error. So the generator now explicitly casts the return value to the JNI return type. Bug: 8566953 Change-Id: I814befe2e4cce745434cbc4e1c8639fc3ce8aeae