Lines Matching refs:getProcAddr
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
171 getProcAddr = (void *)ctx->vdpGetProcAddress; in st_vdpau_video_surface_dma_buf()
172 if (getProcAddr(device, VDP_FUNC_ID_VIDEO_SURFACE_DMA_BUF, (void**)&f)) in st_vdpau_video_surface_dma_buf()