Searched defs:DisplayAttributes (Results 1 – 6 of 6) sorted by relevance
79 typedef struct DisplayAttributes { struct86 DisplayAttributes() : vsync_period(0), xres(0), yres(0), xdpi(0.0f), in DisplayAttributes() argument
77 struct DisplayAttributes { struct78 uint32_t vsync_period; //nanos79 uint32_t xres;80 uint32_t yres;81 uint32_t stride;82 float xdpi;83 float ydpi;84 int fd;85 bool connected; //Applies only to pluggable disp.88 bool isActive;[all …]
90 struct DisplayAttributes { struct91 uint32_t refreshRate;92 uint32_t dynRefreshRate;93 uint32_t vsync_period; //nanos94 uint32_t xres;95 uint32_t yres;96 uint32_t stride;97 float xdpi;98 float ydpi;99 uint32_t fbformat;[all …]
84 struct DisplayAttributes { struct85 uint32_t refreshRate;86 uint32_t dynRefreshRate;87 uint32_t vsync_period; //nanos88 uint32_t xres;89 uint32_t yres;90 uint32_t stride;91 float xdpi;92 float ydpi;93 bool secure;[all …]
78 struct DisplayAttributes { struct79 uint32_t vsync_period; //nanos80 uint32_t xres;81 uint32_t yres;82 uint32_t stride;83 float xdpi;84 float ydpi;85 int fd;86 bool connected; //Applies only to pluggable disp.89 bool isActive;[all …]
71 struct DisplayAttributes { struct72 uint32_t vsync_period; //nanos73 uint32_t xres;74 uint32_t yres;75 uint32_t stride;76 float xdpi;77 float ydpi;78 int fd;79 bool connected; //Applies only to pluggable disp.82 bool isActive;[all …]