Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vdpau/
Dhtab.c42 assert(sizeof(unsigned) <= sizeof(vlHandle)); in vlCreateHTAB()
66 vlHandle vlAddDataHTAB(void *data) in vlAddDataHTAB()
70 vlHandle handle = 0; in vlAddDataHTAB()
77 return (vlHandle)data; in vlAddDataHTAB()
81 void* vlGetDataHTAB(vlHandle handle) in vlGetDataHTAB()
96 void vlRemoveDataHTAB(vlHandle handle) in vlRemoveDataHTAB()
Dvdpau_private.h393 typedef uint32_t vlHandle; typedef
397 vlHandle vlAddDataHTAB(void *data);
398 void* vlGetDataHTAB(vlHandle handle);
399 void vlRemoveDataHTAB(vlHandle handle);
Dsurface.c126 p_surf = (vlVdpSurface *)vlGetDataHTAB((vlHandle)surface); in vlVdpVideoSurfaceDestroy()