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

  /external/libdrm/tests/modetest/
cursor.h 29 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h);
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 959 int crtc_x, crtc_y, crtc_w, crtc_h; local
1012 crtc_w = p->w * p->scale;
1016 crtc_x = (crtc->mode->hdisplay - crtc_w) / 2;
1025 plane_flags, crtc_x, crtc_y, crtc_w, crtc_h,
    [all...]
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 159 __u32 crtc_w; member in struct:drm_mode_set_plane
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 189 __u32 crtc_w; member in struct:drm_mode_set_plane
  /external/libdrm/include/drm/
drm_mode.h 154 __u32 crtc_w, crtc_h; member in struct:drm_mode_set_plane
  /external/libdrm/
xf86drmMode.h 475 uint32_t crtc_w, uint32_t crtc_h,
xf86drmMode.c 938 uint32_t crtc_w, uint32_t crtc_h,
951 s.crtc_w = crtc_w;
    [all...]

Completed in 3159 milliseconds