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

/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::__anon14449
198 /* Returns true if the pbuffer was invalid. */
201 /* Returns true if the pbuffer was valid and the attribute. */
/external/skia/src/utils/win/
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);
H A DSkWGL_win.cpp459 SkWGLPbufferContext::SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc) argument
460 : fPbuffer(pbuffer)
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
H A Davio.h436 * @param pbuffer pointer to a byte buffer
439 int avio_close_dyn_buf(AVIOContext *s, uint8_t **pbuffer);
/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/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/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/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;
2321 pbuffer + cb->pattern_position);
3053 pbuffer = (pcre_uint8 *)malloc(buffer_size);
3701 strcpy((char *)pbuffer, (char *)p);
5720 free(pbuffer);
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
H A Dglxext.h478 typedef Bool ( * PFNGLXASSOCIATEDMPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
/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;
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...

Completed in 276 milliseconds