Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/vdpau/
Dhtab.c40 assert(sizeof(unsigned) <= sizeof(vlHandle)); in vlCreateHTAB()
59 vlHandle vlAddDataHTAB(void *data) in vlAddDataHTAB()
61 vlHandle handle = 0; in vlAddDataHTAB()
71 void* vlGetDataHTAB(vlHandle handle) in vlGetDataHTAB()
83 void vlRemoveDataHTAB(vlHandle handle) in vlRemoveDataHTAB()
Dvdpau_private.h474 typedef uint32_t vlHandle; typedef
478 vlHandle vlAddDataHTAB(void *data);
479 void* vlGetDataHTAB(vlHandle handle);
480 void vlRemoveDataHTAB(vlHandle handle);
Dsurface.c137 p_surf = (vlVdpSurface *)vlGetDataHTAB((vlHandle)surface); in vlVdpVideoSurfaceDestroy()