Home
last modified time | relevance | path

Searched refs:FastCopyFunctionMap (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/
DFormat.h30 const rx::FastCopyFunctionMap &fastCopyFunctions,
88 const rx::FastCopyFunctionMap &fastCopyFunctions;
135 const rx::FastCopyFunctionMap &fastCopyFunctions, in Format()
Drenderer_utils.h97 class FastCopyFunctionMap
106 constexpr FastCopyFunctionMap() : FastCopyFunctionMap(nullptr, 0) {} in FastCopyFunctionMap() function
108 constexpr FastCopyFunctionMap(const Entry *data, size_t size) : mSize(size), mData(data) {} in FastCopyFunctionMap() function
Drenderer_utils.cpp522 bool FastCopyFunctionMap::has(angle::FormatID formatID) const in has()
530 const FastCopyFunctionMap::Entry *getEntry(const FastCopyFunctionMap::Entry *entry, in getEntry()
534 const FastCopyFunctionMap::Entry *end = entry + numEntries; in getEntry()
549 FastCopyFunction FastCopyFunctionMap::get(angle::FormatID formatID) const in get()
551 const FastCopyFunctionMap::Entry *entry = getEntry(mData, mSize, formatID); in get()
DFormat_table_autogen.cpp20 static constexpr rx::FastCopyFunctionMap::Entry BGRAEntry = {angle::FormatID::R8G8B8A8_UNORM,
22 static constexpr rx::FastCopyFunctionMap BGRACopyFunctions = {&BGRAEntry, 1};
23 static constexpr rx::FastCopyFunctionMap NoCopyFunctions;