Searched refs:GL_EYE_PLANE (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/opengl/mesa/ |
H A D | texstate.c | 615 else if (pname==GL_EYE_PLANE) { in gl_TexGenfv() 647 else if (pname==GL_EYE_PLANE) { in gl_TexGenfv() 678 else if (pname==GL_EYE_PLANE) { in gl_TexGenfv() 709 else if (pname==GL_EYE_PLANE) { in gl_TexGenfv() 748 else if (pname==GL_EYE_PLANE) { in gl_GetTexGendv() 763 else if (pname==GL_EYE_PLANE) { in gl_GetTexGendv() 778 else if (pname==GL_EYE_PLANE) { in gl_GetTexGendv() 793 else if (pname==GL_EYE_PLANE) { in gl_GetTexGendv() 825 else if (pname==GL_EYE_PLANE) { in gl_GetTexGenfv() 840 else if (pname==GL_EYE_PLANE) { in gl_GetTexGenfv() [all …]
|
/reactos/dll/directx/wine/wined3d/ |
H A D | state.c | 3462 gl_info->gl_ops.gl.p_glTexGenfv(GL_S, GL_EYE_PLANE, s_plane); in tex_coordindex() 3463 gl_info->gl_ops.gl.p_glTexGenfv(GL_T, GL_EYE_PLANE, t_plane); in tex_coordindex() 3464 gl_info->gl_ops.gl.p_glTexGenfv(GL_R, GL_EYE_PLANE, r_plane); in tex_coordindex() 3465 gl_info->gl_ops.gl.p_glTexGenfv(GL_Q, GL_EYE_PLANE, q_plane); in tex_coordindex() 3493 gl_info->gl_ops.gl.p_glTexGenfv(GL_S, GL_EYE_PLANE, s_plane); in tex_coordindex() 3494 gl_info->gl_ops.gl.p_glTexGenfv(GL_T, GL_EYE_PLANE, t_plane); in tex_coordindex() 3495 gl_info->gl_ops.gl.p_glTexGenfv(GL_R, GL_EYE_PLANE, r_plane); in tex_coordindex() 3496 gl_info->gl_ops.gl.p_glTexGenfv(GL_Q, GL_EYE_PLANE, q_plane); in tex_coordindex() 3524 gl_info->gl_ops.gl.p_glTexGenfv(GL_S, GL_EYE_PLANE, s_plane); in tex_coordindex() 3525 gl_info->gl_ops.gl.p_glTexGenfv(GL_T, GL_EYE_PLANE, t_plane); in tex_coordindex() [all …]
|
/reactos/sdk/include/GL/ |
H A D | gl.h | 674 #define GL_EYE_PLANE 0x2502 macro
|
/reactos/sdk/include/reactos/wine/ |
H A D | wgl.h | 1268 #define GL_EYE_PLANE 0x2502 macro
|