Searched refs:vlHandle (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Dhtab.c40 assert(sizeof(unsigned) <= sizeof(vlHandle));
59 vlHandle vlAddDataHTAB(void *data)
61 vlHandle handle = 0;
71 void* vlGetDataHTAB(vlHandle handle)
83 void vlRemoveDataHTAB(vlHandle handle)
H A Dvdpau_private.h447 typedef uint32_t vlHandle; typedef in typeref:typename:uint32_t
451 vlHandle vlAddDataHTAB(void *data);
452 void* vlGetDataHTAB(vlHandle handle);
453 void vlRemoveDataHTAB(vlHandle handle);
H A Dsurface.c137 p_surf = (vlVdpSurface *)vlGetDataHTAB((vlHandle)surface);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Dhtab.c40 assert(sizeof(unsigned) <= sizeof(vlHandle));
59 vlHandle vlAddDataHTAB(void *data)
61 vlHandle handle = 0;
71 void* vlGetDataHTAB(vlHandle handle)
83 void vlRemoveDataHTAB(vlHandle handle)
H A Dvdpau_private.h474 typedef uint32_t vlHandle; typedef in typeref:typename:uint32_t
478 vlHandle vlAddDataHTAB(void *data);
479 void* vlGetDataHTAB(vlHandle handle);
480 void vlRemoveDataHTAB(vlHandle handle);
H A Dsurface.c137 p_surf = (vlVdpSurface *)vlGetDataHTAB((vlHandle)surface);

Completed in 5 milliseconds