Home
last modified time | relevance | path

Searched refs:drmModeFBPtr (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dxf86drmMode.h110 } drmModeFB, *drmModeFBPtr; typedef
259 extern void drmModeFreeFB( drmModeFBPtr ptr );
286 extern drmModeFBPtr drmModeGetFB(int fd, uint32_t bufferId);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Dxf86drmMode.h224 } drmModeFB, *drmModeFBPtr; typedef
343 extern void drmModeFreeFB( drmModeFBPtr ptr );
362 extern drmModeFBPtr drmModeGetFB(int fd, uint32_t bufferId);
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Dxf86drmMode.h224 } drmModeFB, *drmModeFBPtr; typedef
343 extern void drmModeFreeFB( drmModeFBPtr ptr );
362 extern drmModeFBPtr drmModeGetFB(int fd, uint32_t bufferId);
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Dxf86drmMode.h224 } drmModeFB, *drmModeFBPtr; typedef
343 extern void drmModeFreeFB( drmModeFBPtr ptr );
362 extern drmModeFBPtr drmModeGetFB(int fd, uint32_t bufferId);
/OK3568_Linux_fs/device/rockchip/common/data/
H A Dkmsgrab.c61 drmModeFBPtr fb = drmModeGetFB(fd, fb_id); in dump_fb()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.h103 drmModeFBPtr mode_fb;
H A Ddrmmode_display.c1677 drmModeFBPtr fbcon; in drmmode_crtc_copy_fb()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drmMode.c114 drm_public void drmModeFreeFB(drmModeFBPtr ptr) in drmModeFreeFB()
321 drm_public drmModeFBPtr drmModeGetFB(int fd, uint32_t buf) in drmModeGetFB()
324 drmModeFBPtr r; in drmModeGetFB()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/kmssrc/
H A Dgstkmssrc.c573 drmModeFBPtr fb; in gst_kms_src_get_fb()