Searched refs:EPOXY_PUBLIC (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/libepoxy/dist/include/epoxy/ |
| H A D | common.h | 40 #ifndef EPOXY_PUBLIC 42 # define EPOXY_PUBLIC __declspec(dllimport) extern macro 44 # define EPOXY_PUBLIC extern macro 58 EPOXY_PUBLIC bool epoxy_extension_in_string(const char *extension_list,
|
| H A D | egl.h | 48 EPOXY_PUBLIC bool epoxy_has_egl_extension(EGLDisplay dpy, const char *extension); 49 EPOXY_PUBLIC int epoxy_egl_version(EGLDisplay dpy); 50 EPOXY_PUBLIC bool epoxy_has_egl(void);
|
| H A D | gl.h | 91 EPOXY_PUBLIC bool epoxy_has_gl_extension(const char *extension); 92 EPOXY_PUBLIC bool epoxy_is_desktop_gl(void); 93 EPOXY_PUBLIC int epoxy_gl_version(void); 94 EPOXY_PUBLIC int epoxy_glsl_version(void); 107 EPOXY_PUBLIC epoxy_resolver_failure_handler_t
|
| H A D | glx.h | 51 EPOXY_PUBLIC bool epoxy_has_glx_extension(Display *dpy, int screen, const char *extension); 52 EPOXY_PUBLIC int epoxy_glx_version(Display *dpy, int screen); 53 EPOXY_PUBLIC bool epoxy_has_glx(Display *dpy);
|
| H A D | wgl.h | 56 EPOXY_PUBLIC bool epoxy_has_wgl_extension(HDC hdc, const char *extension); 57 EPOXY_PUBLIC void epoxy_handle_external_wglMakeCurrent(void);
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | gl_generated.h | 10126 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glAccum)(GLenum op, GLfloat value); 10128 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glAccumxOES)(GLenum op, GLfixed value); 10130 EPOXY_PUBLIC GLboolean (EPOXY_CALLSPEC *epoxy_glAcquireKeyedMutexWin32EXT)(GLuint memory, GLuint64 key, GLuint timeout); 10132 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glActiveProgramEXT)(GLuint program); 10134 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glActiveShaderProgram)(GLuint pipeline, GLuint program); 10136 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glActiveShaderProgramEXT)(GLuint pipeline, GLuint program); 10138 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glActiveStencilFaceEXT)(GLenum face); 10140 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glActiveTexture)(GLenum texture); 10142 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glActiveTextureARB)(GLenum texture); 10144 EPOXY_PUBLIC voi [all...] |
| H A D | glx_generated.h | 610 EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXBindChannelToWindowSGIX)(Display * display, int screen, int channel, Window window); 612 EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXBindHyperpipeSGIX)(Display * dpy, int hpId); 614 EPOXY_PUBLIC Bool (EPOXY_CALLSPEC *epoxy_glXBindSwapBarrierNV)(Display * dpy, GLuint group, GLuint barrier); 616 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXBindSwapBarrierSGIX)(Display * dpy, GLXDrawable drawable, int barrier); 618 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXBindTexImageEXT)(Display * dpy, GLXDrawable drawable, int buffer, const int * attrib_list); 620 EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXBindVideoCaptureDeviceNV)(Display * dpy, unsigned int video_capture_slot, GLXVideoCaptureDeviceNV device); 622 EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXBindVideoDeviceNV)(Display * dpy, unsigned int video_slot, unsigned int video_device, const int * attrib_list); 624 EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_glXBindVideoImageNV)(Display * dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer); 626 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glXBlitContextFramebufferAMD)(GLXContext dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); 628 EPOXY_PUBLIC in [all...] |
| H A D | egl_generated.h | 1002 EPOXY_PUBLIC EGLBoolean (EPOXY_CALLSPEC *epoxy_eglBindAPI)(EGLenum api); 1004 EPOXY_PUBLIC EGLBoolean (EPOXY_CALLSPEC *epoxy_eglBindTexImage)(EGLDisplay dpy, EGLSurface surface, EGLint buffer); 1006 EPOXY_PUBLIC EGLBoolean (EPOXY_CALLSPEC *epoxy_eglChooseConfig)(EGLDisplay dpy, const EGLint * attrib_list, EGLConfig * configs, EGLint config_size, EGLint * num_config); 1008 EPOXY_PUBLIC EGLBoolean (EPOXY_CALLSPEC *epoxy_eglClientSignalSyncEXT)(EGLDisplay dpy, EGLSync sync, const EGLAttrib * attrib_list); 1010 EPOXY_PUBLIC EGLint (EPOXY_CALLSPEC *epoxy_eglClientWaitSync)(EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout); 1012 EPOXY_PUBLIC EGLint (EPOXY_CALLSPEC *epoxy_eglClientWaitSyncKHR)(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout); 1014 EPOXY_PUBLIC EGLint (EPOXY_CALLSPEC *epoxy_eglClientWaitSyncNV)(EGLSyncNV sync, EGLint flags, EGLTimeNV timeout); 1016 EPOXY_PUBLIC EGLBoolean (EPOXY_CALLSPEC *epoxy_eglCompositorBindTexWindowEXT)(EGLint external_win_id); 1018 EPOXY_PUBLIC EGLBoolean (EPOXY_CALLSPEC *epoxy_eglCompositorSetContextAttributesEXT)(EGLint external_ref_id, const EGLint * context_attributes, EGLint num_entries); 1020 EPOXY_PUBLIC EGLBoolea [all...] |
| /xsrc/external/mit/libepoxy/include/ |
| H A D | config.h | 25 #define EPOXY_PUBLIC __attribute__((visibility("default"))) extern macro
|
| /xsrc/external/mit/libepoxy/dist/ |
| H A D | configure.ac | 200 AC_DEFINE([EPOXY_PUBLIC], 221 AC_DEFINE([EPOXY_PUBLIC],
|
Completed in 163 milliseconds