Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
Drenderer_utils.h85 typedef void (*FastCopyFunction)(const uint8_t *source, typedef
100 FastCopyFunction func;
108 FastCopyFunction get(angle::FormatID formatID) const;
Drenderer_utils.cpp453 FastCopyFunction fastCopyFunc = sourceFormat.fastCopyFunctions.get(params.destFormat->id); in PackPixels()
519 FastCopyFunction FastCopyFunctionMap::get(angle::FormatID formatID) const in get()