OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_swrast_z_to_fogfactor
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_fog.h
37
_swrast_z_to_fogfactor
(struct gl_context *ctx, GLfloat z);
s_fog.c
38
_swrast_z_to_fogfactor
(struct gl_context *ctx, GLfloat z)
function
61
_mesa_problem(ctx, "Bad fog mode in
_swrast_z_to_fogfactor
");
s_span.c
130
fogVal =
_swrast_z_to_fogfactor
(ctx, ctx->Current.RasterDistance);
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c
825
f =
_swrast_z_to_fogfactor
(ctx, ctx->Current.Attrib[VERT_ATTRIB_FOG][0]);
827
f =
_swrast_z_to_fogfactor
(ctx, ctx->Current.RasterDistance);
Completed in 862 milliseconds