HomeSort by: relevance | last modified time | path
    Searched refs:pbuff (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
buffer.c 105 vlVaMapBuffer(VADriverContextP ctx, VABufferID buf_id, void **pbuff)
117 if (!pbuff)
135 *pbuff = drv->pipe->buffer_map(drv->pipe, resource, 0, PIPE_MAP_WRITE,
139 if (!buf->derived_surface.transfer || !*pbuff)
143 ((VACodedBufferSegment*)buf->data)->buf = *pbuff;
146 *pbuff = buf->data;
150 *pbuff = buf->data;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
buffer.c 105 vlVaMapBuffer(VADriverContextP ctx, VABufferID buf_id, void **pbuff)
117 if (!pbuff)
135 *pbuff = drv->pipe->transfer_map(drv->pipe, resource, 0, PIPE_TRANSFER_WRITE,
139 if (!buf->derived_surface.transfer || !*pbuff)
143 ((VACodedBufferSegment*)buf->data)->buf = *pbuff;
146 *pbuff = buf->data;
150 *pbuff = buf->data;
  /xsrc/external/mit/freetype/dist/src/truetype/
ttinterp.c 365 void** pbuff = (void**)_pbuff; local
370 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) )

Completed in 10 milliseconds