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