Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp296 LoadImageFunction loadFunction = d3dFormatInfo.getLoadFunctions()(type).loadFunction; in loadData()
338 d3dFormatInfo.getLoadFunctions()(GL_UNSIGNED_BYTE).loadFunction; in loadCompressedData()
420 auto loadFunction = destD3D11Format.getLoadFunctions()(destFormatInfo.type); in copyFromFramebuffer()
H A Dtexture_format_table.cpp23 LoadFunctionMap Format::getLoadFunctions() const in getLoadFunctions() function in rx::d3d11::Format
H A Dtexture_format_table.h53 LoadFunctionMap getLoadFunctions() const;
H A DTextureStorage11.cpp932 LoadImageFunctionInfo loadFunctionInfo = d3d11Format.getLoadFunctions()(type); in setData()