HomeSort by relevance Sort by last modified time
    Searched defs:crtc_w (Results 1 - 5 of 5) sorted by null

  /external/libdrm/tests/modetest/
cursor.c 52 uint32_t crtc_w, crtc_h; member in struct:cursor
110 } else if (x > (int)cursor->crtc_w) {
111 x = cursor->crtc_w - 1;
171 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h)
180 cursor->crtc_w = crtc_w;
modetest.c 966 int crtc_x, crtc_y, crtc_w, crtc_h; local
1029 crtc_w = p->w * p->scale;
1033 crtc_x = (crtc->mode->hdisplay - crtc_w) / 2;
1042 plane_flags, crtc_x, crtc_y, crtc_w, crtc_h,
    [all...]
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 141 __u32 crtc_w; member in struct:drm_mode_set_plane
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 240 __u32 crtc_w; member in struct:drm_mode_set_plane
  /external/libdrm/include/drm/
drm_mode.h 181 __u32 crtc_w; member in struct:drm_mode_set_plane

Completed in 272 milliseconds