Searched refs:dsttype (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_image_load_store.cpp | 304 #define COPY_R(dsttype, srctype, convfunc, oneval) \ in copy_scanline() argument 307 dsttype* d = reinterpret_cast<dsttype*>(dst); \ in copy_scanline() 318 #define COPY_RG(dsttype, srctype, convfunc, oneval) \ in copy_scanline() argument 321 dsttype* d = reinterpret_cast<dsttype*>(dst); \ in copy_scanline() 332 #define COPY_RGB(dsttype, srctype, convfunc, oneval) \ in copy_scanline() argument 335 dsttype* d = reinterpret_cast<dsttype*>(dst); \ in copy_scanline() 346 #define COPY_BGR(dsttype, srctype, convfunc, oneval) \ in copy_scanline() argument 349 dsttype* d = reinterpret_cast<dsttype*>(dst); \ in copy_scanline() 360 #define COPY_RGBX(dsttype, srctype, convfunc, oneval) \ in copy_scanline() argument 363 dsttype* d = reinterpret_cast<dsttype*>(dst); \ in copy_scanline() [all …]
|