OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compositing
(Results
26 - 50
of
326
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/ManualTests/
plugin-visible-rect-change.html
2
This test requires that accelerated
compositing
be disabled. Clicking the Test button should completely reveal the black-bordered box.
simple-image-compositing.html
30
what type of
compositing
layer is being used.
/external/chromium_org/third_party/WebKit/Source/web/tests/data/
fixed-position.html
23
<!-- Fixed position elements may skip
compositing
without a scrollable
/external/chromium_org/tools/perf/measurements/
skpicture_printer.py
21
'--force-
compositing
-mode'])
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/compositing_huge_div/
index.html
3
<title>
Compositing
- Huge <div></title>
/external/chromium_org/ui/base/win/
hidden_window.cc
13
// We need to have a parent window for the
compositing
code to work correctly.
/external/libpng/
TODO
22
Use greater precision when changing to linear gamma for
compositing
against
/external/chromium_org/third_party/WebKit/public/web/
WebWidgetClient.h
66
// Attempt to initialize
compositing
for this widget. If this is successful,
70
// Return a
compositing
view used for this widget. This is owned by the
89
// Called for
compositing
mode when a frame commit operation has finished.
92
// Called for
compositing
mode when the draw commands for a WebKit-side
96
// Called for
compositing
mode when swapbuffers has been posted in the GPU
WebWidget.h
89
// Called to toggle the WebWidget in or out of force
compositing
mode. This
93
// Called to notify the WebWidget that the widget has exited
compositing
124
// Indicates that the
compositing
surface associated with this WebWidget is
219
// Returns true if the WebWidget uses GPU accelerated
compositing
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerCompositor.cpp
270
// on a chrome that doesn't allow accelerated
compositing
.
352
// Avoid updating the layers with old values.
Compositing
layers will be updated after the layout is finished.
405
// Go through the layers in presentation order, so that we can compute which RenderLayers need
compositing
layers.
426
LOG(
Compositing
, "\nUpdate %d of %s.\n", m_rootLayerUpdateCount, isMainFrame() ? "main frame" : frame->tree()->uniqueName().string().utf8().data());
431
// Update the hierarchy of the
compositing
layers.
440
// Even when childList is empty, don't drop out of
compositing
mode if there are
456
LOG(
Compositing
, "Total layers primary secondary obligatory backing (KB) secondary backing(KB) total backing (KB) update time (ms)\n");
458
LOG(
Compositing
, "%8d %11d %9d %20.2f %22.2f %22.2f %18.2f\n",
503
LOG(
Compositing
, "%*p %dx%d %.2fKB (%s) %s\n", 12 + depth * 2, layer, backing->compositedBounds().width(), backing->compositedBounds().height(),
525
// FIXME: It would be nice to directly use the layer's
compositing
reason
[
all
...]
RenderLayerBacking.h
61
// RenderLayerBacking controls the
compositing
behavior for a single RenderLayer.
215
// Return the opacity value that this layer should use for
compositing
.
223
// Returns true if this
compositing
layer has no visible content.
252
OwnPtr<GraphicsLayer> m_childContainmentLayer; // Only used if we have clipping on a stacking context with
compositing
children, or if the layer has a tile cache.
CompositingReasons.h
57
// FIXME: the following
compositing
reasons need to be re-organized to fit with categories
/external/chromium_org/cc/layers/
io_surface_layer_impl.cc
43
// TODO(skaslev): Implement this path for software
compositing
.
73
// TODO(skaslev): Implement this path for software
compositing
.
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContextState.h
128
//
Compositing
control, for the CSS and Canvas
compositing
spec.
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
CustomFilterValidatedProgram.h
40
// PlatformCompiledProgram defines a type that is compatible with the framework used to implement accelerated
compositing
on a particular platform.
50
// For shaders that use the CSS mix function, CustomFilterValidatedProgram adds shader code to perform DOM texture access, blending, and
compositing
.
/development/samples/ApiDemos/src/com/example/android/apis/app/
TranslucentBlurActivity.java
33
*
compositing
effect.</p>
/external/chromium_org/chrome/browser/extensions/
extension_webkit_preferences.cc
51
// accelerated
compositing
as for chrome: URLs (from
/external/chromium_org/content/test/data/gpu/
pixel_browser_plugin.html
4
<title>Browser Plugin
Compositing
Test: Projected Blue Box over Black Background</title>
/external/skia/bench/
DeferredSurfaceCopyBench.cpp
65
// not discardable because they are needed for
compositing
.
/frameworks/base/core/tests/coretests/src/android/app/
TranslucentFancyActivity.java
31
*
compositing
effect.</p>
/external/chromium/chrome/browser/resources/gpu_internals/
browser_bridge_tests.js
14
{"status":"enabled","name":"
compositing
"},
48
{"status":"disabled_software","name":"
compositing
"},
49
{"status":"software","name":"
compositing
"},
/external/chromium_org/content/browser/resources/gpu/
browser_bridge_tests.js
251
{'status': 'enabled', name: '
compositing
'},
289
{'status': 'disabled_software', name: '
compositing
'},
290
{'status': 'software', name: '
compositing
'},
/development/ndk/platforms/android-9/include/android/
native_window.h
94
* when
compositing
it to the screen.
/external/chromium_org/cc/trees/
layer_tree_host_unittest_video.cc
19
// These tests deal with
compositing
video.
/external/chromium_org/third_party/WebKit/public/platform/
WebExternalTextureLayer.h
39
// The texture will be used by the WebLayerTreeView during
compositing
passes.
Completed in 1693 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>