OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scissoring
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/gallium/state_trackers/vega/
vg_state.h
50
/*
Scissoring
rectangles */
81
/* Enable/disable alpha masking and
scissoring
*/
83
VGboolean
scissoring
;
member in struct:vg_state
vg_state.c
83
/* Enable/disable alpha masking and
scissoring
*/
85
state->
scissoring
= VG_FALSE;
api_masks.c
93
if (!ctx->state.vg.
scissoring
&&
api_params.c
218
state->
scissoring
= value;
628
value = state->
scissoring
;
[
all
...]
renderer.c
506
/* the depth test is used for
scissoring
*/
629
/* there is no depth buffer for
scissoring
anyway */
702
/* with
scissoring
*/
[
all
...]
Completed in 46 milliseconds