Searched refs:vlHandle (Results 1 – 3 of 3) sorted by relevance
40 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()
466 typedef uint32_t vlHandle; typedef470 vlHandle vlAddDataHTAB(void *data);471 void* vlGetDataHTAB(vlHandle handle);472 void vlRemoveDataHTAB(vlHandle handle);
137 p_surf = (vlVdpSurface *)vlGetDataHTAB((vlHandle)surface); in vlVdpVideoSurfaceDestroy()