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

  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 605 VkFramebufferCreateInfo fb_info = {}; local
606 fb_info.sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_CREATE_INFO;
607 fb_info.pNext = NULL;
608 fb_info.renderPass = m_renderPass;
609 fb_info.attachmentCount = bindings.size();
610 fb_info.pAttachments = bindings.data();
611 fb_info.width = (uint32_t)m_width;
612 fb_info.height = (uint32_t)m_height;
613 fb_info.layers = 1;
615 vkCreateFramebuffer(device(), &fb_info, NULL, &m_framebuffer) local
    [all...]
  /external/u-boot/include/linux/
fb.h 127 __u32 accel_flags; /* (OBSOLETE) see fb_info.flags */
267 struct fb_info;
371 /* The resolution of the passed in fb_info about to change */
373 /* The display on this fb_info is beeing suspended, no access to the
377 /* The display on this fb_info was resumed, you can restore the display
395 /* The resolution of the passed in fb_info about to change and
406 struct fb_info *info;
443 void (*writeio)(struct fb_info *info, void *dst, void *src, unsigned int size);
444 void (*readio) (struct fb_info *info, void *dst, void *src, unsigned int size);
454 void (*deferred_io)(struct fb_info *info, struct list_head *pagelist)
494 struct fb_info { struct
    [all...]

Completed in 484 milliseconds