/device/asus/fugu/recovery/ |
recovery_ui.cpp | 38 #define FBIO_PSB_SET_RGBX _IOWR('F', 0x42, struct fb_var_screeninfo) 39 #define FBIO_PSB_SET_RMODE _IOWR('F', 0x43, struct fb_var_screeninfo) 56 struct fb_var_screeninfo current_mode;
|
/hardware/qcom/display/msm8084/libgralloc/ |
fb_priv.h | 47 struct fb_var_screeninfo info;
|
/hardware/qcom/display/msm8226/libgralloc/ |
fb_priv.h | 47 struct fb_var_screeninfo info;
|
/hardware/qcom/display/msm8909/libgralloc/ |
fb_priv.h | 46 struct fb_var_screeninfo info;
|
/hardware/qcom/display/msm8960/libgralloc/ |
fb_priv.h | 47 struct fb_var_screeninfo info;
|
/hardware/qcom/display/msm8994/libgralloc/ |
fb_priv.h | 46 struct fb_var_screeninfo info;
|
/hardware/qcom/display/msm8996/libgralloc/ |
fb_priv.h | 46 struct fb_var_screeninfo info;
|
/hardware/qcom/display/msm8084/liboverlay/ |
mdpWrapper.h | 54 bool getVScreenInfo(int fd, fb_var_screeninfo& vinfo); 57 bool setVScreenInfo(int fd, fb_var_screeninfo& vinfo); 120 void dump(const char* const s, const fb_var_screeninfo& vinfo); 133 inline bool getVScreenInfo(int fd, fb_var_screeninfo& vinfo) { 142 inline bool setVScreenInfo(int fd, fb_var_screeninfo& vinfo) { 360 inline void dump(const char* const s, const fb_var_screeninfo& vinfo) { 361 ALOGE("%s fb_var_screeninfo xres=%d yres=%d",
|
overlayWriteback.cpp | 117 fb_var_screeninfo vinfo; 118 memset(&vinfo, 0, sizeof(fb_var_screeninfo));
|
/hardware/qcom/display/msm8226/liboverlay/ |
mdpWrapper.h | 57 bool getVScreenInfo(int fd, fb_var_screeninfo& vinfo); 60 bool setVScreenInfo(int fd, fb_var_screeninfo& vinfo); 117 void dump(const char* const s, const fb_var_screeninfo& vinfo); 131 inline bool getVScreenInfo(int fd, fb_var_screeninfo& vinfo) { 141 inline bool setVScreenInfo(int fd, fb_var_screeninfo& vinfo) { 355 inline void dump(const char* const s, const fb_var_screeninfo& vinfo) { 356 ALOGE("%s fb_var_screeninfo xres=%d yres=%d",
|
overlayWriteback.cpp | 117 fb_var_screeninfo vinfo; 118 memset(&vinfo, 0, sizeof(fb_var_screeninfo));
|
/hardware/qcom/display/msm8909/liboverlay/ |
mdpWrapper.h | 60 bool getVScreenInfo(int fd, fb_var_screeninfo& vinfo); 63 bool setVScreenInfo(int fd, fb_var_screeninfo& vinfo); 119 void dump(const char* const s, const fb_var_screeninfo& vinfo); 133 inline bool getVScreenInfo(int fd, fb_var_screeninfo& vinfo) { 143 inline bool setVScreenInfo(int fd, fb_var_screeninfo& vinfo) { 379 inline void dump(const char* const s, const fb_var_screeninfo& vinfo) { 380 ALOGE("%s fb_var_screeninfo xres=%d yres=%d",
|
/hardware/qcom/display/msm8960/liboverlay/ |
mdpWrapper.h | 52 bool getVScreenInfo(int fd, fb_var_screeninfo& vinfo); 55 bool setVScreenInfo(int fd, fb_var_screeninfo& vinfo); 97 void dump(const char* const s, const fb_var_screeninfo& vinfo); 110 inline bool getVScreenInfo(int fd, fb_var_screeninfo& vinfo) { 119 inline bool setVScreenInfo(int fd, fb_var_screeninfo& vinfo) { 264 inline void dump(const char* const s, const fb_var_screeninfo& vinfo) { 265 ALOGE("%s fb_var_screeninfo xres=%d yres=%d",
|
/hardware/qcom/display/msm8994/liboverlay/ |
mdpWrapper.h | 60 bool getVScreenInfo(int fd, fb_var_screeninfo& vinfo); 63 bool setVScreenInfo(int fd, fb_var_screeninfo& vinfo); 119 void dump(const char* const s, const fb_var_screeninfo& vinfo); 133 inline bool getVScreenInfo(int fd, fb_var_screeninfo& vinfo) { 143 inline bool setVScreenInfo(int fd, fb_var_screeninfo& vinfo) { 379 inline void dump(const char* const s, const fb_var_screeninfo& vinfo) { 380 ALOGE("%s fb_var_screeninfo xres=%d yres=%d",
|
/external/mesa3d/src/gallium/state_trackers/egl/fbdev/ |
native_fbdev.c | 34 * - fb_var_screeninfo decides window position, size, and even color format 67 struct fb_var_screeninfo config_vinfo; 120 vinfo_to_format(const struct fb_var_screeninfo *vinfo) 150 const struct fb_var_screeninfo *vinfo) 199 struct fb_var_screeninfo vinfo; 253 struct fb_var_screeninfo vinfo;
|
/system/extras/tests/framebuffer/ |
fb_test.c | 45 static struct fb_var_screeninfo vi; 50 struct fb_var_screeninfo *vi); 125 static void dumpinfo(struct fb_fix_screeninfo *fi, struct fb_var_screeninfo *vi)
|
/external/autotest/client/deps/gfxtest/src/ |
getfb.c | 17 struct fb_var_screeninfo info;
|
/hardware/libhardware/modules/gralloc/ |
gralloc_priv.h | 49 struct fb_var_screeninfo info;
|
/hardware/qcom/display/msm8084/libexternal/ |
external.h | 82 fb_var_screeninfo mVInfo;
|
/hardware/qcom/display/msm8084/libvirtual/ |
virtual.h | 62 fb_var_screeninfo mVInfo;
|
/hardware/qcom/display/msm8226/libexternal/ |
external.h | 82 fb_var_screeninfo mVInfo;
|
/hardware/qcom/display/msm8226/libvirtual/ |
virtual.h | 62 fb_var_screeninfo mVInfo;
|
/hardware/qcom/display/msm8960/libexternal/ |
external.h | 92 fb_var_screeninfo mVInfo;
|
/hardware/qcom/display/msm8909/libhdmi/ |
hdmi.h | 96 fb_var_screeninfo mVInfo;
|
/hardware/qcom/display/msm8994/libhdmi/ |
hdmi.h | 110 fb_var_screeninfo mVInfo;
|