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

/external/quake/quake/src/QW/client/
H A Dgl_draw.c64 int gl_alpha_format = 4; variable
770 glTexImage2DHelper (GL_TEXTURE_2D, 0, gl_alpha_format, 64, 64, 0, GL_RGBA, GL_UNSIGNED_BYTE, trans);
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.cpp71 int gl_alpha_format = 4; variable
1039 glTexImage2DHelper (GL_TEXTURE_2D, 0, gl_alpha_format, 64, 64, 0, GL_RGBA, GL_UNSIGNED_BYTE, trans);
1544 samples = alpha ? gl_alpha_format : gl_solid_format;
1862 samples = 1; // alpha ? gl_alpha_format : gl_solid_format;

Completed in 28 milliseconds