Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
Drenderer_utils.h86 typedef void (*PixelCopyFunction)(const uint8_t *source, uint8_t *dest); typedef
94 PixelCopyFunction func;
102 PixelCopyFunction get(angle::FormatID formatID) const;
Drenderer_utils.cpp385 PixelCopyFunction fastCopyFunc = sourceFormat.fastCopyFunctions.get(params.destFormat->id); in PackPixels()
438 PixelCopyFunction FastCopyFunctionMap::get(angle::FormatID formatID) const in get()