Searched refs:FastCopyFunctionMap (Results 1 – 4 of 4) sorted by relevance
30 const rx::FastCopyFunctionMap &fastCopyFunctions,84 const rx::FastCopyFunctionMap &fastCopyFunctions;129 const rx::FastCopyFunctionMap &fastCopyFunctions, in Format()
60 class FastCopyFunctionMap69 constexpr FastCopyFunctionMap() : FastCopyFunctionMap(nullptr, 0) {} in FastCopyFunctionMap() function71 constexpr FastCopyFunctionMap(const Entry *data, size_t size) : mSize(size), mData(data) {} in FastCopyFunctionMap() function
305 bool FastCopyFunctionMap::has(angle::FormatID formatID) const in has()310 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;