OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c_factor
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv20_state_tnl.c
240
float c_scene[3],
c_factor
[3];
local
245
COPY_3V(
c_factor
, ctx->Light.Model.Ambient);
250
ASSIGN_3V(
c_factor
, 1, 1, 1);
254
ZERO_3V(
c_factor
);
262
PUSH_DATAp(push,
c_factor
, 3);
nv10_state_tnl.c
323
float c_scene[3],
c_factor
[3];
local
328
COPY_3V(
c_factor
, mat[MAT_ATTRIB_FRONT_EMISSION]);
333
ZERO_3V(
c_factor
);
337
ZERO_3V(
c_factor
);
345
PUSH_DATAp(push,
c_factor
, 3);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_state_tnl.c
240
float c_scene[3],
c_factor
[3];
local
245
COPY_3V(
c_factor
, ctx->Light.Model.Ambient);
250
ASSIGN_3V(
c_factor
, 1, 1, 1);
254
ZERO_3V(
c_factor
);
262
PUSH_DATAp(push,
c_factor
, 3);
nv10_state_tnl.c
323
float c_scene[3],
c_factor
[3];
local
328
COPY_3V(
c_factor
, mat[MAT_ATTRIB_FRONT_EMISSION]);
333
ZERO_3V(
c_factor
);
337
ZERO_3V(
c_factor
);
345
PUSH_DATAp(push,
c_factor
, 3);
Completed in 1073 milliseconds