OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VGU_API_ENTRY
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/include/VG/
vgplatform.h
68
#ifndef
VGU_API_ENTRY
69
#define
VGU_API_ENTRY
vgu.h
50
#ifndef
VGU_API_ENTRY
51
# error
VGU_API_ENTRY
must be defined
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
[
all
...]
vgext.h
51
# define VGU_API_ENTRYP
VGU_API_ENTRY
*
145
VGU_API_CALL VGUErrorCode
VGU_API_ENTRY
vguDropShadowKHR(VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGfloat distance,VGfloat angle,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint shadowColorRGBA);
146
VGU_API_CALL VGUErrorCode
VGU_API_ENTRY
vguGlowKHR(VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint glowColorRGBA) ;
147
VGU_API_CALL VGUErrorCode
VGU_API_ENTRY
vguBevelKHR(VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGfloat distance,VGfloat angle,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint highlightColorRGBA,VGuint shadowColorRGBA);
148
VGU_API_CALL VGUErrorCode
VGU_API_ENTRY
vguGradientGlowKHR(VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGfloat distance,VGfloat angle,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint stopsCount,const VGfloat* glowColorRampStops);
149
VGU_API_CALL VGUErrorCode
VGU_API_ENTRY
vguGradientBevelKHR(VGImage dst,VGImage src,VGfloat dimX,VGfloat dimY,VGuint iterative,VGfloat strength,VGfloat distance,VGfloat angle,VGbitfield filterFlags,VGbitfield allowedQuality,VGuint stopsCount,const VGfloat* bevelColorRampStops);
222
VGU_API_CALL VGUErrorCode
VGU_API_ENTRY
vguTransformClipLineNDS(const VGfloat Ain,const VGfloat Bin,const VGfloat Cin,const VGfloat* matrix,const VGboolean inverse,VGfloat* Aout,VGfloat* Bout,VGfloat* Cout);
Completed in 2249 milliseconds