Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/
H A DGameScreen.cc109 gpZBuffer = InitZBuffer(gZBufferPitch, SCREEN_HEIGHT); in MainGameScreenInit()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/sgp/
H A DVObject_Blitters.h18 UINT16* InitZBuffer(UINT32 width, UINT32 height);
H A DVObject_Blitters.cc297 UINT16* InitZBuffer(const UINT32 width, const UINT32 height) in InitZBuffer() function