Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_directfb.h31 IDirectFB* dfb; member
36 …resentationSupportEXT)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, IDirectFB* dfb);
48 IDirectFB* dfb);
Dvk_icd.h170 IDirectFB *dfb; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_directfb.h31 IDirectFB* dfb; member
36 …resentationSupportEXT)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, IDirectFB* dfb);
48 IDirectFB* dfb);
Dvk_icd.h170 IDirectFB *dfb; member
Dvulkan.hpp4592 …T( VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, IDirectFB * dfb ) const VULKAN_HPP_… in vkGetPhysicalDeviceDirectFBPresentationSupportEXT()
4594 …eturn ::vkGetPhysicalDeviceDirectFBPresentationSupportEXT( physicalDevice, queueFamilyIndex, dfb ); in vkGetPhysicalDeviceDirectFBPresentationSupportEXT()
Dvulkan_raii.hpp3131 … getDirectFBPresentationSupportEXT( uint32_t queueFamilyIndex, IDirectFB & dfb ) const VULKAN_HPP…
18303 …:getDirectFBPresentationSupportEXT( uint32_t queueFamilyIndex, IDirectFB & dfb ) const VULKAN_HPP… in getDirectFBPresentationSupportEXT()
18309 …resentationSupportEXT( static_cast<VkPhysicalDevice>( m_physicalDevice ), queueFamilyIndex, &dfb ); in getDirectFBPresentationSupportEXT()
Dvulkan_hash.hpp3653 VULKAN_HPP_HASH_COMBINE( seed, directFBSurfaceCreateInfoEXT.dfb ); in operator ()()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_directfb_surface/
DplatformCreateSurface_directfb.adoc39 * pname:dfb is a pointer to the code:IDirectFB main interface of DirectFB.
44 * [[VUID-VkDirectFBSurfaceCreateInfoEXT-dfb-04117]]
45 pname:dfb must: point to a valid DirectFB code:IDirectFB
DplatformQuerySupport_directfb.adoc17 * pname:dfb is a pointer to the code:IDirectFB main interface of DirectFB.