Searched refs:gdev (Results 1 – 2 of 2) sorted by relevance
/external/libkmsxx/kmscube/ |
D | cube-gbm.cpp | 51 GbmSurface(GbmDevice& gdev, int width, int height) in GbmSurface() argument 53 m_surface = gbm_surface_create(gdev.handle(), width, height, in GbmSurface() 91 GbmEglSurface(Card& card, GbmDevice& gdev, const EglState& egl, int width, int height) in GbmEglSurface() argument 95 gsurface = unique_ptr<GbmSurface>(new GbmSurface(gdev, width, height)); in GbmEglSurface() 184 …OutputHandler(Card& card, GbmDevice& gdev, const EglState& egl, Connector* connector, Crtc* crtc, … in OutputHandler() argument 188 …m_surface1 = unique_ptr<GbmEglSurface>(new GbmEglSurface(card, gdev, egl, mode.hdisplay, mode.vdis… in OutputHandler() 193 m_surface2 = unique_ptr<GbmEglSurface>(new GbmEglSurface(card, gdev, egl, 400, 400)); in OutputHandler() 316 GbmDevice gdev(card); in main_gbm() local 317 EglState egl(gdev.handle()); in main_gbm() 342 auto out = new OutputHandler(card, gdev, egl, conn, crtc, mode, root_plane, plane, rot_mult); in main_gbm()
|
/external/u-boot/board/nokia/rx51/ |
D | rx51.c | 43 GraphicDevice gdev; variable 302 gdev.frameAdrs = 0x8f9c0000; in video_hw_init() 303 gdev.winSizeX = 800; in video_hw_init() 304 gdev.winSizeY = 480; in video_hw_init() 305 gdev.gdfBytesPP = 2; in video_hw_init() 306 gdev.gdfIndex = GDF_16BIT_565RGB; in video_hw_init() 307 memset((void *)gdev.frameAdrs, 0, 0xbb800); in video_hw_init() 308 return (void *) &gdev; in video_hw_init()
|