Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dvdpau.c70 if (ctx->vdpDevice || ctx->vdpGetProcAddress || ctx->vdpSurfaces) { in _mesa_VDPAUInitNV()
76 ctx->vdpGetProcAddress = getProcAddress; in _mesa_VDPAUInitNV()
101 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUFiniNV()
109 ctx->vdpGetProcAddress = 0; in _mesa_VDPAUFiniNV()
121 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in register_surface()
228 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUIsSurfaceNV()
248 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUUnregisterSurfaceNV()
281 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUGetSurfaceivNV()
313 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUSurfaceAccessNV()
344 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUMapSurfacesNV()
[all …]
Dmtypes.h5272 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()