Home
last modified time | relevance | path

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

/dports/games/taisei/taisei-1.3.2/src/
H A Dstagedraw.h17 typedef enum StageFBPair { enum
23 } StageFBPair; typedef
40 FBPair* stage_get_fbpair(StageFBPair id) attr_returns_nonnull;
H A Dstagedraw.c86 static void set_fb_size(StageFBPair fb_id, int *w, int *h, float scale_worst, float scale_best) { in set_fb_size()
121 StageFBPair scaling_base;
224 StageFBPair fbtype, in add_custom_framebuffer()
350 FBPair* stage_get_fbpair(StageFBPair id) { in stage_get_fbpair()