OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VG_MOVE_TO
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/include/VG/
openvg.h
214
VG_MOVE_TO
= ( 1 << 1),
231
VG_MOVE_TO_ABS =
VG_MOVE_TO
| VG_ABSOLUTE,
232
VG_MOVE_TO_REL =
VG_MOVE_TO
| VG_RELATIVE,
[
all
...]
/external/mesa3d/include/VG/
openvg.h
214
VG_MOVE_TO
= ( 1 << 1),
231
VG_MOVE_TO_ABS =
VG_MOVE_TO
| VG_ABSOLUTE,
232
VG_MOVE_TO_REL =
VG_MOVE_TO
| VG_RELATIVE,
[
all
...]
Completed in 170 milliseconds