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

/external/quake/quake/src/WinQuake/
H A Dglquake.h394 #define glNormal3x(...) do { glNormal3x(__VA_ARGS__); GLCHECK("glNormal3x");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java500 public void glNormal3x(int nx, int ny, int nz) { method in class:GLErrorLogger.ErrorLoggingGL
501 ((GL10)mGL).glNormal3x(nx, ny, nz);

Completed in 42 milliseconds