OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scanout
(Results
1 - 7
of
7
) sorted by null
/external/drm_gralloc/
gralloc_drm_nouveau.c
72
int tiled,
scanout
;
local
79
scanout
= !!(usage & GRALLOC_USAGE_HW_FB);
85
else if (
scanout
&& info->tiled_scanout)
91
if (
scanout
&& !info->tiled_scanout)
129
tile_flags = (
scanout
&& cpp != 2) ? 0x7a00 : 0x7000;
161
if (
scanout
)
/external/libdrm/include/drm/
vmwgfx_drm.h
187
* @
scanout
: Boolean whether the surface is intended to be used as a
188
*
scanout
.
200
int32_t
scanout
;
member in struct:drm_vmw_surface_create_req
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
vmwgfx_drm.h
185
* @
scanout
: Boolean whether the surface is intended to be used as a
186
*
scanout
.
198
int32_t
scanout
;
member in struct:drm_vmw_surface_create_req
/external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h
147
* @
scanout
: Boolean whether the surface is intended to be used as a
148
*
scanout
.
160
int32_t
scanout
;
member in struct:drm_vmw_surface_create_req
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
vmwgfx_drm.h
147
* @
scanout
: Boolean whether the surface is intended to be used as a
148
*
scanout
.
160
int32_t
scanout
;
member in struct:drm_vmw_surface_create_req
/bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h
99
int32_t
scanout
;
member in struct:drm_vmw_surface_create_req
/external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h
172
* @
scanout
: Boolean whether the surface is intended to be used as a
173
*
scanout
.
185
int32_t
scanout
;
member in struct:drm_vmw_surface_create_req
891
* @drm_vmw_surface_flag_scanout: Whether the surface is a
scanout
Completed in 64 milliseconds