Searched refs:pbuff (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/ |
| H A D | buffer.c | 105 vlVaMapBuffer(VADriverContextP ctx, VABufferID buf_id, void **pbuff) argument 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/MesaLib/dist/src/gallium/frontends/va/ |
| H A D | buffer.c | 105 vlVaMapBuffer(VADriverContextP ctx, VABufferID buf_id, void **pbuff) argument 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/freetype/dist/src/truetype/ |
| H A D | ttinterp.c | 365 void** pbuff = (void**)_pbuff; local in function:Update_Max 370 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) )
|
Completed in 10 milliseconds