HomeSort by relevance Sort by last modified time
    Searched refs:delegated_rendering (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/cc/test/
fake_output_surface.cc 18 bool delegated_rendering)
26 if (delegated_rendering) {
27 capabilities_.delegated_rendering = true;
34 bool delegated_rendering)
41 if (delegated_rendering) {
42 capabilities_.delegated_rendering = true;
50 bool delegated_rendering)
57 if (delegated_rendering) {
58 capabilities_.delegated_rendering = true;
fake_output_surface.h 132 bool delegated_rendering);
136 bool delegated_rendering);
141 bool delegated_rendering);
  /external/chromium_org/content/renderer/gpu/
delegated_compositor_output_surface.cc 19 capabilities_.delegated_rendering = true;
  /external/chromium_org/cc/output/
output_surface.h 61 : delegated_rendering(false),
67 bool delegated_rendering; member in struct:cc::OutputSurface::Capabilities
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 551 output_surface->capabilities().delegated_rendering);
    [all...]

Completed in 83 milliseconds