Home
last modified time | relevance | path

Searched refs:PixelCopyFunction (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/
Drenderer_utils.h58 typedef void (*PixelCopyFunction)(const uint8_t *source, uint8_t *dest); typedef
66 PixelCopyFunction func;
74 PixelCopyFunction get(angle::FormatID formatID) const;
Drenderer_utils.cpp257 PixelCopyFunction fastCopyFunc = sourceFormat.fastCopyFunctions.get(params.destFormat->id); in PackPixels()
310 PixelCopyFunction FastCopyFunctionMap::get(angle::FormatID formatID) const in get()