HomeSort by relevance Sort by last modified time
    Searched refs:vlHandle (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
htab.c 42 assert(sizeof(unsigned) <= sizeof(vlHandle));
66 vlHandle vlAddDataHTAB(void *data)
70 vlHandle handle = 0;
77 return (vlHandle)data;
81 void* vlGetDataHTAB(vlHandle handle)
96 void vlRemoveDataHTAB(vlHandle handle)
vdpau_private.h 393 typedef uint32_t vlHandle;
397 vlHandle vlAddDataHTAB(void *data);
398 void* vlGetDataHTAB(vlHandle handle);
399 void vlRemoveDataHTAB(vlHandle handle);
surface.c 126 p_surf = (vlVdpSurface *)vlGetDataHTAB((vlHandle)surface);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
htab.c 42 assert(sizeof(unsigned) <= sizeof(vlHandle));
66 vlHandle vlAddDataHTAB(void *data)
70 vlHandle handle = 0;
77 return (vlHandle)data;
81 void* vlGetDataHTAB(vlHandle handle)
96 void vlRemoveDataHTAB(vlHandle handle)
vdpau_private.h 393 typedef uint32_t vlHandle;
397 vlHandle vlAddDataHTAB(void *data);
398 void* vlGetDataHTAB(vlHandle handle);
399 void vlRemoveDataHTAB(vlHandle handle);
surface.c 126 p_surf = (vlVdpSurface *)vlGetDataHTAB((vlHandle)surface);

Completed in 97 milliseconds