Searched defs:layer_id (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/cc/animation/
H A Danimation_events.cc10 int layer_id,
15 layer_id(layer_id),
9 AnimationEvent(AnimationEvent::Type type, int layer_id, int group_id, Animation::TargetProperty target_property, base::TimeTicks monotonic_time) argument
H A Danimation_events.h21 int layer_id,
27 int layer_id; member in struct:cc::AnimationEvent
/external/chromium_org/cc/input/
H A Dlayer_selection_bound.h22 int layer_id; member in struct:cc::LayerSelectionBound
/external/chromium_org/cc/quads/
H A Drender_pass_id.h16 int layer_id; member in class:cc::RenderPassId
19 RenderPassId(int layer_id, int index) : layer_id(layer_id), index(index) {} argument
23 return layer_id == other.layer_id && index == other.index;
27 return layer_id < other.layer_id ||
28 (layer_id == other.layer_id
[all...]
/external/chromium_org/cc/resources/
H A Dskpicture_content_layer_updater.cc20 int layer_id)
21 : ContentLayerUpdater(painter.Pass(), stats_instrumentation, layer_id) {}
17 SkPictureContentLayerUpdater( scoped_ptr<LayerPainter> painter, RenderingStatsInstrumentation* stats_instrumentation, int layer_id) argument
H A Dbitmap_skpicture_content_layer_updater.cc45 int layer_id) {
49 layer_id));
55 int layer_id)
58 layer_id) {}
42 Create( scoped_ptr<LayerPainter> painter, RenderingStatsInstrumentation* stats_instrumentation, int layer_id) argument
52 BitmapSkPictureContentLayerUpdater( scoped_ptr<LayerPainter> painter, RenderingStatsInstrumentation* stats_instrumentation, int layer_id) argument
H A Dcontent_layer_updater.cc24 int layer_id)
26 layer_id_(layer_id),
21 ContentLayerUpdater( scoped_ptr<LayerPainter> painter, RenderingStatsInstrumentation* stats_instrumentation, int layer_id) argument
H A Dtile.cc24 int layer_id,
32 layer_id_(layer_id),
74 res->SetInteger("layer_id", layer_id_);
19 Tile(TileManager* tile_manager, PicturePileImpl* picture_pile, const gfx::Size& tile_size, const gfx::Rect& content_rect, float contents_scale, int layer_id, int source_frame_number, int flags) argument
H A Dbitmap_content_layer_updater.cc36 int layer_id) {
40 layer_id));
46 int layer_id)
47 : ContentLayerUpdater(painter.Pass(), stats_instrumentation, layer_id) {}
33 Create( scoped_ptr<LayerPainter> painter, RenderingStatsInstrumentation* stats_instrumentation, int layer_id) argument
43 BitmapContentLayerUpdater( scoped_ptr<LayerPainter> painter, RenderingStatsInstrumentation* stats_instrumentation, int layer_id) argument
H A Dtile.h130 int layer_id() const { return layer_id_; } function in class:cc::Tile
170 int layer_id,
/external/chromium_org/cc/debug/
H A Dframe_viewer_instrumentation.h30 int layer_id) {
36 res->SetInteger(internal::kLayerId, layer_id);
47 int layer_id) {
53 tile_id, tile_resolution, source_frame_number, layer_id));
68 int layer_id,
75 tile_id, tile_resolution, source_frame_number, layer_id),
26 TileDataAsValue( const void* tile_id, TileResolution tile_resolution, int source_frame_number, int layer_id) argument
44 ScopedAnalyzeTask(const void* tile_id, TileResolution tile_resolution, int source_frame_number, int layer_id) argument
65 ScopedRasterTask(const void* tile_id, TileResolution tile_resolution, int source_frame_number, int layer_id, RasterMode raster_mode) argument
H A Ddevtools_instrumentation.h35 ScopedLayerTask(const char* event_name, int layer_id) argument
38 internal::kLayerId, layer_id);
65 int layer_id,
69 internal::kLayerId, layer_id,
83 explicit ScopedLayerObjectTracker(int layer_id) argument
87 layer_id) {
64 ScopedLayerTreeTask(const char* event_name, int layer_id, int layer_tree_host_id) argument
/external/chromium_org/cc/layers/
H A Dsolid_color_scrollbar_layer.cc84 void SolidColorScrollbarLayer::SetScrollLayer(int layer_id) { argument
85 if (layer_id == scroll_layer_id_)
88 scroll_layer_id_ = layer_id;
92 void SolidColorScrollbarLayer::SetClipLayer(int layer_id) { argument
93 if (layer_id == clip_layer_id_)
96 clip_layer_id_ = layer_id;
H A Dpainted_scrollbar_layer.cc55 void PaintedScrollbarLayer::SetScrollLayer(int layer_id) { argument
56 if (layer_id == scroll_layer_id_)
59 scroll_layer_id_ = layer_id;
63 void PaintedScrollbarLayer::SetClipLayer(int layer_id) { argument
64 if (layer_id == clip_layer_id_)
67 clip_layer_id_ = layer_id;
H A Drender_surface_impl.cc111 int layer_id = owning_layer_->id(); local
113 DCHECK_GT(layer_id, 0);
114 return RenderPassId(layer_id, sub_id);
/external/chromium_org/cc/trees/
H A Ddamage_tracker.h65 explicit RectMapData(int layer_id) : layer_id_(layer_id), mailboxId_(0) {} argument
81 RectMapData& RectDataForLayer(int layer_id, bool* layer_is_new);
H A Dlayer_tree_host_common.h115 static LayerType* FindLayerInSubtree(LayerType* root_layer, int layer_id);
132 int layer_id; member in struct:cc::LayerTreeHostCommon::ScrollUpdateInfo
164 int layer_id) {
168 if (root_layer->id() == layer_id)
171 if (root_layer->mask_layer() && root_layer->mask_layer()->id() == layer_id)
175 root_layer->replica_layer()->id() == layer_id)
180 get_layer_as_raw_ptr(root_layer->children(), i), layer_id))
163 FindLayerInSubtree(LayerType* root_layer, int layer_id) argument
H A Ddamage_tracker.cc160 int layer_id,
163 RectMapData data(layer_id);
168 if (it == rect_history_.end() || it->layer_id_ != layer_id) {
159 RectDataForLayer( int layer_id, bool* layer_is_new) argument
H A Dtree_synchronizer_unittest.cc30 int layer_id) {
31 return make_scoped_ptr(new MockLayerImpl(tree_impl, layer_id));
43 MockLayerImpl(LayerTreeImpl* tree_impl, int layer_id) argument
44 : LayerImpl(tree_impl, layer_id),
29 Create(LayerTreeImpl* tree_impl, int layer_id) argument
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_yuv.c40 DFBDisplayLayerID layer_id; member in struct:private_yuvhwdata
64 hwdata->layer_id = id;
88 if (!hwdata->layer_id)
91 ret = dfb->GetDisplayLayer (dfb, hwdata->layer_id, &layer);
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dvpx_temporal_svc_encoder.c459 vpx_svc_layer_id_t layer_id = {0, 0}; local
610 // Update the temporal layer_id. No spatial layers in this test.
611 layer_id.spatial_layer_id = 0;
612 layer_id.temporal_layer_id =
615 vpx_codec_control(&codec, VP9E_SET_SVC_LAYER_ID, &layer_id);
620 ++rc.layer_input_frames[layer_id.temporal_layer_id];
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddatarate_test.cc295 int layer_id = 0; local
298 layer_id = 0;
300 layer_id = 1;
304 layer_id = 0;
306 layer_id = 1;
308 layer_id = 2;
311 return layer_id;
324 vpx_svc_layer_id_t layer_id = {0, 0}; local
325 layer_id.spatial_layer_id = 0;
327 layer_id
[all...]
/external/libvpx/libvpx/examples/
H A Dvpx_temporal_scalable_patterns.c451 vpx_svc_layer_id_t layer_id = {0, 0}; local
600 // Update the temporal layer_id. No spatial layers in this test.
601 layer_id.spatial_layer_id = 0;
602 layer_id.temporal_layer_id =
605 vpx_codec_control(&codec, VP9E_SET_SVC_LAYER_ID, &layer_id);
610 ++rc.layer_input_frames[layer_id.temporal_layer_id];
/external/libvpx/libvpx/test/
H A Ddatarate_test.cc256 int layer_id = 0; local
259 layer_id = 0;
261 layer_id = 1;
265 layer_id = 0;
267 layer_id = 1;
269 layer_id = 2;
272 return layer_id;
284 vpx_svc_layer_id_t layer_id = {0, 0}; local
285 layer_id.spatial_layer_id = 0;
287 layer_id
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyx.h237 unsigned int layer_id[VPX_TS_MAX_PERIODICITY]; member in struct:__anon13063

Completed in 1481 milliseconds

12