Searched refs:gl_lightmodel (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dgen_matypes.c226 /* struct gl_lightmodel offsets:
228 OFFSET_HEADER( "struct gl_lightmodel" );
230 OFFSET( "LIGHT_MODEL_AMBIENT ", struct gl_lightmodel, Ambient );
231 OFFSET( "LIGHT_MODEL_LOCAL_VIEWER ", struct gl_lightmodel, LocalViewer );
232 OFFSET( "LIGHT_MODEL_TWO_SIDE ", struct gl_lightmodel, TwoSide );
233 OFFSET( "LIGHT_MODEL_COLOR_CONTROL ", struct gl_lightmodel, ColorControl );
/external/mesa3d/src/mesa/x86/
H A Dgen_matypes.c226 /* struct gl_lightmodel offsets:
228 OFFSET_HEADER( "struct gl_lightmodel" );
230 OFFSET( "LIGHT_MODEL_AMBIENT ", struct gl_lightmodel, Ambient );
231 OFFSET( "LIGHT_MODEL_LOCAL_VIEWER ", struct gl_lightmodel, LocalViewer );
232 OFFSET( "LIGHT_MODEL_TWO_SIDE ", struct gl_lightmodel, TwoSide );
233 OFFSET( "LIGHT_MODEL_COLOR_CONTROL ", struct gl_lightmodel, ColorControl );
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tnl.c199 struct gl_lightmodel *m = &ctx->Light.Model;
H A Dnv20_state_tnl.c179 struct gl_lightmodel *m = &ctx->Light.Model;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tnl.c199 struct gl_lightmodel *m = &ctx->Light.Model;
H A Dnv20_state_tnl.c179 struct gl_lightmodel *m = &ctx->Light.Model;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h695 struct gl_lightmodel struct
933 struct gl_lightmodel Model; /**< Lighting model */
H A Dlight.c1149 * \param lm pointer to the gl_lightmodel structure to be initialized.
1152 init_lightmodel( struct gl_lightmodel *lm )
/external/mesa3d/src/mesa/main/
H A Dmtypes.h695 struct gl_lightmodel struct
933 struct gl_lightmodel Model; /**< Lighting model */
H A Dlight.c1149 * \param lm pointer to the gl_lightmodel structure to be initialized.
1152 init_lightmodel( struct gl_lightmodel *lm )

Completed in 1170 milliseconds