OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drm_surface
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/state_trackers/egl/drm/
native_drm.h
50
struct
drm_surface
;
68
struct
drm_surface
**shown_surfaces;
94
struct
drm_surface
{
struct
137
static INLINE struct
drm_surface
*
138
drm_surface
(const struct native_surface *nsurf)
function
140
return (struct
drm_surface
*) nsurf;
modeset.c
42
struct
drm_surface
*drmsurf =
drm_surface
(nsurf);
65
struct
drm_surface
*drmsurf =
drm_surface
(nsurf);
125
struct
drm_surface
*drmsurf =
drm_surface
(nsurf);
138
struct
drm_surface
*drmsurf =
drm_surface
(nsurf);
157
struct
drm_surface
*drmsurf =
drm_surface
(nsurf)
[
all
...]
/bootable/recovery/minui/
graphics_drm.cpp
36
struct
drm_surface
{
struct
42
static
drm_surface
*drm_surfaces[2];
62
struct
drm_surface
*surface) {
84
static void drm_destroy_surface(struct
drm_surface
*surface) {
130
static
drm_surface
*drm_create_surface(int width, int height) {
131
struct
drm_surface
*surface;
136
surface = (struct
drm_surface
*)calloc(1, sizeof(*surface));
Completed in 550 milliseconds