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,
87 const rx::FastCopyFunctionMap &fastCopyFunctions;
134 const rx::FastCopyFunctionMap &fastCopyFunctions, in Format()
Drenderer_utils.h88 class FastCopyFunctionMap
97 constexpr FastCopyFunctionMap() : FastCopyFunctionMap(nullptr, 0) {} in FastCopyFunctionMap() function
99 constexpr FastCopyFunctionMap(const Entry *data, size_t size) : mSize(size), mData(data) {} in FastCopyFunctionMap() function
Drenderer_utils.cpp433 bool FastCopyFunctionMap::has(angle::FormatID formatID) const in has()
438 PixelCopyFunction FastCopyFunctionMap::get(angle::FormatID formatID) const 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;