Home
last modified time | relevance | path

Searched defs:FastCopyFunctionMap (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h147 constexpr FastCopyFunctionMap() : FastCopyFunctionMap(nullptr, 0) {} in FastCopyFunctionMap() function
149 constexpr FastCopyFunctionMap(const Entry *data, size_t size) : mSize(size), mData(data) {} in FastCopyFunctionMap() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h97 constexpr FastCopyFunctionMap() : FastCopyFunctionMap(nullptr, 0) {} in FastCopyFunctionMap() function
99 constexpr FastCopyFunctionMap(const Entry *data, size_t size) : mSize(size), mData(data) {} in FastCopyFunctionMap() function