Searched refs:DECLEXPORT (Results 1 - 25 of 202) sorted by relevance

123456789

/vbox/src/VBox/Additions/x11/x11stubs/libXcomposite-1.0.0/
H A DlibXcomposite.c22 DECLEXPORT(void) XCompositeCreateRegionFromBorderClip(void);
24 DECLEXPORT(void) XCompositeExtensionInfo(void);
26 DECLEXPORT(void) XCompositeExtensionName(void);
28 DECLEXPORT(void) XCompositeFindDisplay(void);
30 DECLEXPORT(void) XCompositeGetOverlayWindow(void);
32 DECLEXPORT(void) XCompositeNameWindowPixmap(void);
34 DECLEXPORT(void) XCompositeQueryExtension(void);
36 DECLEXPORT(void) XCompositeQueryVersion(void);
38 DECLEXPORT(void) XCompositeRedirectSubwindows(void);
40 DECLEXPORT(voi
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_rand.h16 DECLEXPORT(void) crRandSeed( unsigned long seed );
17 DECLEXPORT(void) crRandAutoSeed(void);
18 DECLEXPORT(float) crRandFloat( float min, float max );
19 DECLEXPORT(int) crRandInt( int min, int max );
H A Dcr_process.h31 extern DECLEXPORT(void) crSleep( unsigned int seconds );
33 extern DECLEXPORT(void) crMsleep( unsigned int msec );
35 extern DECLEXPORT(CRpid) crSpawn( const char *command, const char *argv[] );
37 extern DECLEXPORT(void) crKill( CRpid pid );
39 extern DECLEXPORT(void) crGetProcName( char *name, int maxLen );
41 extern DECLEXPORT(void) crGetCurrentDir( char *dir, int maxLen );
43 extern DECLEXPORT(CRpid) crGetPID(void);
H A Dcr_list.h15 DECLEXPORT(CRList *) crAllocList( void );
16 DECLEXPORT(void) crFreeList( CRList *l );
18 DECLEXPORT(unsigned) crListSize( const CRList *l );
19 DECLEXPORT(int) crListIsEmpty( const CRList *l );
21 DECLEXPORT(void) crListInsert( CRList *l, CRListIterator *iter, void *elem );
22 DECLEXPORT(void) crListErase( CRList *l, CRListIterator *iter );
23 DECLEXPORT(void) crListClear( CRList *l );
25 DECLEXPORT(void) crListPushBack( CRList *l, void *elem );
26 DECLEXPORT(void) crListPushFront( CRList *l, void *elem );
28 DECLEXPORT(voi
[all...]
H A Dcr_environment.h16 extern DECLEXPORT(void) crSetenv( const char *var, const char *value );
17 extern DECLEXPORT(const char *) crGetenv( const char *var );
H A Dcr_bufpool.h19 DECLEXPORT(CRBufferPool *) crBufferPoolInit( unsigned int maxBuffers );
20 DECLEXPORT(void) crBufferPoolFree( CRBufferPool *pool );
21 DECLEXPORT(void) crBufferPoolCallbackFree(CRBufferPool *pool, CRBufferPoolDeleteCallback pfnDelete);
23 DECLEXPORT(void) crBufferPoolPush( CRBufferPool *pool, void *buf, unsigned int bytes );
24 DECLEXPORT(void *) crBufferPoolPop( CRBufferPool *pool, unsigned int bytes );
26 DECLEXPORT(int) crBufferPoolGetNumBuffers( CRBufferPool *pool );
27 DECLEXPORT(int) crBufferPoolGetMaxBuffers( CRBufferPool *pool );
H A Dcr_matrix.h26 extern DECLEXPORT(void)
29 extern DECLEXPORT(void)
32 extern DECLEXPORT(void)
35 extern DECLEXPORT(void)
38 extern DECLEXPORT(void)
41 extern DECLEXPORT(void)
44 extern DECLEXPORT(int)
47 extern DECLEXPORT(int)
50 extern DECLEXPORT(int)
53 extern DECLEXPORT(voi
[all...]
H A Dcr_threads.h43 extern DECLEXPORT(void) crInitTSD(CRtsd *tsd);
44 extern DECLEXPORT(void) crInitTSDF(CRtsd *tsd, void (*destructor)(void *));
45 extern DECLEXPORT(void) crFreeTSD(CRtsd *tsd);
46 extern DECLEXPORT(void) crSetTSD(CRtsd *tsd, void *ptr);
47 extern DECLEXPORT(void *) crGetTSD(CRtsd *tsd);
48 extern DECLEXPORT(unsigned long) crThreadID(void);
58 extern DECLEXPORT(void) crInitMutex(CRmutex *mutex);
59 extern DECLEXPORT(void) crFreeMutex(CRmutex *mutex);
60 extern DECLEXPORT(void) crLockMutex(CRmutex *mutex);
61 extern DECLEXPORT(voi
[all...]
H A Dcr_hash.h28 DECLEXPORT(CRHashIdPool *) crAllocHashIdPool( void );
29 DECLEXPORT(CRHashIdPool *) crAllocHashIdPoolEx( GLuint min, GLuint max );
30 DECLEXPORT(void) crFreeHashIdPool( CRHashIdPool *pool );
31 DECLEXPORT(GLboolean) crHashIdPoolIsIdFree( const CRHashIdPool *pool, GLuint id );
32 DECLEXPORT(GLuint) crHashIdPoolAllocBlock( CRHashIdPool *pool, GLuint count );
33 DECLEXPORT(void) crHashIdPoolFreeBlock( CRHashIdPool *pool, GLuint first, GLuint count );
35 DECLEXPORT(GLboolean) crHashIdPoolAllocId( CRHashIdPool *pool, GLuint id );
36 DECLEXPORT(void) crHashIdWalkKeys( CRHashIdPool *pool, CRHashIdWalkKeys walkFunc , void *data);
38 DECLEXPORT(CRHashTable *) crAllocHashtable( void );
39 DECLEXPORT(CRHashTabl
[all...]
H A Dcr_string.h15 DECLEXPORT(char *) crStrdup( const char *str );
16 DECLEXPORT(char *) crStrndup( const char *str, unsigned int len );
17 DECLEXPORT(int) crStrlen( const char *str );
18 DECLEXPORT(int) crStrcmp( const char *str1, const char *str2 );
19 DECLEXPORT(int) crStrncmp( const char *str1, const char *str2, int n );
20 DECLEXPORT(int) crStrcasecmp( const char *str1, const char *str2 );
21 DECLEXPORT(void) crStrcpy( char *dst, const char *src );
22 DECLEXPORT(void) crStrncpy( char *dst, const char *src, unsigned int len );
23 DECLEXPORT(void) crStrcat( char *dst, const char *src );
24 DECLEXPORT(cha
[all...]
H A Dcr_dispatch.h43 DECLEXPORT(void) crDispatchInit(SPUDispatchTable *defaultTable);
44 DECLEXPORT(void) crInitDispatchInfo(crCurrentDispatchInfo *info);
45 DECLEXPORT(void) crSetCurrentDispatchInfo(crCurrentDispatchInfo *info);
54 DECLEXPORT(crDispatchLayer) *crNewDispatchLayer(SPUDispatchTable *newTable,
57 DECLEXPORT(void) crChangeDispatchLayer(crDispatchLayer *layer,
59 DECLEXPORT(void) crFreeDispatchLayer(crDispatchLayer *layer);
H A Dcr_mem.h24 extern DECLEXPORT(void *) crAlloc( unsigned int nbytes );
25 extern DECLEXPORT(void *) crCalloc( unsigned int nbytes );
27 extern DECLEXPORT(void) crRealloc( void **ptr, unsigned int bytes );
28 extern DECLEXPORT(void) crFree( void *ptr );
29 extern DECLEXPORT(void) crMemcpy( void *dst, const void *src, unsigned int bytes );
30 extern DECLEXPORT(void) crMemset( void *ptr, int value, unsigned int bytes );
31 extern DECLEXPORT(void) crMemZero( void *ptr, unsigned int bytes );
32 extern DECLEXPORT(int) crMemcmp( const void *p1, const void *p2, unsigned int bytes );
H A Dcr_dll.h36 DECLEXPORT(CRDLL *) crDLLOpen( const char *dllname, int resolveGlobal );
37 DECLEXPORT(CRDLLFunc) crDLLGetNoError( CRDLL *dll, const char *symname );
38 DECLEXPORT(CRDLLFunc) crDLLGet( CRDLL *dll, const char *symname );
39 DECLEXPORT(void) crDLLClose( CRDLL *dll );
H A Dcr_hull.h18 DECLEXPORT(void) crHullInteriorBox(const double *pnts, int npnts, double *bbox);
H A Dcr_url.h16 DECLEXPORT(int) crParseURL( const char *url, char *protocol, char *hostname,
H A Dcr_warp.h16 DECLEXPORT(void) crWarpPoint(const float *align, const float *point, float *result);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPCrUtil.cpp25 DECLEXPORT(void *) crAlloc( unsigned int nbytes );
26 //extern DECLEXPORT(void *) crCalloc( unsigned int nbytes );
27 //extern DECLEXPORT(void) crRealloc( void **ptr, unsigned int bytes );
28 DECLEXPORT(void) crFree( void *ptr );
29 DECLEXPORT(void) crMemcpy( void *dst, const void *src, unsigned int bytes );
30 DECLEXPORT(void) crMemset( void *ptr, int value, unsigned int bytes );
31 DECLEXPORT(void) crMemZero( void *ptr, unsigned int bytes );
32 DECLEXPORT(int) crMemcmp( const void *p1, const void *p2, unsigned int bytes );
33 DECLEXPORT(void) crDebug(const char *format, ... );
35 DECLEXPORT(voi
[all...]
/vbox/src/VBox/Devices/build/
H A DVBoxDD2.h28 extern DECLEXPORT(const unsigned char) g_abPcBiosBinary[];
29 extern DECLEXPORT(const unsigned) g_cbPcBiosBinary;
30 extern DECLEXPORT(const unsigned char) g_abVgaBiosBinary[];
31 extern DECLEXPORT(const unsigned) g_cbVgaBiosBinary;
33 extern DECLEXPORT(const unsigned char) g_abNetBiosBinary[];
34 extern DECLEXPORT(const unsigned) g_cbNetBiosBinary;
/vbox/src/VBox/Installer/win/Resources/
H A Ddummy.cpp22 DECLEXPORT(void) VBoxResDummy(void)
/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddri_glx.h37 extern DECLEXPORT(const char *) VBOXGLXTAG(glXGetDriverConfig)(const char *driverName);
38 extern DECLEXPORT(void) VBOXGLXTAG(glXFreeMemoryMESA)(Display *dpy, int scrn, void *pointer);
39 extern DECLEXPORT(GLXContext) VBOXGLXTAG(glXImportContextEXT)(Display *dpy, GLXContextID contextID);
40 extern DECLEXPORT(GLXContextID) VBOXGLXTAG(glXGetContextIDEXT)(const GLXContext ctx);
41 extern DECLEXPORT(Bool) VBOXGLXTAG(glXMakeCurrentReadSGI)(Display *display, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
42 extern DECLEXPORT(const char *) VBOXGLXTAG(glXGetScreenDriver)(Display *dpy, int scrNum);
43 extern DECLEXPORT(Display *) VBOXGLXTAG(glXGetCurrentDisplayEXT)(void);
44 extern DECLEXPORT(void) VBOXGLXTAG(glXFreeContextEXT)(Display *dpy, GLXContext ctx);
46 extern DECLEXPORT(int) VBOXGLXTAG(glXQueryContextInfoEXT)(Display *dpy, GLXContext ctx);
47 extern DECLEXPORT(voi
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpacker.h13 #define DLLDATA(type) DECLEXPORT(type)
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_glsl.h91 DECLEXPORT(void) STATE_APIENTRY crStateGLSLInit(CRContext *ctx);
92 DECLEXPORT(void) STATE_APIENTRY crStateGLSLDestroy(CRContext *ctx);
93 DECLEXPORT(void) STATE_APIENTRY crStateGLSLSwitch(CRContext *from, CRContext *to);
95 DECLEXPORT(GLuint) STATE_APIENTRY crStateGetShaderHWID(GLuint id);
96 DECLEXPORT(GLuint) STATE_APIENTRY crStateGetProgramHWID(GLuint id);
97 DECLEXPORT(GLuint) STATE_APIENTRY crStateGLSLProgramHWIDtoID(GLuint hwid);
98 DECLEXPORT(GLuint) STATE_APIENTRY crStateGLSLShaderHWIDtoID(GLuint hwid);
100 DECLEXPORT(GLint) STATE_APIENTRY crStateGetUniformSize(GLenum type);
101 DECLEXPORT(GLboolean) STATE_APIENTRY crStateIsIntUniform(GLenum type);
103 DECLEXPORT(GLuin
[all...]
H A Dcr_framebuffer.h70 DECLEXPORT(void) STATE_APIENTRY crStateFramebufferObjectInit(CRContext *ctx);
71 DECLEXPORT(void) STATE_APIENTRY crStateFramebufferObjectDestroy(CRContext *ctx);
72 DECLEXPORT(void) STATE_APIENTRY crStateFramebufferObjectSwitch(CRContext *from, CRContext *to);
74 DECLEXPORT(void) STATE_APIENTRY crStateFramebufferObjectDisableHW(CRContext *ctx, GLuint idDrawFBO, GLuint idReadFBO);
75 DECLEXPORT(void) STATE_APIENTRY crStateFramebufferObjectReenableHW(CRContext *fromCtx, CRContext *toCtx, GLuint idDrawFBO, GLuint idReadFBO);
77 DECLEXPORT(GLuint) STATE_APIENTRY crStateGetFramebufferHWID(GLuint id);
78 DECLEXPORT(GLuint) STATE_APIENTRY crStateGetRenderbufferHWID(GLuint id);
80 DECLEXPORT(void) STATE_APIENTRY crStateBindRenderbufferEXT(GLenum target, GLuint renderbuffer);
81 DECLEXPORT(void) STATE_APIENTRY crStateDeleteRenderbuffersEXT(GLsizei n, const GLuint *renderbuffers);
82 DECLEXPORT(voi
[all...]
H A Dcr_lists.h33 DECLEXPORT(void) crStateListsInit(CRContext *ctx);
34 DECLEXPORT(void) crStateListsDestroy(CRContext *ctx);
36 DECLEXPORT(void) crStateListsDiff(CRListsBits *bb, CRbitvalue *bitID,
38 DECLEXPORT(void) crStateListsSwitch(CRListsBits *bb, CRbitvalue *bitID,
H A Dcr_stateerror.h14 DECLEXPORT(void) crStateError( int line, const char *file, GLenum err, const char *format, ... );

Completed in 95 milliseconds

123456789