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

/external/chromium_org/cc/test/
H A Dfake_output_surface.cc17 bool delegated_rendering)
24 if (delegated_rendering) {
25 capabilities_.delegated_rendering = true;
31 scoped_ptr<SoftwareOutputDevice> software_device, bool delegated_rendering)
37 if (delegated_rendering) {
38 capabilities_.delegated_rendering = true;
46 bool delegated_rendering)
52 if (delegated_rendering) {
53 capabilities_.delegated_rendering = true;
15 FakeOutputSurface( scoped_ptr<WebKit::WebGraphicsContext3D> context3d, bool delegated_rendering) argument
30 FakeOutputSurface( scoped_ptr<SoftwareOutputDevice> software_device, bool delegated_rendering) argument
43 FakeOutputSurface( scoped_ptr<WebKit::WebGraphicsContext3D> context3d, scoped_ptr<SoftwareOutputDevice> software_device, bool delegated_rendering) argument
/external/chromium_org/cc/output/
H A Doutput_surface.h60 : delegated_rendering(false),
65 bool delegated_rendering; member in struct:cc::OutputSurface::Capabilities

Completed in 77 milliseconds