HomeSort by relevance Sort by last modified time
    Searched refs:VGPath (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/state_trackers/vega/
api_path.c 36 VGPath vegaCreatePath(VGint pathFormat,
64 void vegaClearPath(VGPath path, VGbitfield capabilities)
78 void vegaDestroyPath(VGPath p)
92 void vegaRemovePathCapabilities(VGPath path,
110 VGbitfield vegaGetPathCapabilities(VGPath path)
123 void vegaAppendPath(VGPath dstPath, VGPath srcPath)
143 void vegaAppendPathData(VGPath dstPath,
186 void vegaModifyPathCoords(VGPath dstPath,
221 void vegaTransformPath(VGPath dstPath, VGPath srcPath
    [all...]
vgu.c 41 static void vgu_append_float_coords(VGPath path,
54 VGUErrorCode vguLine(VGPath path,
80 VGUErrorCode vguPolygon(VGPath path,
128 VGUErrorCode vguRect(VGPath path,
163 VGUErrorCode vguRoundRect(VGPath path,
222 VGUErrorCode vguEllipse(VGPath path,
259 VGUErrorCode vguArc(VGPath path,
api_text.c 69 VGPath path,
api_masks.c 113 void vegaRenderToMask(VGPath path,
  /external/mesa3d/include/VG/
vgu.h 78 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguLine(VGPath path,
82 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguPolygon(VGPath path,
86 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguRect(VGPath path,
90 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguRoundRect(VGPath path,
95 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguEllipse(VGPath path,
99 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguArc(VGPath path,
openvg.h 61 typedef VGHandle VGPath;
566 VG_API_CALL void VG_API_ENTRY vgRenderToMask(VGPath path,
582 VG_API_CALL VGPath VG_API_ENTRY vgCreatePath(VGint pathFormat,
588 VG_API_CALL void VG_API_ENTRY vgClearPath(VGPath path, VGbitfield capabilities) VG_API_EXIT;
589 VG_API_CALL void VG_API_ENTRY vgDestroyPath(VGPath path) VG_API_EXIT;
590 VG_API_CALL void VG_API_ENTRY vgRemovePathCapabilities(VGPath path,
592 VG_API_CALL VGbitfield VG_API_ENTRY vgGetPathCapabilities(VGPath path) VG_API_EXIT;
593 VG_API_CALL void VG_API_ENTRY vgAppendPath(VGPath dstPath, VGPath srcPath) VG_API_EXIT;
594 VG_API_CALL void VG_API_ENTRY vgAppendPathData(VGPath dstPath
    [all...]

Completed in 41 milliseconds