HomeSort by relevance Sort by last modified time
    Searched full:compositing (Results 1 - 25 of 431) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/
animated-gif-on-compositing-layer.html 2 <title>Animated GIF on a compositing layer</title>
4 .compositing {
11 <p>This test checks that a gif animation can run on a compositing layer. The test passes if the gif animation runs.</p>
12 <img class="compositing" src="./resources/animated-infinite.gif" />
plugin-in-iframe-scroll.html 1 <p>This test requires that accelerated compositing be disabled. Please scroll down to the bottom.</p>
  /external/chromium_org/media/tools/layout_tests/testname/
media.csv 0 compositing/geometry/clipped-video-controller.html,
2 compositing/geometry/video-fixed-scrolling.html,
3 compositing/geometry/video-opacity-overlay.html,
4 compositing/overflow/overflow-compositing-descendant.html,
5 compositing/overflow/scroll-ancestor-update.html,
6 compositing/reflections/load-video-in-reflection.html,
7 compositing/self-painting-layers.html,
8 compositing/self-painting-layers2.html,
9 compositing/video/video-background-color.html
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/compositing/
accel-comp-iframe-tab-repaint.html 2 <title>Accelerated compositing tab repaint bug</title>
8 <h1>Accelerated compositing tab repaint bug</h1>
10 compositing of iframes on Mac. Follow these steps:</p>
caret-in-compositing-frame.html 7 <iframe src="resources/editable-compositing-subframe.html" scrolling="no"></iframe>
fixed-position-out-of-view-scroll-prepaint.html 26 This test is applicable on platforms that do accelerated compositing, can prepaint out-of-view contents and can scroll the contents into the viewport without repainting them.<p>
  /development/samples/browseable/HdrViewfinder/
_index.jd 9 compositing together the latest two frames whenever a new frame is captured.
  /external/chromium_org/third_party/WebKit/ManualTests/compositing/resources/
tab-repaint-part-2.html 2 <title>Accelerated compositing tab repaint bug part 2</title>
  /external/chromium_org/ui/compositor/
compositor_observer.h 15 // A compositor observer is notified when compositing completes.
27 // Called when compositing started: it has taken all the layer changes into
32 // Called when compositing completes: the present to screen has completed.
35 // Called when compositing is aborted (e.g. lost graphics context).
compositor_switches.cc 11 // Enable compositing individual elements via hardware overlays when
18 const char kUIDisableThreadedCompositing[] = "ui-disable-threaded-compositing";
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingRequirementsUpdater.h 47 // For the z-order children of a compositing layer:
48 // If a child layers has a compositing layer, then all subsequent layers must
49 // be compositing in order to render above that layer.
51 // If a child in the negative z-order list is compositing, then the layer itself
52 // must be compositing so that its contents render over that child.
53 // This implies that its positive z-index children must also be compositing.
RenderLayerCompositor.h 31 #include "core/rendering/compositing/CompositingReasonFinder.h"
58 // become compositing, and creates and maintains a hierarchy of
71 // Return true if this RenderView is in "compositing mode" (i.e. has one or more
76 // This will make a compositing layer at the root automatically, and hook up to
80 // Returns true if the accelerated compositing is enabled
88 // Copy the accelerated compositing related flags from Settings
91 // Used to indicate that a compositing update will be needed for the next frame that gets drawn.
101 // Update the compositing dirty bits, based on the compositing-impacting properties of the layer.
174 // the compositing chicken/egg issues
    [all...]
GraphicsLayerTreeBuilder.cpp 28 #include "core/rendering/compositing/GraphicsLayerTreeBuilder.h"
35 #include "core/rendering/compositing/CompositedLayerMapping.h"
36 #include "core/rendering/compositing/RenderLayerCompositor.h"
60 // Make the layer compositing if necessary, and set up clipping and content layers.
83 // If a negative z-order child is compositing, we get a foreground layer which needs to get parented.
CompositingReasonFinder.h 9 #include "core/rendering/compositing/CompositingTriggers.h"
GraphicsLayerUpdater.cpp 28 #include "core/rendering/compositing/GraphicsLayerUpdater.h"
34 #include "core/rendering/compositing/CompositedLayerMapping.h"
35 #include "core/rendering/compositing/RenderLayerCompositor.h"
75 // Note carefully: here we assume that the compositing state of all descendants have been updated already,
  /external/chromium_org/tools/perf/benchmarks/
silk_flags.py 12 options.AppendExtraBrowserArgs('--enable-threaded-compositing')
13 options.AppendExtraBrowserArgs('--force-compositing-mode')
  /external/chromium_org/ash/display/
cursor_window_controller.h 20 // When cursor compositing is disabled, CursorWindowController is responsible
23 // When cursor compositing is enabled, just draw the cursor as-is.
33 // Sets cursor compositing mode on/off.
40 // Only applicable when cursor compositing is enabled.
  /external/chromium_org/content/public/browser/android/
compositor_client.h 14 // Gives the client a chance for layout changes before compositing.
  /external/chromium_org/content/test/data/
rwhv_compositing_animation.html 5 <title>GPU Feature Testing: Accelerated Compositing</title>
  /external/chromium_org/third_party/WebKit/ManualTests/media-elements/
video-replaces-poster.html 7 Disable accelerated compositing and reload this test. You should see the test video
  /external/chromium_org/content/browser/gpu/
compositor_util_browsertest.cc 18 // Test that threaded compositing and FCM are in the expected mode on the bots
33 // Lion and SnowLeopard have compositing blacklisted when using the Apple
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer_unittest.py 224 'compositing': '2',
227 'compositing': '2',
233 'platform/mac/compositing': '2',
234 'platform/win/compositing': '2',
237 'compositing': '2',
243 'platform/mac/compositing': '2',
244 'platform/win/compositing': '2',
247 'compositing': '2',
252 '/mock-checkout/third_party/WebKit/LayoutTests/platform/mac/compositing/mock-baseline-expected.txt',
253 '/mock-checkout/third_party/WebKit/LayoutTests/platform/win/compositing/mock-baseline-expected.txt'
    [all...]
  /external/chromium_org/content/test/gpu/gpu_tests/
gpu_rasterization.py 32 options.AppendExtraBrowserArgs(['--force-compositing-mode',
33 '--enable-threaded-compositing',
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutRepainter.cpp 45 // Hits in compositing/video/video-controls-layer-creation.html
58 // Hits in compositing/video/video-controls-layer-creation.html
  /external/chromium_org/tools/perf/measurements/
record_per_area.py 24 '--force-compositing-mode',
25 '--enable-threaded-compositing',

Completed in 532 milliseconds

1 2 3 4 5 6 7 8 91011>>