Home
last modified time | relevance | path

Searched defs:glAlphaFunc (Results 1 – 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
Dglquake.h284 #define glAlphaFunc(...) do { glAlphaFunc(__VA_ARGS__); GLCHECK("glAlphaFunc");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java61 public void glAlphaFunc(int func, float ref) { in glAlphaFunc() method in GLErrorLogger.ErrorLoggingGL