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

/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java147 private DrawGLFunctor mGLfunctor; field in class:WebViewChromium
498 if (mGLfunctor != null) {
499 mGLfunctor.destroy();
500 mGLfunctor = null;
2157 if (mGLfunctor == null) {
2158 mGLfunctor = new DrawGLFunctor(mAwContents.getAwDrawGLViewContext(),
2161 return mGLfunctor.requestDrawGL(canvas, containerView, waitForCompletion);
2166 if (mGLfunctor != null) {
2167 mGLfunctor.detach();

Completed in 213 milliseconds