/external/mesa3d/src/glx/apple/ |
H A D | apple_cgl.h | 72 GLint max_level, CGLPBufferObj * pbuffer); 74 CGLError(*destroy_pbuffer) (CGLPBufferObj pbuffer); 77 CGLPBufferObj pbuffer,
|
H A D | apple_glx_pbuffer.c | 74 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 D | apple_glx_drawable.h | 109 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 D | SkWGL.h | 145 * 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 D | SkWGL_win.cpp | 459 SkWGLPbufferContext::SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc) argument 460 : fPbuffer(pbuffer)
|
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/ |
H A D | avio.h | 436 * @param pbuffer pointer to a byte buffer 439 int avio_close_dyn_buf(AVIOContext *s, uint8_t **pbuffer);
|
/external/mesa3d/src/glx/ |
H A D | glx_pbuffer.c | 27 * 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 D | glx.h | 192 ** 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 D | glxext.h | 741 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 D | realglx.h | 277 _real_glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
|
H A D | glxapi.c | 948 glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer) argument 954 return (t->AssociateDMPbufferSGIX)(dpy, pbuffer, params, dmbuffer);
|
H A D | fakeglx.c | 2643 /* 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 D | pcretest.c | 1052 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 D | glxext.h | 478 typedef Bool ( * PFNGLXASSOCIATEDMPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
H A D | glx_api.c | 2435 /* Generate GLXBadPbufferSGIX for bad pbuffer */ 2571 glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, argument 2575 (void) pbuffer;
|
/external/libgdx/backends/gdx-backend-lwjgl3/libs/ |
H A D | lwjgl.jar | META-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ... |