Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dvdpau.c69 if (ctx->vdpDevice || ctx->vdpGetProcAddress || ctx->vdpSurfaces) { in _mesa_VDPAUInitNV()
76 ctx->vdpSurfaces = _mesa_set_create(NULL, _mesa_hash_pointer, in _mesa_VDPAUInitNV()
91 _mesa_set_remove(ctx->vdpSurfaces, entry); in unregister_surface()
100 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUFiniNV()
105 _mesa_set_destroy(ctx->vdpSurfaces, unregister_surface); in _mesa_VDPAUFiniNV()
109 ctx->vdpSurfaces = NULL; in _mesa_VDPAUFiniNV()
120 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in register_surface()
184 _mesa_set_add(ctx->vdpSurfaces, surf); in register_surface()
227 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) { in _mesa_VDPAUIsSurfaceNV()
232 if (!_mesa_set_search(ctx->vdpSurfaces, surf)) { in _mesa_VDPAUIsSurfaceNV()
[all …]
Dmtypes.h5032 struct set *vdpSurfaces; member