OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RequestDrawGL
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/android_webview/browser/
browser_view_renderer.h
33
virtual bool
RequestDrawGL
(jobject canvas) = 0;
105
// a subsequent GL Draw (via Client::
RequestDrawGL
) and returns true. A false
116
// Called in response to a prior Client::
RequestDrawGL
() call. See
in_process_view_renderer.cc
271
//
requestDrawGL
on next one.
319
return client_->
RequestDrawGL
(NULL);
392
// comositor yet or if
RequestDrawGL
fails, it means we failed this draw and
394
return compositor_ && client_->
RequestDrawGL
(java_canvas);
[
all
...]
/external/chromium_org/android_webview/native/
aw_contents.h
164
virtual bool
RequestDrawGL
(jobject canvas) OVERRIDE;
aw_contents.cc
610
bool AwContents::
RequestDrawGL
(jobject canvas) {
[
all
...]
Completed in 95 milliseconds