Searched refs:FastCopyFunctionMap (Results 1 – 4 of 4) sorted by relevance
30 const rx::FastCopyFunctionMap &fastCopyFunctions,87 const rx::FastCopyFunctionMap &fastCopyFunctions;134 const rx::FastCopyFunctionMap &fastCopyFunctions, in Format()
88 class FastCopyFunctionMap97 constexpr FastCopyFunctionMap() : FastCopyFunctionMap(nullptr, 0) {} in FastCopyFunctionMap() function99 constexpr FastCopyFunctionMap(const Entry *data, size_t size) : mSize(size), mData(data) {} in FastCopyFunctionMap() function
433 bool FastCopyFunctionMap::has(angle::FormatID formatID) const in has()438 PixelCopyFunction FastCopyFunctionMap::get(angle::FormatID formatID) const in get()
20 static constexpr rx::FastCopyFunctionMap::Entry BGRAEntry = {angle::FormatID::R8G8B8A8_UNORM,22 static constexpr rx::FastCopyFunctionMap BGRACopyFunctions = {&BGRAEntry, 1};23 static constexpr rx::FastCopyFunctionMap NoCopyFunctions;