Method
clientWaitSync
(long sync, int flags, long timeout)
Source from the content-addressed store, hash-verified
| 1217 | } |
| 1218 | |
| 1219 | @Override |
| 1220 | public int clientWaitSync(long sync, int flags, long timeout) { |
| 1221 | if (gl3es3 != null) { |
| 1222 | return gl3es3.glClientWaitSync(sync, flags, timeout); |
| 1223 | } else { |
| 1224 | throw new RuntimeException(String.format(MISSING_GLFUNC_ERROR, "clientWaitSync()")); |
| 1225 | } |
| 1226 | } |
| 1227 | |
| 1228 | ////////////////////////////////////////////////////////////////////////////// |
| 1229 | |
Callers
nothing calls this directly
Tested by
no test coverage detected