/external/wayland-protocols/freedesktop.org/unstable/tablet/ |
tablet-unstable-v1.xml | 55 to the compositor. That event is followed by a number of descriptive 79 between windows), compositor-specific grab policies apply. This usually 104 compositor-specific policy when a tool can be removed. Common approaches 145 seat. After binding to this interface, the compositor sends a set of 181 object stays valid until the client destroys it; the compositor 362 It is compositor-dependent when a tool is removed. A compositor may 364 A compositor may also keep a tool alive until shutdown. 420 contact. On some devices, a compositor may not consider a tool in 431 and the compositor grab (if any) is dismissed [all...] |
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
context.c | 266 if (!vl_compositor_init(&context_priv->compositor, pipe)) { 267 XVMC_MSG(XVMC_ERR, "[XvMC] Could not create VL compositor.\n"); 276 XVMC_MSG(XVMC_ERR, "[XvMC] Could not create VL compositor state.\n"); 277 vl_compositor_cleanup(&context_priv->compositor); 333 vl_compositor_cleanup(&context_priv->compositor);
|
surface.c | 357 struct vl_compositor *compositor; local 389 compositor = &context_priv->compositor; 420 vl_compositor_set_buffer_layer(cstate, compositor, 0, surface_priv->video_buffer, 429 vl_compositor_set_palette_layer(cstate, compositor, 1, subpicture_priv->sampler, subpicture_priv->palette, 432 vl_compositor_set_rgba_layer(cstate, compositor, 1, subpicture_priv->sampler, 444 vl_compositor_render(cstate, compositor, surf, dirty_area, true);
|
xvmc_private.h | 59 struct vl_compositor compositor; member in struct:__anon30257
|
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/ |
SurfaceCompositionMeasuringActivity.java | 53 * This test measures surface compositor performance which shows how many 54 * surfaces of specific format surface compositor can combine without dropping 61 * In manual mode, which activated by pressing button 'Compositor speed' or 121 * compositor can handle. 205 sb.append("Compositor score:"); 291 mMeasureCompositionButton = createButton("Compositor speed.", controlLayout); 425 // all surfaces to compositor.
|
CustomSurfaceView.java | 33 * gives the change to measure real performance of Surface compositor. 223 // We only need to invalidate the surface for the compositor performance test so that
|
/external/wayland-protocols/freedesktop.org/unstable/xdg-foreign/ |
xdg-foreign-unstable-v1.xml | 67 Notify the compositor that the xdg_exporter object will no longer be 99 Notify the compositor that the xdg_importer object will no longer be 155 Notify the compositor that it will no longer use the xdg_imported
|
xdg-foreign-unstable-v2.xml | 67 Notify the compositor that the xdg_exporter object will no longer be 99 Notify the compositor that the xdg_importer object will no longer be 155 Notify the compositor that it will no longer use the xdg_imported
|
/external/drm_hwcomposer/ |
drmresources.h | 61 DrmCompositor *compositor();
|
/external/mesa3d/src/gallium/state_trackers/omx/ |
vid_dec.c | 185 if (!vl_compositor_init(&priv->compositor, priv->pipe)) { 192 vl_compositor_cleanup(&priv->compositor); 251 vl_compositor_cleanup(&priv->compositor); 585 struct vl_compositor *compositor = &priv->compositor; local 598 vl_compositor_set_yuv_layer(s, compositor, 0, src_buf, NULL, NULL, true); 600 vl_compositor_render(s, compositor, dst_surface[0], NULL, false); 605 vl_compositor_set_yuv_layer(s, compositor, 0, src_buf, NULL, NULL, false); 607 vl_compositor_render(s, compositor, dst_surface[1], NULL, false);
|
vid_enc.h | 86 struct vl_compositor compositor; \
|
vid_dec.h | 133 struct vl_compositor compositor; \
|
/frameworks/native/libs/vr/libvrflinger/ |
vsync_service.h | 67 // before the next vsync when the compositor will preempt the GPU to do EDS
|
/sdk/eclipse/ |
dictionary.txt | 58 compositor
|
/system/sepolicy/prebuilts/api/26.0/private/ |
surfaceflinger.te | 1 # surfaceflinger - display compositor service
|
/system/sepolicy/prebuilts/api/27.0/private/ |
surfaceflinger.te | 1 # surfaceflinger - display compositor service
|
/system/sepolicy/prebuilts/api/28.0/private/ |
surfaceflinger.te | 1 # surfaceflinger - display compositor service
|
/system/sepolicy/private/ |
surfaceflinger.te | 1 # surfaceflinger - display compositor service
|
/external/wayland/src/ |
wayland-server.c | 397 * socket later - typically when the compositor has handled all 436 * requests to the compositor, the wl_client argument to the request 515 * Be aware that for clients that a compositor forks and execs and 517 * credentials for the compositor. The credentials for the socketpair 518 * are set at creation time in the compositor. 549 * If you would like to distinguish just between the client and the compositor 551 * credentials and by checking the PID of the client and the compositor's PID. 555 * This function can be used for a compositor to validate a request from 558 * from the client's file descriptor. The compositor can validate the client's 1170 wl_log("unable to lock lockfile %s, maybe another compositor is running\n" [all...] |
/external/wayland/tests/ |
sanity-test.c | 36 #include "test-compositor.h" 262 /* test timeouts with test-compositor */
|
/frameworks/base/core/java/android/app/ |
VrManager.java | 188 * Set the component name of the compositor service to bind. 190 * @param componentName ComponentName of a Service in the application's compositor process to
|
/frameworks/base/core/java/android/view/ |
Surface.java | 36 * Handle onto a raw buffer that is being managed by the screen compositor. 695 * <p>The shared buffer mode allows both the application and the surface compositor 698 * (see {@link #unlockCanvasAndPost(Canvas)}) to the compositor when an update is required, 699 * the compositor may trigger an update at any time. Since the surface's buffer is shared 700 * between the application and the compositor, updates triggered by the compositor may 719 * surface compositor may need to copy the shared buffer before it is displayed. When 753 * <p>When auto-refresh is enabled, the surface compositor (SurfaceFlinger) [all...] |
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
mixer.c | 259 struct vl_compositor *compositor; local 265 compositor = &vmixer->device->compositor; 298 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer++, bg->sampler_view, 344 vl_compositor_set_buffer_layer(&vmixer->cstate, compositor, layer, video_buffer, prect, NULL, deinterlace); 396 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer, src->sampler_view, 403 vl_compositor_render(&vmixer->cstate, compositor, surface, &dirty_area, true); [all...] |
/external/skia/resources/lua/ |
slides_content2.lua | 31 - Chrome : ui/gfx and compositor
|
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/ |
slides_content2.lua | 31 - Chrome : ui/gfx and compositor
|