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