| 233 | |
| 234 | |
| 235 | static inline pixel_format pixel_format_for_code(U64 code) { |
| 236 | pixel_format_or_code pfc; |
| 237 | |
| 238 | pfc.code = code; |
| 239 | return pfc.format; |
| 240 | } |
| 241 | |
| 242 | static unsigned int best_color_mode(GLint modes, GLint color_size, GLint alpha_size, GLint color_float) { |
| 243 | int best = -1; |
no outgoing calls
no test coverage detected