Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_textures.h36 enum patchalphastyle style;
H A Dr_data.h34 enum patchalphastyle {AST_COPY, AST_TRANSLUCENT, AST_ADD, AST_SUBTRACT, AST_REVERSESUBTRACT, AST_MO… enum
H A Dr_textures.c1075 enum patchalphastyle style = AST_COPY; in R_ParsePatch()