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

/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DDrawGLFunctor.java28 // and then drawn and detached from the view tree any number of times (using requestDrawGL and
56 public boolean requestDrawGL(HardwareCanvas canvas, ViewRootImpl viewRootImpl) { method in class:DrawGLFunctor
H A DWebViewChromium.java2119 public boolean requestDrawGL(Canvas canvas) { method in class:WebViewChromium.InternalAccessAdapter
2123 return mGLfunctor.requestDrawGL((HardwareCanvas)canvas, mWebView.getViewRootImpl());

Completed in 1198 milliseconds