OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_mesa_update_material
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/main/
light.h
99
extern void
_mesa_update_material
( struct gl_context *ctx,
light.c
632
_mesa_update_material
( struct gl_context *ctx, GLuint bitmask )
function
638
_mesa_debug(ctx, "
_mesa_update_material
, mask 0x%x\n", bitmask);
719
_mesa_update_material
( ctx, bitmask );
918
_mesa_update_material
(ctx,
928
_mesa_update_material
(ctx,
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_render_t.c
206
_mesa_update_material
(ctx, 1 << attr);
/external/mesa3d/src/mesa/tnl/
t_vb_light.c
209
_mesa_update_material
( ctx, store->mat_bitmask );
260
_mesa_update_material
( ctx, ~0 );
Completed in 647 milliseconds