Searched refs:pbuffer (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_cgl.h72 GLint max_level, CGLPBufferObj * pbuffer);
74 CGLError(*destroy_pbuffer) (CGLPBufferObj pbuffer);
77 CGLPBufferObj pbuffer,
H A Dapple_glx_pbuffer.c74 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer;
91 apple_glx_diagnostic("made pbuffer drawable 0x%lx current\n", d->drawable);
99 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer;
103 apple_glx_diagnostic("destroying pbuffer for drawable 0x%lx\n",
154 pbuf = &d->types.pbuffer;
271 pbuf = &d->types.pbuffer;
293 "unable to find the largest pbuffer!\n");
324 d->types.pbuffer.event_mask = mask;
341 *mask = d->types.pbuffer.event_mask;
H A Dapple_glx_drawable.h109 struct apple_glx_pbuffer pbuffer; member in union:apple_glx_drawable::__anon14280
198 /* Returns true if the pbuffer was invalid. */
201 /* Returns true if the pbuffer was valid and the attribute. */
/external/mesa3d/src/glx/apple/
H A Dapple_cgl.h72 GLint max_level, CGLPBufferObj * pbuffer);
74 CGLError(*destroy_pbuffer) (CGLPBufferObj pbuffer);
77 CGLPBufferObj pbuffer,
H A Dapple_glx_pbuffer.c74 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer;
91 apple_glx_diagnostic("made pbuffer drawable 0x%lx current\n", d->drawable);
99 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer;
103 apple_glx_diagnostic("destroying pbuffer for drawable 0x%lx\n",
154 pbuf = &d->types.pbuffer;
271 pbuf = &d->types.pbuffer;
293 "unable to find the largest pbuffer!\n");
324 d->types.pbuffer.event_mask = mask;
341 *mask = d->types.pbuffer.event_mask;
H A Dapple_glx_drawable.h109 struct apple_glx_pbuffer pbuffer; member in union:apple_glx_drawable::__anon27691
198 /* Returns true if the pbuffer was invalid. */
201 /* Returns true if the pbuffer was valid and the attribute. */
/external/chromium_org/third_party/skia/include/utils/
H A DSkWGL.h145 * Helper class for creating a pbuffer context and deleting all the handles when finished. This
146 * requires that a device context has been created. However, the pbuffer gets its own device
147 * context. The original device context can be released once the pbuffer context is created.
160 SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc);
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglx_pbuffer.c27 * Implementation of pbuffer related functions.
385 req->pbuffer = (GLXPbuffer) drawable;
392 * Create a non-pbuffer GLX drawable.
456 * Destroy a non-pbuffer GLX drawable.
475 * Create a pbuffer.
523 req->pbuffer = id;
571 * Destroy a pbuffer.
602 req->pbuffer = (GLXPbuffer) drawable;
627 * Create a new pbuffer.
642 * Create a new pbuffer
[all...]
/external/mesa3d/src/glx/
H A Dglx_pbuffer.c27 * Implementation of pbuffer related functions.
385 req->pbuffer = (GLXPbuffer) drawable;
392 * Create a non-pbuffer GLX drawable.
456 * Destroy a non-pbuffer GLX drawable.
475 * Create a pbuffer.
523 req->pbuffer = id;
571 * Destroy a pbuffer.
602 req->pbuffer = (GLXPbuffer) drawable;
627 * Create a new pbuffer.
642 * Create a new pbuffer
[all...]
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglx.h192 ** event - this helps initialization if the server supports the pbuffer
377 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
378 extern Bool glXReleaseTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
H A Dglxext.h741 extern Bool glXAssociateDMPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
743 typedef Bool ( * PFNGLXASSOCIATEDMPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp453 SkWGLPbufferContext::SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc) argument
454 : fPbuffer(pbuffer)
/external/mesa3d/include/GL/
H A Dglx.h192 ** event - this helps initialization if the server supports the pbuffer
377 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
378 extern Bool glXReleaseTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
H A Dglxext.h741 extern Bool glXAssociateDMPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
743 typedef Bool ( * PFNGLXASSOCIATEDMPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Drealglx.h277 _real_glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
H A Dglxapi.c948 glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer) argument
954 return (t->AssociateDMPbufferSGIX)(dpy, pbuffer, params, dmbuffer);
H A Dfakeglx.c2643 /* Generate GLXBadPbufferSGIX for bad pbuffer */
2774 Fake_glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer) argument
2777 (void) pbuffer;
/external/mesa3d/src/mesa/drivers/x11/
H A Drealglx.h277 _real_glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
H A Dglxapi.c948 glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer) argument
954 return (t->AssociateDMPbufferSGIX)(dpy, pbuffer, params, dmbuffer);
H A Dfakeglx.c2643 /* Generate GLXBadPbufferSGIX for bad pbuffer */
2774 Fake_glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer) argument
2777 (void) pbuffer;
/external/deqp/modules/egl/
H A DteglCreateContextExtTests.cpp1019 tcu::egl::PbufferSurface pbuffer(display, config, attribList);
1020 executeForConfig(display, config, pbuffer);
/external/pcre/dist/
H A Dpcretest.c1052 static pcre_uint8 *pbuffer = NULL; variable
1855 contents of pbuffer, which are a copy of the input for callouts, must be
1929 memcpy(new_pbuffer, pbuffer, buffer_size);
1937 free(pbuffer);
1940 pbuffer = new_pbuffer;
2318 pbuffer + cb->pattern_position);
3050 pbuffer = (pcre_uint8 *)malloc(buffer_size);
3698 strcpy((char *)pbuffer, (char *)p);
5687 free(pbuffer);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c2435 /* Generate GLXBadPbufferSGIX for bad pbuffer */
2571 glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, argument
2575 (void) pbuffer;
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c2435 /* Generate GLXBadPbufferSGIX for bad pbuffer */
2571 glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, argument
2575 (void) pbuffer;

Completed in 782 milliseconds