Home
last modified time | relevance | path

Searched defs:t_scene_data (Results 1 – 1 of 1) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/
DLMControl.h40 struct t_scene_data struct
42 map<t_ilm_display, vector<t_ilm_layer> > screenLayers;
43 map<t_ilm_layer, vector<t_ilm_surface> > layerSurfaces;
45 map<t_ilm_surface, ilmSurfaceProperties> surfaceProperties;
46 map<t_ilm_layer, ilmLayerProperties> layerProperties;
48 map<t_ilm_layer, t_ilm_display> layerScreen;
49 map<t_ilm_surface, t_ilm_layer> surfaceLayer;
51 vector<t_ilm_surface> surfaces;
52 vector<t_ilm_surface> layers;
53 vector<t_ilm_display> screens;
[all …]