Searched refs:requestDrawGL (Results 1 – 2 of 2) sorted by relevance
188 public boolean requestDrawGL(Canvas canvas, boolean waitForCompletion, in requestDrawGL() method in AwTestContainerView.NativeGLDelegate
156 boolean requestDrawGL(Canvas canvas, boolean waitForCompletion, View containerView); in requestDrawGL() method2021 private boolean requestDrawGL(Canvas canvas, boolean waitForCompletion) {2022 return mNativeGLDelegate.requestDrawGL(canvas, waitForCompletion, mContainerView);