Searched defs:_src (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/rs/
H A DrsAllocation.cpp524 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, uint32_t w, uint32_t h, RsElement _dst, RsElement _src, bool genMips, const void *data) argument
526 const Element *src = static_cast<const Element *>(_src);
564 RsAllocation rsi_AllocationCreateFromBitmapBoxed(Context *rsc, uint32_t w, uint32_t h, RsElement _dst, RsElement _src, bool genMips, const void *data) argument
566 const Element *srcE = static_cast<const Element *>(_src);
572 return rsi_AllocationCreateFromBitmap(rsc, w, h, _dst, _src, genMips, data);
587 RsAllocation ret = rsi_AllocationCreateFromBitmap(rsc, w2, h2, _dst, _src, genMips, tmp);

Completed in 7 milliseconds