Home
last modified time | relevance | path

Searched refs:vdpSurfaces (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dvdpau.c73 if (ctx->vdpDevice || ctx->vdpGetProcAddress || ctx->vdpSurfaces) { in _mesa_VDPAUInitNV()
80 ctx->vdpSurfaces = _mesa_set_create(NULL, _mesa_hash_pointer, in _mesa_VDPAUInitNV()
95 _mesa_set_remove(ctx->vdpSurfaces, entry); in unregister_surface()
104 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUFiniNV()
109 _mesa_set_destroy(ctx->vdpSurfaces, unregister_surface); in _mesa_VDPAUFiniNV()
113 ctx->vdpSurfaces = NULL; in _mesa_VDPAUFiniNV()
124 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in register_surface()
188 _mesa_set_add(ctx->vdpSurfaces, surf); in register_surface()
231 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUIsSurfaceNV()
236 if (!_mesa_set_search(ctx->vdpSurfaces, surf)) { in _mesa_VDPAUIsSurfaceNV()
[all …]
Dmtypes.h3642 struct set *vdpSurfaces; member