Searched defs:gl_solid_format (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dgl_draw.c63 int gl_solid_format = 3; variable
1168 samples = alpha ? gl_alpha_format : gl_solid_format;
1270 samples = 1; // alpha ? gl_alpha_format : gl_solid_format;
/external/quake/quake/src/WinQuake/
H A Dgl_draw.cpp70 int gl_solid_format = 3; variable
1544 samples = alpha ? gl_alpha_format : gl_solid_format;
1862 samples = 1; // alpha ? gl_alpha_format : gl_solid_format;

Completed in 68 milliseconds