HomeSort by relevance Sort by last modified time
    Searched refs:GLXPbuffer (Results 1 - 6 of 6) 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;
GraphicsContext3DInternal.cpp 144 GLXPbuffer pbuffer = glXCreatePbuffer(sharedDisplay(), configs[0], pbufferAttributes);
195 GraphicsContext3DInternal::GraphicsContext3DInternal(GLXContext context, GLXPbuffer pbuffer)
  /development/tools/emulator/opengl/host/libs/Translator/include/EGL/
eglinternalplatform.h 61 typedef GLXPbuffer EGLNativePbufferType;
  /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);
glxext.h 430 extern GLXPbuffer glXCreatePbuffer (Display *, GLXFBConfig, const int *);
431 extern void glXDestroyPbuffer (Display *, GLXPbuffer);
449 typedef GLXPbuffer ( * PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
450 typedef void ( * PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 232 GLXPbuffer pb = glXCreatePbuffer(dpy,cfg->nativeConfig(),attribs);

Completed in 3241 milliseconds