Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Drenderer_utils.h95 typedef void (*FastCopyFunction)(const uint8_t *source, typedef
110 FastCopyFunction func;
118 FastCopyFunction get(angle::FormatID formatID) const;
H A Drenderer_utils.cpp494 FastCopyFunction fastCopyFunc = sourceFormat.fastCopyFunctions.get(params.destFormat->id); in PackPixels()
586 FastCopyFunction FastCopyFunctionMap::get(angle::FormatID formatID) const in get()