Searched refs:layer_id (Results 1 - 25 of 63) sorted by relevance

123

/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...]
H A Drender_pass_id.cc12 return reinterpret_cast<void*>(base::HashPair(layer_id, index));
/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.cc10 : type(SELECTION_BOUND_EMPTY), layer_id(0) {
18 return lhs.type == rhs.type && lhs.layer_id == rhs.layer_id &&
H A Dlayer_selection_bound.h22 int layer_id; member in struct:cc::LayerSelectionBound
/external/chromium_org/cc/layers/
H A Dscrollbar_layer_interface.h19 virtual void SetScrollLayer(int layer_id) = 0;
20 virtual void SetClipLayer(int layer_id) = 0;
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 Dsolid_color_scrollbar_layer.h38 virtual void SetScrollLayer(int layer_id) OVERRIDE;
39 virtual void SetClipLayer(int layer_id) OVERRIDE;
H A Dpainted_scrollbar_layer.h34 virtual void SetScrollLayer(int layer_id) OVERRIDE;
35 virtual void SetClipLayer(int layer_id) OVERRIDE;
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;
/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/resources/
H A Dbitmap_skpicture_content_layer_updater.h38 int layer_id);
49 int layer_id);
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 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 Dskpicture_content_layer_updater.h25 int layer_id);
H A Dbitmap_content_layer_updater.h46 int layer_id);
67 int layer_id);
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 Dcontent_layer_updater.h32 int layer_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
/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/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/bluetooth/bluedroid/main/
H A Dbte_logmsg.c381 while (0 != p_l->layer_id)
387 printf("BTA_SysSetTraceLevel - trace id in map start = %d end= %d, paramter id = %d\r\n", p_f_map->layer_id_start, p_f_map->layer_id_end, p_l->layer_id );
390 //if (p_f_map->layer_id_end < p_l->layer_id)
396 /* check if layer_id actually false into a range or if it is note existing in the map */
397 if ((NULL != p_f_map->p_f) && (p_f_map->layer_id_start <= p_l->layer_id) && (p_f_map->layer_id_end >= p_l->layer_id) )
400 p_l->layer_id, p_l->type );
407 p_l->layer_id, p_l->type );
418 p_l->layer_id, p_l->type );

Completed in 369 milliseconds

123