Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
Drenderer_utils.h82 typedef void (*PixelCopyFunction)(const uint8_t *source, uint8_t *dest); typedef
90 PixelCopyFunction func;
98 PixelCopyFunction get(angle::FormatID formatID) const;
Drenderer_utils.cpp364 PixelCopyFunction fastCopyFunc = sourceFormat.fastCopyFunctions.get(params.destFormat->id); in PackPixels()
417 PixelCopyFunction FastCopyFunctionMap::get(angle::FormatID formatID) const in get()