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

  /external/webkit/Source/WebCore/platform/graphics/gtk/
GraphicsContext3DInternal.h 24 typedef unsigned long GLXPbuffer;
43 GraphicsContext3DInternal(GLXContext, GLXPbuffer);
51 GLXPbuffer m_pbuffer;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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 );
364 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
365 extern Bool glXReleaseTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);

Completed in 83 milliseconds