HomeSort by relevance Sort by last modified time
    Searched defs:layer_id (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/cc/animation/
animation_events.h 20 int layer_id,
26 int layer_id; member in struct:cc::AnimationEvent
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.c 40 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/cc/layers/
render_surface_impl.cc 121 int layer_id = owning_layer_->id(); local
123 DCHECK_GT(layer_id, 0);
124 return RenderPass::Id(layer_id, sub_id);
  /external/chromium_org/cc/quads/
render_pass.h 50 int layer_id; member in struct:cc::RenderPass::Id
53 Id(int layer_id, int index) : layer_id(layer_id), index(index) {}
57 return layer_id == other.layer_id && index == other.index;
63 return layer_id < other.layer_id ||
64 (layer_id == other.layer_id && index < other.index)
    [all...]
  /external/chromium_org/cc/resources/
tile.h 31 int layer_id,
102 int layer_id() const { return layer_id_; } function in class:cc::Tile
  /external/chromium_org/cc/trees/
layer_tree_host_common.h 125 static LayerType* FindLayerInSubtree(LayerType* root_layer, int layer_id);
140 int layer_id; member in struct:cc::LayerTreeHostCommon::ScrollUpdateInfo
170 int layer_id) {
174 if (root_layer->id() == layer_id)
177 if (root_layer->mask_layer() && root_layer->mask_layer()->id() == layer_id)
181 root_layer->replica_layer()->id() == layer_id)
186 get_child_as_raw_ptr(root_layer->children(), i), layer_id))
layer_tree_host_impl_unittest.cc 181 if (scroll_info.scrolls[i].layer_id != id)
194 if (scroll_info.scrolls[i].layer_id != id)
5091 int layer_id = *current_char; local
5120 int layer_id = *current_char; local
    [all...]
  /external/libvpx/libvpx/vp8/common/
onyx.h 226 unsigned int layer_id[VPX_TS_MAX_PERIODICITY]; member in struct:__anon22987
  /external/bluetooth/bluedroid/include/
bt_trace.h 167 tBTTRC_LAYER_ID layer_id; member in struct:__anon3459
213 EXPORT_API extern void BTTRC_StackTrace0(tBTTRC_LAYER_ID layer_id,
216 EXPORT_API extern void BTTRC_StackTrace1(tBTTRC_LAYER_ID layer_id,
220 EXPORT_API extern void BTTRC_StackTrace2(tBTTRC_LAYER_ID layer_id,
225 EXPORT_API extern void BTTRC_StackTrace3(tBTTRC_LAYER_ID layer_id,
231 EXPORT_API extern void BTTRC_StackTrace4(tBTTRC_LAYER_ID layer_id,
238 EXPORT_API extern void BTTRC_StackTrace5(tBTTRC_LAYER_ID layer_id,
246 EXPORT_API extern void BTTRC_StackTrace6(tBTTRC_LAYER_ID layer_id,
    [all...]

Completed in 1388 milliseconds