OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:paintModes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_masks.c
114
VGbitfield
paintModes
,
123
if (!
paintModes
|| (
paintModes
&(~(VG_STROKE_PATH|VG_FILL_PATH)))) {
139
mask_render_to(handle_to_path(path),
paintModes
, operation);
/external/mesa3d/src/gallium/state_trackers/vega/
api_masks.c
114
VGbitfield
paintModes
,
123
if (!
paintModes
|| (
paintModes
&(~(VG_STROKE_PATH|VG_FILL_PATH)))) {
139
mask_render_to(handle_to_path(path),
paintModes
, operation);
Completed in 2051 milliseconds