Searched refs:RequestDrawGL (Results 1 – 4 of 4) sorted by relevance
33 virtual bool RequestDrawGL(jobject canvas) = 0;
379 return client_->RequestDrawGL(NULL); in RequestProcessGL()454 return compositor_ && client_->RequestDrawGL(java_canvas); in OnDraw()
158 virtual bool RequestDrawGL(jobject canvas) OVERRIDE;
626 bool AwContents::RequestDrawGL(jobject canvas) { in RequestDrawGL() function in android_webview::AwContents