Home
last modified time | relevance | path

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

/external/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.h466 typedef uint32_t vlHandle; typedef
470 vlHandle vlAddDataHTAB(void *data);
471 void* vlGetDataHTAB(vlHandle handle);
472 void vlRemoveDataHTAB(vlHandle handle);
Dsurface.c137 p_surf = (vlVdpSurface *)vlGetDataHTAB((vlHandle)surface); in vlVdpVideoSurfaceDestroy()