OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FOG_INCR
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_fog.c
52
#define
FOG_INCR
(FOG_MAX/FOG_EXP_TABLE_SIZE)
58
GLfloat f = (GLfloat) (narg * (1.0/
FOG_INCR
)); \
81
for ( ; i < FOG_EXP_TABLE_SIZE ; i++, f +=
FOG_INCR
) {
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fog.c
52
#define
FOG_INCR
(FOG_MAX/FOG_EXP_TABLE_SIZE)
58
GLfloat f = (GLfloat) (narg * (1.0/
FOG_INCR
)); \
81
for ( ; i < FOG_EXP_TABLE_SIZE ; i++, f +=
FOG_INCR
) {
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_fog.c
50
#define
FOG_INCR
(FOG_MAX/FOG_EXP_TABLE_SIZE)
57
GLfloat f = (GLfloat) (narg * (1.0/
FOG_INCR
)); \
80
for ( ; i < FOG_EXP_TABLE_SIZE ; i++, f +=
FOG_INCR
) {
/external/mesa3d/src/mesa/tnl/
t_vb_fog.c
50
#define
FOG_INCR
(FOG_MAX/FOG_EXP_TABLE_SIZE)
57
GLfloat f = (GLfloat) (narg * (1.0/
FOG_INCR
)); \
80
for ( ; i < FOG_EXP_TABLE_SIZE ; i++, f +=
FOG_INCR
) {
Completed in 984 milliseconds