Home
last modified time | relevance | path

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

/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A Dcleararea.c6 static int _rcache_index; variable
14 _rcache, _rcache_index);
15 _rcache_index = 0;
26 if (_rcache_index == MAXCACHE)
29 r = &_rcache[_rcache_index++];
40 if (_rcache_index)
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dx11window.c1119 static int _rcache_index; variable
1125 _rcache, _rcache_index); in FlushClearAreaCache()
1126 _rcache_index = 0; in FlushClearAreaCache()
1136 if (_rcache_index == MAXCACHE) in W_CacheClearArea()
1139 r = &_rcache[_rcache_index++]; in W_CacheClearArea()
1151 if (_rcache_index) in W_FlushClearAreaCache()