Home
last modified time | relevance | path

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

/dports/games/libretro-snes9x2005/snes9x2005-218be8e/source/
H A Dtile.c402 TILE_PREAMBLE_VARS(); in DrawTile16()
410 TILE_PREAMBLE_VARS(); in DrawClippedTile16()
421 TILE_PREAMBLE_VARS(); in DrawTile16HalfWidth()
429 TILE_PREAMBLE_VARS(); in DrawClippedTile16HalfWidth()
440 TILE_PREAMBLE_VARS(); in DrawTile16x2()
448 TILE_PREAMBLE_VARS(); in DrawClippedTile16x2()
459 TILE_PREAMBLE_VARS(); in DrawTile16x2x2()
467 TILE_PREAMBLE_VARS(); in DrawClippedTile16x2x2()
480 TILE_PREAMBLE_VARS(); in DrawLargePixel16()
492 TILE_PREAMBLE_VARS(); in DrawLargePixel16HalfWidth()
[all …]
H A Dtile.h6 #define TILE_PREAMBLE_VARS() \ macro