Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dvdpau.c69 if (ctx->vdpDevice || ctx->vdpGetProcAddress || ctx->vdpSurfaces) { in _mesa_VDPAUInitNV()
75 ctx->vdpGetProcAddress = getProcAddress; in _mesa_VDPAUInitNV()
100 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUFiniNV()
108 ctx->vdpGetProcAddress = 0; in _mesa_VDPAUFiniNV()
120 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in register_surface()
227 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUIsSurfaceNV()
247 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUUnregisterSurfaceNV()
280 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUGetSurfaceivNV()
312 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUSurfaceAccessNV()
343 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUMapSurfacesNV()
[all …]
Dmtypes.h4678 const void *vdpGetProcAddress; member
/external/mesa3d/src/mesa/state_tracker/
Dst_vdpau.c71 getProcAddr = (void *)ctx->vdpGetProcAddress; in st_vdpau_video_surface_gallium()
99 getProcAddr = (void *)ctx->vdpGetProcAddress; in st_vdpau_output_surface_gallium()
151 getProcAddr = (void *)ctx->vdpGetProcAddress; in st_vdpau_output_surface_dma_buf()
171 getProcAddr = (void *)ctx->vdpGetProcAddress; in st_vdpau_video_surface_dma_buf()