Searched defs:glAlphaFunc (Results 1 – 2 of 2) sorted by relevance
284 #define glAlphaFunc(...) do { glAlphaFunc(__VA_ARGS__); GLCHECK("glAlphaFunc");} while(0) macro
61 public void glAlphaFunc(int func, float ref) { in glAlphaFunc() method in GLErrorLogger.ErrorLoggingGL