Searched refs:layerid (Results 1 – 8 of 8) sorted by relevance
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/ |
D | control.cpp | 75 void testNotificationLayer(t_ilm_layer layerid) in testNotificationLayer() argument 77 cout << "Setup notification for layer " << layerid << " \n"; in testNotificationLayer() 79 ilmErrorTypes callResult = ilm_layerAddNotification(layerid, layerNotificationCallback); in testNotificationLayer() 83 cout << "Failed to add notification callback to layer with ID " << layerid << "\n"; in testNotificationLayer() 91 ilm_layerSetVisibility(layerid, ILM_FALSE); in testNotificationLayer() 96 ilm_layerSetVisibility(layerid, ILM_TRUE); in testNotificationLayer() 99 ilm_layerSetOpacity(layerid, 0.3); in testNotificationLayer() 104 ilm_layerSetOpacity(layerid, 1.0); in testNotificationLayer() 115 unsigned int layerid = layerids[i]; in watchLayer() local 116 cout << "Setup notification for layer " << layerid << "\n"; in watchLayer() [all …]
|
D | print.cpp | 106 t_ilm_layer layerid = screenProperties.layerIds[layerIndex]; in printScreenProperties() local 107 cout << layerid << "(0x" << hex << layerid << dec << "), "; in printScreenProperties() 114 void printLayerProperties(unsigned int layerid, const char* prefix) in printLayerProperties() argument 116 cout << prefix << "layer " << layerid << " (0x" << hex << layerid << dec in printLayerProperties() 122 ilmErrorTypes callResult = ilm_getPropertiesOfLayer(layerid, &p); in printLayerProperties() 126 cout << "Failed to get properties of layer with ID " << layerid << " found\n"; in printLayerProperties() 145 callResult = ilm_getSurfaceIDsOnLayer(layerid, &surfaceCount, &surfaceArray); in printLayerProperties() 149 cout << "Failed to get surfaces on layer with ID " << layerid << " \n"; in printLayerProperties() 192 if (id == layerid) in printLayerProperties() 250 unsigned int layerid = layerArray[layerIndex]; in printSurfaceProperties() local [all …]
|
D | commands.cpp | 378 unsigned int layerid = input->getUint("id"); variable 381 ilmErrorTypes callResult = ilm_layerSetRenderOrder(layerid, array, count); 385 cout << "Failed to set render order for layer with ID " << layerid << "\n"; 394 unsigned int layerid = input->getUint("id"); variable 396 ilmErrorTypes callResult = ilm_layerSetRenderOrder(layerid, NULL, 0); 400 cout << "Failed to set render order for layer with ID " << layerid << "\n"; 413 unsigned int layerid = input->getUint("layerid"); variable 417 ilmErrorTypes callResult = ilm_layerCreateWithDimension(&layerid, width, height); 421 cout << "Failed to create layer with ID " << layerid << "\n"; 430 unsigned int layerid = input->getUint("id"); variable [all …]
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/ |
D | LMControl.h | 201 void printLayerProperties(unsigned int layerid, const char* prefix = ""); 218 void testNotificationLayer(t_ilm_layer layerid);
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_shader_state.c | 433 uint32_t layerid = 0; in nv50_fp_linkage_validate() local 495 layerid = m; in nv50_fp_linkage_validate() 505 if (vp->gp.has_layer && !layerid) { in nv50_fp_linkage_validate() 506 layerid = m; in nv50_fp_linkage_validate() 507 map[m++] = vp->gp.layerid; in nv50_fp_linkage_validate() 573 PUSH_DATA (push, layerid); in nv50_fp_linkage_validate()
|
D | nv50_program.h | 104 ubyte layerid; /* hw value of layer output */ member
|
D | nv50_program.c | 112 prog->gp.layerid = n; in nv50_vertprog_assign_slots()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/ |
D | ilm_control_wayland_platform.c | 1804 uint32_t layerid = 0; in ilm_layerCreateWithDimension() local 1820 layerid = *pLayerId; in ilm_layerCreateWithDimension() 1824 layerid = gen_layer_id(ctx); in ilm_layerCreateWithDimension() 1825 *pLayerId = layerid; in ilm_layerCreateWithDimension() 1828 ivi_wm_create_layout_layer(ctx->wl.controller, layerid, width, height); in ilm_layerCreateWithDimension()
|