Home
last modified time | relevance | path

Searched refs:GL_LIGHT_MODEL_LOCAL_VIEWER (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/glx/tests/
Denum_sizes.cpp150 EXPECT_EQ(1, __glLightModelfv_size(GL_LIGHT_MODEL_LOCAL_VIEWER)); in TEST()
161 case GL_LIGHT_MODEL_LOCAL_VIEWER: in TEST()
/external/mesa3d/src/mesa/main/
Dlight.c453 case GL_LIGHT_MODEL_LOCAL_VIEWER: in _mesa_LightModelfv()
513 case GL_LIGHT_MODEL_LOCAL_VIEWER: in _mesa_LightModeliv()
Dattrib.c1189 _mesa_LightModelf(GL_LIGHT_MODEL_LOCAL_VIEWER, in _mesa_PopAttrib()
Ddlist.c2885 case GL_LIGHT_MODEL_LOCAL_VIEWER: in save_LightModeliv()
/external/eigen/demos/opengl/
Dquaternion_demo.cpp480 glLightModeli(GL_LIGHT_MODEL_LOCAL_VIEWER, 1); in initializeGL()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h443 { GL_LIGHT_MODEL_LOCAL_VIEWER, CONTEXT_BOOL(Light.Model.LocalViewer), NO_EXTRA },
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1051 case GL_LIGHT_MODEL_LOCAL_VIEWER: in radeonLightModelfv()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c1282 case GL_LIGHT_MODEL_LOCAL_VIEWER: in r200LightModelfv()
/external/mesa3d/include/GL/
Dgl.h305 #define GL_LIGHT_MODEL_LOCAL_VIEWER 0x0B51 macro