Home
last modified time | relevance | path

Searched refs:VG_PATH_CAPABILITY_ALL (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Dapi_path.c107 (~(capabilities & VG_PATH_CAPABILITY_ALL)))); in vegaRemovePathCapabilities()
458 0, 0, VG_PATH_CAPABILITY_ALL); in vegaPathTransformedBounds()
Dpath.c194 path->caps = capabilities & VG_PATH_CAPABILITY_ALL; in path_create()
247 p->caps = (bf & VG_PATH_CAPABILITY_ALL); in path_set_capabilities()
873 1, 0, 0, 0, VG_PATH_CAPABILITY_ALL); in transform_cb()
1770 1, 0, 0, 0, VG_PATH_CAPABILITY_ALL); in path_bounding_rect()
1853 1, 0, 0, 0, VG_PATH_CAPABILITY_ALL); in path_length()
1945 1, 0, 0, 0, VG_PATH_CAPABILITY_ALL); in path_point_segment()
2052 1, 0, 0, 0, VG_PATH_CAPABILITY_ALL); in path_point()
Dstroker.c1292 0, 0, VG_PATH_CAPABILITY_ALL); in stroker_init()
/external/mesa3d/include/VG/
Dopenvg.h272 VG_PATH_CAPABILITY_ALL = (1 << 12) - 1, enumerator