Home
last modified time | relevance | path

Searched refs:R_DepthIsEquivalent (Results 1 – 3 of 3) sorted by relevance

/dports/games/edge/Edge-1.35-source/src/
H A Dr_modes.cc53 bool R_DepthIsEquivalent(int depth1, int depth2) in R_DepthIsEquivalent() function
80 R_DepthIsEquivalent(cur->depth, depth) && in R_FindResolution()
166 if (! R_DepthIsEquivalent(cur->depth, depth)) in R_IncrementResolution()
262 if (! R_DepthIsEquivalent(A->depth, B->depth)) in operator ()()
267 return R_DepthIsEquivalent(SCREENBITS, 16) ? in operator ()()
H A Dr_modes.h74 bool R_DepthIsEquivalent(int depth1, int depth2);
H A Di_video.cc177 if (R_DepthIsEquivalent(got_depth, mode.depth)) in I_StartupGraphics()