OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gralloc_drm_handle_t
(Results
1 - 12
of
12
) sorted by null
/external/drm_gralloc/
gralloc_drm_handle.h
36
struct
gralloc_drm_handle_t
{
struct
62
((sizeof(struct
gralloc_drm_handle_t
) - sizeof(native_handle_t))/sizeof(int)) \
65
static inline struct
gralloc_drm_handle_t
*gralloc_drm_handle(buffer_handle_t _handle)
67
struct
gralloc_drm_handle_t
*handle =
68
(struct
gralloc_drm_handle_t
*) _handle;
gralloc_drm_priv.h
56
struct
gralloc_drm_handle_t
*handle);
79
struct
gralloc_drm_handle_t
*handle;
gralloc_drm.cpp
157
struct
gralloc_drm_handle_t
*handle = gralloc_drm_handle(_handle);
220
static struct
gralloc_drm_handle_t
*create_bo_handle(int width,
223
struct
gralloc_drm_handle_t
*handle;
225
handle = new
gralloc_drm_handle_t
;
250
struct
gralloc_drm_handle_t
*handle;
279
struct
gralloc_drm_handle_t
*handle = bo->handle;
329
struct
gralloc_drm_handle_t
*handle = gralloc_drm_handle(_handle);
gralloc_drm_radeon.c
172
const struct
gralloc_drm_handle_t
*handle)
186
struct
gralloc_drm_handle_t
*handle)
257
drm_gem_radeon_alloc(struct gralloc_drm_drv_t *drv, struct
gralloc_drm_handle_t
*handle)
gralloc_drm_intel.c
242
const struct
gralloc_drm_handle_t
*handle,
339
struct
gralloc_drm_handle_t
*handle)
gralloc_drm_pipe.c
111
const struct
gralloc_drm_handle_t
*handle)
186
struct
gralloc_drm_handle_t
*handle)
gralloc.cpp
116
struct
gralloc_drm_handle_t
*handle;
gralloc_drm_rockchip.c
38
struct
gralloc_drm_handle_t
*handle)
gralloc_drm_nouveau.c
175
nouveau_alloc(struct gralloc_drm_drv_t *drv, struct
gralloc_drm_handle_t
*handle)
/external/drm_hwcomposer/
platformdrmgeneric.cpp
89
gralloc_drm_handle_t
*gr_handle = gralloc_drm_handle(handle);
/external/mesa3d/src/egl/drivers/dri2/
platform_android.c
71
struct
gralloc_drm_handle_t
*handle;
/external/mesa3d/src/gallium/state_trackers/egl/android/
native_android.cpp
154
struct
gralloc_drm_handle_t
*dh;
Completed in 729 milliseconds