HomeSort by relevance Sort by last modified time
    Searched defs:DYNLINK_FUNC (Results 1 - 2 of 2) sorted by null

  /external/qemu/
dynlink.h 32 * macro which must contain a sequence of DYNLINK_FUNC(ret,name,sig)
42 * DYNLINK_FUNC(int,open,(const char*, int)) \
43 * DYNLINK_FUNC(int,read,(int,char*,int)) \
44 * DYNLINK_FUNC(int,close,(int)) \
61 #undef DYNLINK_FUNC
65 #define DYNLINK_FUNC(ret,name,sig) \
72 #undef DYNLINK_FUNC
85 #define DYNLINK_FUNC(ret,name,sig) \
92 #undef DYNLINK_FUNC
108 #undef DYNLINK_FUNC
    [all...]
  /external/qemu/android/
opengles.c 47 DYNLINK_FUNC(initLibrary) \
48 DYNLINK_FUNC(setStreamMode) \
49 DYNLINK_FUNC(initOpenGLRenderer) \
50 DYNLINK_FUNC(setPostCallback) \
51 DYNLINK_FUNC(getHardwareStrings) \
52 DYNLINK_FUNC(createOpenGLSubwindow) \
53 DYNLINK_FUNC(destroyOpenGLSubwindow) \
54 DYNLINK_FUNC(repaintOpenGLDisplay) \
55 DYNLINK_FUNC(stopOpenGLRenderer)
67 #define DYNLINK_FUNC(name)
    [all...]

Completed in 647 milliseconds