Searched refs:glAlphaFuncx (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dglquake.h323 #define glAlphaFuncx(...) do { glAlphaFuncx(__VA_ARGS__); GLCHECK("glAlphaFuncx");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java66 public void glAlphaFuncx(int func, int ref) { method in class:GLErrorLogger.ErrorLoggingGL
67 ((GL10)mGL).glAlphaFuncx(func, ref);

Completed in 29 milliseconds