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

  /external/mesa3d/src/gallium/include/pipe/
p_video_codec.h 154 void *associated_data; member in struct:pipe_video_buffer
164 void (*destroy_associated_data)(void *associated_data);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.c 219 void *associated_data,
224 if (vbuf->associated_data == associated_data)
227 if (vbuf->associated_data)
228 vbuf->destroy_associated_data(vbuf->associated_data);
230 vbuf->associated_data = associated_data;
239 return vbuf->associated_data;
vl_stubs.c 69 void *associated_data,
vl_video_buffer.h 103 void *associated_data,

Completed in 197 milliseconds