HomeSort by relevance Sort by last modified time
    Searched refs:vdpSurfaces (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/main/
vdpau.c 69 if (ctx->vdpDevice || ctx->vdpGetProcAddress || ctx->vdpSurfaces) {
76 ctx->vdpSurfaces = _mesa_set_create(NULL, _mesa_hash_pointer,
91 _mesa_set_remove(ctx->vdpSurfaces, entry);
100 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) {
105 _mesa_set_destroy(ctx->vdpSurfaces, unregister_surface);
109 ctx->vdpSurfaces = NULL;
120 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) {
184 _mesa_set_add(ctx->vdpSurfaces, surf);
227 if (!ctx->vdpDevice || !ctx->vdpGetProcAddress || !ctx->vdpSurfaces) {
232 if (!_mesa_set_search(ctx->vdpSurfaces, surf))
    [all...]
mtypes.h     [all...]

Completed in 532 milliseconds