Home
last modified time | relevance | path

Searched refs:vdpGetProcAddress (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dvdpau.c73 if (ctx->vdpDevice || ctx->vdpGetProcAddress || ctx->vdpSurfaces) { in _mesa_VDPAUInitNV()
79 ctx->vdpGetProcAddress = getProcAddress; in _mesa_VDPAUInitNV()
104 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUFiniNV()
112 ctx->vdpGetProcAddress = 0; in _mesa_VDPAUFiniNV()
124 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in register_surface()
231 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUIsSurfaceNV()
251 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUUnregisterSurfaceNV()
284 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUGetSurfaceivNV()
316 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUSurfaceAccessNV()
347 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUMapSurfacesNV()
[all …]
Dmtypes.h3641 const void *vdpGetProcAddress; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_vdpau.c73 getProcAddr = (void *)ctx->vdpGetProcAddress; in st_vdpau_video_surface_gallium()
101 getProcAddr = (void *)ctx->vdpGetProcAddress; in st_vdpau_output_surface_gallium()
155 getProcAddr = (void *)ctx->vdpGetProcAddress; in st_vdpau_output_surface_dma_buf()
175 getProcAddr = (void *)ctx->vdpGetProcAddress; in st_vdpau_video_surface_dma_buf()