Searched refs:getProcAddr (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_vdpau.c | 62 int (*getProcAddr)(uint32_t device, uint32_t id, void **ptr); in st_vdpau_video_surface_gallium() local 71 getProcAddr = (void *)ctx->vdpGetProcAddress; in st_vdpau_video_surface_gallium() 72 if (getProcAddr(device, VDP_FUNC_ID_VIDEO_SURFACE_GALLIUM, (void**)&f)) in st_vdpau_video_surface_gallium() 94 int (*getProcAddr)(uint32_t device, uint32_t id, void **ptr); in st_vdpau_output_surface_gallium() local 99 getProcAddr = (void *)ctx->vdpGetProcAddress; in st_vdpau_output_surface_gallium() 100 if (getProcAddr(device, VDP_FUNC_ID_OUTPUT_SURFACE_GALLIUM, (void**)&f)) in st_vdpau_output_surface_gallium() 145 int (*getProcAddr)(uint32_t device, uint32_t id, void **ptr); in st_vdpau_output_surface_dma_buf() local 151 getProcAddr = (void *)ctx->vdpGetProcAddress; in st_vdpau_output_surface_dma_buf() 152 if (getProcAddr(device, VDP_FUNC_ID_OUTPUT_SURFACE_DMA_BUF, (void**)&f)) in st_vdpau_output_surface_dma_buf() 165 int (*getProcAddr)(uint32_t device, uint32_t id, void **ptr); in st_vdpau_video_surface_dma_buf() local [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 190 …PFN_vkVoidFunction getProcAddr (const char* name) const { return (PFN_vkVoidFunction)m_functi… in getProcAddr() function in vk::__anon2ef59b070111::Instance 235 …PFN_vkVoidFunction getProcAddr (const char* name) const { return (PFN_vkVoidFunction)m_functi… in getProcAddr() function in vk::__anon2ef59b070111::Device 670 return reinterpret_cast<Device*>(device)->getProcAddr(pName); in getDeviceProcAddr() 1397 return reinterpret_cast<Instance*>(instance)->getProcAddr(pName); in getInstanceProcAddr()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 16091 PFN_vkVoidFunction getProcAddr( const char* pName, Dispatch const &d = Dispatch() ) const; 16094 … PFN_vkVoidFunction getProcAddr( const std::string & name, Dispatch const &d = Dispatch() ) const; 17643 PFN_vkVoidFunction getProcAddr( const char* pName, Dispatch const &d = Dispatch() ) const; 17646 … PFN_vkVoidFunction getProcAddr( const std::string & name, Dispatch const &d = Dispatch() ) const; 65987 …VULKAN_HPP_INLINE PFN_vkVoidFunction Device::getProcAddr( const char* pName, Dispatch const &d) co… in getProcAddr() function in VULKAN_HPP_NAMESPACE::Device 65993 …VULKAN_HPP_INLINE PFN_vkVoidFunction Device::getProcAddr( const std::string & name, Dispatch const… in getProcAddr() function in VULKAN_HPP_NAMESPACE::Device 68123 …VULKAN_HPP_INLINE PFN_vkVoidFunction Instance::getProcAddr( const char* pName, Dispatch const &d) … in getProcAddr() function in VULKAN_HPP_NAMESPACE::Instance 68129 …VULKAN_HPP_INLINE PFN_vkVoidFunction Instance::getProcAddr( const std::string & name, Dispatch con… in getProcAddr() function in VULKAN_HPP_NAMESPACE::Instance
|
/external/angle/third_party/vulkan-headers/src/include/vulkan/ |
D | vulkan.hpp | 18738 …PFN_vkVoidFunction getProcAddr( const char* pName, Dispatch const &d = VULKAN_HPP_DEFAULT_DISPATCH… 18741 …PFN_vkVoidFunction getProcAddr( const std::string & name, Dispatch const &d = VULKAN_HPP_DEFAULT_D… 20418 …PFN_vkVoidFunction getProcAddr( const char* pName, Dispatch const &d = VULKAN_HPP_DEFAULT_DISPATCH… 20421 …PFN_vkVoidFunction getProcAddr( const std::string & name, Dispatch const &d = VULKAN_HPP_DEFAULT_D… 71337 …VULKAN_HPP_INLINE PFN_vkVoidFunction Device::getProcAddr( const char* pName, Dispatch const &d) co… in getProcAddr() function in VULKAN_HPP_NAMESPACE::Device 71343 …VULKAN_HPP_INLINE PFN_vkVoidFunction Device::getProcAddr( const std::string & name, Dispatch const… in getProcAddr() function in VULKAN_HPP_NAMESPACE::Device 73649 …VULKAN_HPP_INLINE PFN_vkVoidFunction Instance::getProcAddr( const char* pName, Dispatch const &d) … in getProcAddr() function in VULKAN_HPP_NAMESPACE::Instance 73655 …VULKAN_HPP_INLINE PFN_vkVoidFunction Instance::getProcAddr( const std::string & name, Dispatch con… in getProcAddr() function in VULKAN_HPP_NAMESPACE::Instance
|