Home
last modified time | relevance | path

Searched defs:IS_GLSDL_SURFACE (Results 1 – 6 of 6) sorted by path

/dports/games/battletanks/btanks-0.9.8083/sdlx/wrappers/
H A DglSDL-0.6.h72 #define IS_GLSDL_SURFACE(s) ((s) && glSDL_GetTexInfo(s)) macro
H A DglSDL-0.7.h80 #define IS_GLSDL_SURFACE(s) ((s) && glSDL_GetTexInfo(s)) macro
H A DglSDL-0.8.h81 #define IS_GLSDL_SURFACE(s) ((s) && glSDL_GetTexInfo(s)) macro
H A DglSDL.h81 #define IS_GLSDL_SURFACE(s) ((s) && glSDL_GetTexInfo(s)) macro
/dports/games/flobopuyo/flobopuyo-0.20/
H A DglSDL.h73 #define IS_GLSDL_SURFACE(s) ((s) && glSDL_GetTexInfo(s)) macro
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/graphics/
H A DglSDL.h77 #define IS_GLSDL_SURFACE(s) ((s) && texinfotab && glSDL_GetTexInfo(s)) macro