Searched refs:FastCopyFunctionMap (Results 1 – 4 of 4) sorted by relevance
| /external/angle/src/libANGLE/renderer/ |
| D | Format.h | 30 const rx::FastCopyFunctionMap &fastCopyFunctions, 88 const rx::FastCopyFunctionMap &fastCopyFunctions; 135 const rx::FastCopyFunctionMap &fastCopyFunctions, in Format()
|
| D | renderer_utils.h | 97 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
|
| D | renderer_utils.cpp | 522 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()
|
| D | Format_table_autogen.cpp | 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;
|