()
| 65 | } |
| 66 | |
| 67 | public long getQueuePtr() { |
| 68 | assert _onUIThread() : "Should be run on UI thread"; |
| 69 | return _nGetQueuePtr(); |
| 70 | } |
| 71 | |
| 72 | public long nextDrawableTexturePtr() { |
| 73 | assert _onUIThread() : "Should be run on UI thread"; |
no test coverage detected