/external/pdfium/core/fpdfapi/page/ |
D | cpdf_page.h | 54 void SetView(View* pView) { m_pView = pView; } in SetView() argument
|
/external/vulkan-headers/include/vulkan/ |
D | vk_icd.h | 148 const void *pView; member 155 const void *pView; member
|
D | vulkan_ios.h | 40 const void* pView; member
|
D | vulkan_macos.h | 40 const void* pView; member
|
/external/swiftshader/include/vulkan/ |
D | vk_icd.h | 148 const void *pView; member 155 const void *pView; member
|
D | vulkan_ios.h | 40 const void* pView; member
|
D | vulkan_macos.h | 40 const void* pView; member
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_macos.h | 40 const void* pView; member
|
D | vulkan_ios.h | 40 const void* pView; member
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_macos.h | 40 const void* pView; member
|
D | vulkan_ios.h | 40 const void* pView; member
|
/external/skia/tools/sk_app/mac/ |
D | VulkanWindowContext_mac.mm | 128 surfaceCreateInfo.pView = (__bridge void*)mtkView;
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_image.c | 1078 VkImageView *pView) in anv_CreateImageView() argument 1244 *pView = anv_image_view_to_handle(iview); in anv_CreateImageView() 1289 VkBufferView *pView) in anv_CreateBufferView() argument 1352 *pView = anv_buffer_view_to_handle(view); in anv_CreateBufferView()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_image.c | 1273 VkImageView *pView) in radv_CreateImageView() argument 1285 *pView = radv_image_view_to_handle(view); in radv_CreateImageView() 1321 VkBufferView *pView) in radv_CreateBufferView() argument 1333 *pView = radv_buffer_view_to_handle(view); in radv_CreateBufferView()
|
/external/swiftshader/src/Vulkan/ |
D | libVulkan.cpp | 818 … VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) in vkCreateBufferView() argument 821 device, pCreateInfo, pAllocator, pView); in vkCreateBufferView() 828 return vk::BufferView::Create(pAllocator, pCreateInfo, pView); in vkCreateBufferView() 868 …st VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) in vkCreateImageView() argument 871 device, pCreateInfo, pAllocator, pView); in vkCreateImageView() 878 return vk::ImageView::Create(pAllocator, pCreateInfo, pView); in vkCreateImageView()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.h | 558 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView); 559 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView); 560 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView); 561 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView); 562 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView); 563 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView); 588 …t VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView); 589 …t VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView); 590 …t VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView); 591 …t VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView); [all …]
|
D | anv_entrypoints.c | 483 …Info* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) __attribute__ ((w… 488 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) __attribute__ ((w… 904 …Info* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) __attribute__ ((w… 909 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) __attribute__ ((w… 1325 …Info* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) __attribute__ ((w… 1330 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) __attribute__ ((w… 1746 …Info* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) __attribute__ ((w… 1751 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) __attribute__ ((w… 2167 …Info* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) __attribute__ ((w… 2172 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) __attribute__ ((w… [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 185 …ferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) const 187 return m_vk.createBufferView(device, pCreateInfo, pAllocator, pView); 210 …mageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) const 212 return m_vk.createImageView(device, pCreateInfo, pAllocator, pView);
|
D | vkConcreteDeviceInterface.inl | 40 …erViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) const; 45 …ageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) const;
|
D | vkVirtualDeviceInterface.inl | 40 …ewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) const = 0; 45 …iewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) const = 0;
|
D | vkNullDriverImpl.inl | 46 … VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView) argument 49 …VK_NULL_RETURN((*pView = allocateNonDispHandle<BufferView, VkBufferView>(device, pCreateInfo, pAll… 58 …st VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView) argument 61 …VK_NULL_RETURN((*pView = allocateNonDispHandle<ImageView, VkImageView>(device, pCreateInfo, pAlloc…
|
D | vkFunctionPointerTypes.inl | 56 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView); 61 …t VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView);
|
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 3938 … const VkAllocationCallbacks *pAllocator, VkBufferView *pView) { in PreCallValidateCreateBufferView() argument 3981 … const VkAllocationCallbacks *pAllocator, VkBufferView *pView, VkResult result) { in PostCallRecordCreateBufferView() argument 3983 …(*GetBufferViewMap())[*pView] = std::unique_ptr<BUFFER_VIEW_STATE>(new BUFFER_VIEW_STATE(*pView, p… in PostCallRecordCreateBufferView() 4178 … const VkAllocationCallbacks *pAllocator, VkImageView *pView) { in PreCallValidateCreateImageView() argument 4414 … const VkAllocationCallbacks *pAllocator, VkImageView *pView, VkResult result) { in PostCallRecordCreateImageView() argument 4417 …(*image_view_map)[*pView] = std::unique_ptr<IMAGE_VIEW_STATE>(new IMAGE_VIEW_STATE(*pView, pCreate… in PostCallRecordCreateImageView() 4420 auto &sub_res_range = (*image_view_map)[*pView].get()->create_info.subresourceRange; in PostCallRecordCreateImageView()
|
D | core_validation.h | 880 … const VkAllocationCallbacks* pAllocator, VkBufferView* pView); 883 … const VkAllocationCallbacks* pAllocator, VkBufferView* pView, VkResult result); 902 … const VkAllocationCallbacks* pAllocator, VkImageView* pView); 905 … const VkAllocationCallbacks* pAllocator, VkImageView* pView, VkResult result);
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 2606 …VkBufferViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkBufferView* pView); 2611 …t VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView); 2973 VkBufferView* pView); 3001 VkImageView* pView); 6584 const void* pView; member 6610 const void* pView; member
|