OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STENCIL_OP
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_stencil.c
96
#define
STENCIL_OP
(NEW_VAL) \
142
STENCIL_OP
(0);
146
STENCIL_OP
(ref);
150
STENCIL_OP
(clamp(s + 1));
154
STENCIL_OP
(clamp(s - 1));
158
STENCIL_OP
(s + 1);
162
STENCIL_OP
(s - 1);
166
STENCIL_OP
(~s);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c
374
context_dirty(ctx,
STENCIL_OP
);
Completed in 152 milliseconds