HomeSort by relevance Sort by last modified time
    Searched full:pswapchain (Results 1 - 25 of 57) sorted by null

1 2 3

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/swapchain/
swapchain.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
swapchain.cpp     [all...]
unique_objects.h 350 const VkAllocationCallbacks *pAllocator, VkSwapchainKHR *pSwapchain) {
366 ->CreateSwapchainKHR(device, (const VkSwapchainCreateInfoKHR *)local_pCreateInfo, pAllocator, pSwapchain);
372 my_map_data->unique_id_mapping[unique_id] = reinterpret_cast<uint64_t &>(*pSwapchain);
373 *pSwapchain = reinterpret_cast<VkSwapchainKHR &>(unique_id);
swapchain.h 281 SwpSwapchain *pSwapchain;
  /external/vulkan-validation-layers/layers/
swapchain.cpp     [all...]
unique_objects.cpp 526 const VkAllocationCallbacks *pAllocator, VkSwapchainKHR *pSwapchain) {
541 device, (const VkSwapchainCreateInfoKHR *)local_pCreateInfo, pAllocator, pSwapchain);
548 my_map_data->unique_id_mapping[unique_id] = reinterpret_cast<uint64_t &>(*pSwapchain);
549 *pSwapchain = reinterpret_cast<VkSwapchainKHR &>(unique_id);
    [all...]
swapchain.h 231 SwpSwapchain *pSwapchain;
  /external/vulkan-validation-layers/loader/
wsi.h 63 const VkAllocationCallbacks *pAllocator, VkSwapchainKHR *pSwapchain);
wsi.c 421 const VkAllocationCallbacks *pAllocator, VkSwapchainKHR *pSwapchain) {
425 pSwapchain);
430 const VkAllocationCallbacks *pAllocator, VkSwapchainKHR *pSwapchain) {
450 return icd->CreateSwapchainKHR(device, pCreateCopy, pAllocator, pSwapchain);
453 return icd->CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain);
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_wsi.c 249 VkSwapchainKHR* pSwapchain)
277 *pSwapchain = wsi_swapchain_to_handle(swapchain);
  /external/mesa3d/src/intel/vulkan/
anv_wsi.c 260 VkSwapchainKHR* pSwapchain)
286 *pSwapchain = wsi_swapchain_to_handle(swapchain);
  /frameworks/native/vulkan/libvulkan/
driver_gen.cpp 34 VKAPI_ATTR VkResult checkedCreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain) {
36 return CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain);
api_gen.cpp 424 VKAPI_ATTR VkResult CreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11sdklayers.h     [all...]
d3d11sdklayers.idl     [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
device9.h 262 IDirect3DSwapChain9 **pSwapChain );
267 IDirect3DSwapChain9 **pSwapChain );
nine_lock.c 636 IDirect3DSwapChain9 **pSwapChain )
640 r = NineDevice9_CreateAdditionalSwapChain(This, pPresentationParameters, pSwapChain);
648 IDirect3DSwapChain9 **pSwapChain )
652 r = NineDevice9_GetSwapChain(This, iSwapChain, pSwapChain);
    [all...]
device9.c 850 IDirect3DSwapChain9 **pSwapChain )
856 DBG("This=%p pPresentationParameters=%p pSwapChain=%p\n",
857 This, pPresentationParameters, pSwapChain);
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceDriverImpl.inl 605 VkResult DeviceDriver::createSwapchainKHR (VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain) const
607 return m_vk.createSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain);
    [all...]
vkConcreteDeviceInterface.inl 124 virtual VkResult createSwapchainKHR (VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain) const;
vkVirtualDeviceInterface.inl 124 virtual VkResult createSwapchainKHR (VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain) const = 0;
vkNullDriverImpl.inl 124 VKAPI_ATTR VkResult VKAPI_CALL createSwapchainKHR (VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain)
127 VK_NULL_RETURN((*pSwapchain = allocateNonDispHandle<SwapchainKHR, VkSwapchainKHR>(device, pCreateInfo, pAllocator)));
    [all...]
vkFunctionPointerTypes.inl 146 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateSwapchainKHRFunc) (VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain);
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 171 virtual HRESULT WINAPI CreateAdditionalSwapChain(D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3DSwapChain9 **pSwapChain) = 0;
172 virtual HRESULT WINAPI GetSwapChain(UINT iSwapChain, IDirect3DSwapChain9 **pSwapChain) = 0;
    [all...]
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp     [all...]

Completed in 920 milliseconds

1 2 3