Home
last modified time | relevance | path

Searched refs:fastCopyFunctions (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/
DFormat.h30 const rx::FastCopyFunctionMap &fastCopyFunctions,
87 const rx::FastCopyFunctionMap &fastCopyFunctions; member
134 const rx::FastCopyFunctionMap &fastCopyFunctions, in Format() argument
159 fastCopyFunctions(fastCopyFunctions), in Format()
Drenderer_utils.cpp453 FastCopyFunction fastCopyFunc = sourceFormat.fastCopyFunctions.get(params.destFormat->id); in PackPixels()