Searched refs:PixelCopyFunction (Results 1 – 2 of 2) sorted by relevance
82 typedef void (*PixelCopyFunction)(const uint8_t *source, uint8_t *dest); typedef90 PixelCopyFunction func;98 PixelCopyFunction get(angle::FormatID formatID) const;
364 PixelCopyFunction fastCopyFunc = sourceFormat.fastCopyFunctions.get(params.destFormat->id); in PackPixels()417 PixelCopyFunction FastCopyFunctionMap::get(angle::FormatID formatID) const in get()