Searched refs:glLightModelfv (Results 1 - 6 of 6) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.c158 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
159 glLightModelfv(GL_LIGHT_MODEL_LOCAL_VIEWER, lmodel_localviewer);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.c158 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
159 glLightModelfv(GL_LIGHT_MODEL_LOCAL_VIEWER, lmodel_localviewer);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
H A Datlantis.c158 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
159 glLightModelfv(GL_LIGHT_MODEL_LOCAL_VIEWER, lmodel_localviewer);
/external/quake/quake/src/WinQuake/
H A Dglquake.h300 #define glLightModelfv(...) do { glLightModelfv(__VA_ARGS__); GLCHECK("glLightModelfv");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java334 public void glLightModelfv(int pname, FloatBuffer params) { method in class:GLErrorLogger.ErrorLoggingGL
335 ((GL10)mGL).glLightModelfv(pname, params);
339 public void glLightModelfv(int pname, float[] params, int offset) { method in class:GLErrorLogger.ErrorLoggingGL
340 ((GL10)mGL).glLightModelfv(pname, params, offset);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_glfuncs.h153 SDL_PROC_UNUSED(void,glLightModelfv,(GLenum pname, const GLfloat *params))

Completed in 87 milliseconds