Searched refs:glColor4x (Results 1 – 2 of 2) sorted by relevance
27 glColor4x(byte2fixed(r), byte2fixed(g), byte2fixed(b), byte2fixed(a)); in gl_pmcolor()32 glColor4x(fa, fa, fa, fa); in SetAlpha()
336 #define glColor4x(...) do { glColor4x(__VA_ARGS__); GLCHECK("glColor4x");} while(0) macro