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

/frameworks/base/core/java/android/webkit/
H A DWebViewDelegate.java84 * @param nativeDrawGLFunctor the pointer to the native functor that implements
87 public void invokeDrawGlFunctor(View containerView, long nativeDrawGLFunctor, argument
90 viewRootImpl.invokeFunctor(nativeDrawGLFunctor, waitForCompletion);
94 * Calls the function specified with the nativeDrawGLFunctor functor pointer. This
99 * @param nativeDrawGLFunctor the pointer to the native functor that implements
103 public void callDrawGlFunction(Canvas canvas, long nativeDrawGLFunctor) { argument
109 ((DisplayListCanvas) canvas).callDrawGLFunction2(nativeDrawGLFunctor);
115 * @param nativeDrawGLFunctor the pointer to the native functor that implements
118 public void detachDrawGlFunctor(View containerView, long nativeDrawGLFunctor) { argument
120 if (nativeDrawGLFunctor !
[all...]

Completed in 319 milliseconds