Searched defs:nativeDrawGLFunctor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewDelegate.java88 * @param nativeDrawGLFunctor the pointer to the native functor that implements
91 public void invokeDrawGlFunctor(View containerView, long nativeDrawGLFunctor, argument
93 ViewRootImpl.invokeFunctor(nativeDrawGLFunctor, waitForCompletion);
97 * Calls the function specified with the nativeDrawGLFunctor functor pointer. This
102 * @param nativeDrawGLFunctor the pointer to the native functor that implements
106 public void callDrawGlFunction(Canvas canvas, long nativeDrawGLFunctor) { argument
112 ((DisplayListCanvas) canvas).drawGLFunctor2(nativeDrawGLFunctor, null);
116 * Calls the function specified with the nativeDrawGLFunctor functor pointer. This
121 * @param nativeDrawGLFunctor the pointer to the native functor that implements
123 * @param releasedRunnable Called when this nativeDrawGLFunctor i
127 callDrawGlFunction(@onNull Canvas canvas, long nativeDrawGLFunctor, @Nullable Runnable releasedRunnable) argument
143 detachDrawGlFunctor(View containerView, long nativeDrawGLFunctor) argument
[all...]

Completed in 62 milliseconds