Home
last modified time | relevance | path

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

/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/src/platform_w32_dx9/
H A DRenderer.cpp827 inline unsigned int _dxARGBtoABGR(unsigned int abgr) in _dxARGBtoABGR() function
843 *(unsigned int *)(f++) = _dxARGBtoABGR( v.c ); in __WriteVertexToBuffer()