HomeSort by relevance Sort by last modified time
    Searched refs:GLXPbuffer (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/glx/apple/
apple_glx_drawable.h 71 GLXPbuffer xid; /* our pixmap */
196 GLXPbuffer * pbuf);
199 bool apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf);
205 /* Returns true if the GLXDrawable is a valid GLXPbuffer, and the mask is set. */
208 /* Returns true if the GLXDrawable is a valid GLXPbuffer, and the *mask is set. */
apple_glx_pbuffer.c 112 apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf)
122 GLXPbuffer * result)
261 apple_glx_pbuffer_query(GLXPbuffer p, int attr, unsigned int *value)
  /external/mesa3d/include/GL/
glx.h 173 typedef XID GLXPbuffer;
264 extern GLXPbuffer glXCreatePbuffer( Display *dpy, GLXFBConfig config,
267 extern void glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf );
299 typedef GLXPbuffer (* PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
300 typedef void (* PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
364 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
365 extern Bool glXReleaseTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
glxext.h 55 typedef XID GLXPbuffer;
120 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
121 typedef void ( *PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
138 GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
139 void glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf);
609 typedef int ( *PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
610 typedef int ( *PFNGLXRELEASEVIDEOIMAGENVPROC) (Display *dpy, GLXPbuffer pbuf);
611 typedef int ( *PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock);
616 int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
617 int glXReleaseVideoImageNV (Display *dpy, GLXPbuffer pbuf)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glx.h 186 typedef XID GLXPbuffer;
267 extern GLXPbuffer glXCreatePbuffer( Display *dpy, GLXFBConfig config,
270 extern void glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf );
302 typedef GLXPbuffer (* PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
303 typedef void (* PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
383 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
384 extern Bool glXReleaseTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
glxext.h 488 extern GLXPbuffer glXCreatePbuffer (Display *, GLXFBConfig, const int *);
489 extern void glXDestroyPbuffer (Display *, GLXPbuffer);
507 typedef GLXPbuffer ( * PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
508 typedef void ( * PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glx.h 186 typedef XID GLXPbuffer;
277 extern GLXPbuffer glXCreatePbuffer( Display *dpy, GLXFBConfig config,
280 extern void glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf );
312 typedef GLXPbuffer (* PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
313 typedef void (* PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
377 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
378 extern Bool glXReleaseTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
glxext.h 532 extern GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
533 extern void glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf);
551 typedef GLXPbuffer ( * PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
552 typedef void ( * PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
    [all...]
  /external/mesa3d/src/glx/
glx_pbuffer.c 435 req->pbuffer = (GLXPbuffer) drawable;
655 req->pbuffer = (GLXPbuffer) drawable;
697 _GLX_PUBLIC GLXPbuffer
702 GLXPbuffer result;
763 return (GLXPbuffer) CreatePbuffer(dpy, (struct glx_config *) config,
773 glXDestroyPbuffer(Display * dpy, GLXPbuffer pbuf)
g_glxglvnddispatchfuncs.c 217 static GLXPbuffer dispatch_CreateGLXPbufferSGIX(Display *dpy,
225 GLXPbuffer ret;
280 static void dispatch_DestroyGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf)
459 static void dispatch_QueryGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf,
  /external/swiftshader/include/GL/
glxext.h 55 typedef XID GLXPbuffer;
120 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
121 typedef void ( *PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
138 GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
139 void glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf);
545 typedef int ( *PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
546 typedef int ( *PFNGLXRELEASEVIDEOIMAGENVPROC) (Display *dpy, GLXPbuffer pbuf);
547 typedef int ( *PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock);
552 int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
553 int glXReleaseVideoImageNV (Display *dpy, GLXPbuffer pbuf)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glxext.h 55 typedef XID GLXPbuffer;
120 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
121 typedef void ( *PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
138 GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
139 void glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf);
599 typedef int ( *PFNGLXBINDVIDEOIMAGENVPROC) (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
600 typedef int ( *PFNGLXRELEASEVIDEOIMAGENVPROC) (Display *dpy, GLXPbuffer pbuf);
601 typedef int ( *PFNGLXSENDPBUFFERTOVIDEONVPROC) (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock);
606 int glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer);
607 int glXReleaseVideoImageNV (Display *dpy, GLXPbuffer pbuf)
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 93 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList);
96 void (*DestroyPbuffer)(Display *dpy, GLXPbuffer pbuf);
fakeglx.c     [all...]
glxapi.c 417 GLXPbuffer PUBLIC
451 glXDestroyPbuffer(Display *dpy, GLXPbuffer pbuf)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]

Completed in 967 milliseconds