Searched defs:s_plane (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstate.c3295 static const GLfloat s_plane[] = { 1.0f, 0.0f, 0.0f, 0.0f }; local
3344 glTexGenfv(GL_S, GL_EYE_PLANE, s_plane);
3375 glTexGenfv(GL_S, GL_EYE_PLANE, s_plane);
3406 glTexGenfv(GL_S, GL_EYE_PLANE, s_plane);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstate.c3436 static const GLfloat s_plane[] = { 1.0f, 0.0f, 0.0f, 0.0f }; local
3485 gl_info->gl_ops.gl.p_glTexGenfv(GL_S, GL_EYE_PLANE, s_plane);
3516 gl_info->gl_ops.gl.p_glTexGenfv(GL_S, GL_EYE_PLANE, s_plane);
3547 gl_info->gl_ops.gl.p_glTexGenfv(GL_S, GL_EYE_PLANE, s_plane);

Completed in 138 milliseconds