Home
last modified time | relevance | path

Searched refs:VGUErrorCode (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/include/VG/
Dvgu.h68 } VGUErrorCode; typedef
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,
105 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguComputeWarpQuadToSquare(VGfloat sx0, VGfloat sy0,
111 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguComputeWarpSquareToQuad(VGfloat dx0, VGfloat dy0,
117 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguComputeWarpQuadToQuad(VGfloat dx0, VGfloat dy0,
Dvgext.h145 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguDropShadowKHR(VGImage dst,VGImage src,VGfloat dimX,VGflo…
146 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguGlowKHR(VGImage dst,VGImage src,VGfloat dimX,VGfloat dim…
147 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguBevelKHR(VGImage dst,VGImage src,VGfloat dimX,VGfloat di…
148 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguGradientGlowKHR(VGImage dst,VGImage src,VGfloat dimX,VGf…
149 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguGradientBevelKHR(VGImage dst,VGImage src,VGfloat dimX,VG…
152 typedef VGUErrorCode (VGU_API_ENTRYP PFNVGUDROPSHADOWKHRPROC) (VGImage dst,VGImage src,VGfloat dimX…
153 typedef VGUErrorCode (VGU_API_ENTRYP PFNVGUGLOWKHRPROC) (VGImage dst,VGImage src,VGfloat dimX,VGflo…
154 typedef VGUErrorCode (VGU_API_ENTRYP PFNVGUBEVELKHRPROC) (VGImage dst,VGImage src,VGfloat dimX,VGfl…
155 typedef VGUErrorCode (VGU_API_ENTRYP PFNVGUGRADIENTGLOWKHRPROC) (VGImage dst,VGImage src,VGfloat di…
156 typedef VGUErrorCode (VGU_API_ENTRYP PFNVGUGRADIENTBEVELKHRPROC) (VGImage dst,VGImage src,VGfloat d…
[all …]
/external/mesa3d/src/gallium/state_trackers/vega/
Dvgu.c54 VGUErrorCode vguLine(VGPath path, in vguLine()
80 VGUErrorCode vguPolygon(VGPath path, in vguPolygon()
128 VGUErrorCode vguRect(VGPath path, in vguRect()
163 VGUErrorCode vguRoundRect(VGPath path, in vguRoundRect()
222 VGUErrorCode vguEllipse(VGPath path, in vguEllipse()
259 VGUErrorCode vguArc(VGPath path, in vguArc()
360 VGUErrorCode vguComputeWarpQuadToSquare(VGfloat sx0, VGfloat sy0, in vguComputeWarpQuadToSquare()
386 VGUErrorCode vguComputeWarpSquareToQuad(VGfloat dx0, VGfloat dy0, in vguComputeWarpSquareToQuad()
412 VGUErrorCode vguComputeWarpQuadToQuad(VGfloat dx0, VGfloat dy0, in vguComputeWarpQuadToQuad()