Searched refs:glNormal3f (Results 1 - 3 of 3) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dglquake.h309 #define glNormal3f(...) do { glNormal3f(__VA_ARGS__); GLCHECK("glNormal3f");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java495 public void glNormal3f(float nx, float ny, float nz) { method in class:GLErrorLogger.ErrorLoggingGL
496 ((GL10)mGL).glNormal3f(nx, ny, nz);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_glfuncs.h188 SDL_PROC_UNUSED(void,glNormal3f,(GLfloat nx, GLfloat ny, GLfloat nz))

Completed in 19 milliseconds