Lines Matching refs:DYNLINK_FUNC
36 DYNLINK_FUNC(int,initLibrary,(void),(),return) \
37 DYNLINK_FUNC(int,setStreamMode,(int a),(a),return) \
38 DYNLINK_FUNC(int,initOpenGLRenderer,(int width, int height, int port),(width,height,port),return) \
39 DYNLINK_FUNC(int,createOpenGLSubwindow,(void* window, int x, int y, int width, int height, float zRot),(window,x,y,width,height,zRot),return)\
40 DYNLINK_FUNC(int,destroyOpenGLSubwindow,(void),(),return)\
41 DYNLINK_FUNC(void,repaintOpenGLDisplay,(void),(),)\
42 DYNLINK_FUNC(void,stopOpenGLRenderer,(void),(),)
57 #define DYNLINK_FUNC(result,name,sig,params,ret) \
65 #undef DYNLINK_FUNC
72 #define DYNLINK_FUNC(result,name,sig,params,ret) \
82 #undef DYNLINK_FUNC