OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shown_surfaces
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/state_trackers/egl/drm/
modeset.c
494
if (drmdpy->
shown_surfaces
[crtc_idx])
495
drmdpy->
shown_surfaces
[crtc_idx]->is_shown = FALSE;
496
drmdpy->
shown_surfaces
[crtc_idx] = drmsurf;
651
if (drmdpy->
shown_surfaces
) {
652
FREE(drmdpy->
shown_surfaces
);
653
drmdpy->
shown_surfaces
= NULL;
700
drmdpy->
shown_surfaces
=
701
CALLOC(drmdpy->resources->count_crtcs, sizeof(*drmdpy->
shown_surfaces
));
702
if (!drmdpy->
shown_surfaces
) {
native_drm.h
68
struct drm_surface **
shown_surfaces
;
member in struct:drm_display
Completed in 67 milliseconds