/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
D | LwjglCanvas.java | 78 private Pbuffer pbuffer; field in LwjglCanvas 328 if (pbuffer != null && pbuffer.isBufferLost()){ in makePbufferAvailable() 330 pbuffer.destroy(); in makePbufferAvailable() 331 pbuffer = null; in makePbufferAvailable() 334 if (pbuffer == null) { in makePbufferAvailable() 335 pbuffer = new Pbuffer(1, 1, acquirePixelFormat(true), null); in makePbufferAvailable() 336 pbuffer.makeCurrent(); in makePbufferAvailable() 345 pbuffer.makeCurrent(); in makePbufferAvailable() 346 if (!pbuffer.isCurrent()){ in makePbufferAvailable() 352 if (pbuffer != null){ in destroyPbuffer() [all …]
|
D | LwjglOffscreenBuffer.java | 51 private Pbuffer pbuffer; field in LwjglOffscreenBuffer 82 pbuffer = new Pbuffer(width, height, pixelFormat, null, null, createContextAttribs()); in initInThread() 83 pbuffer.makeCurrent(); in initInThread() 113 if (pbuffer.isBufferLost()){ in runLoop() 114 pbuffer.destroy(); in runLoop() 116 pbuffer = new Pbuffer(width, height, pixelFormat, null); in runLoop() 117 pbuffer.makeCurrent(); in runLoop() 139 pbuffer.destroy(); in deinitInThread()
|
/external/mesa3d/src/glx/apple/ |
D | apple_glx_pbuffer.c | 74 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; in pbuffer_make_current() 99 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; in pbuffer_destroy() 154 pbuf = &d->types.pbuffer; in apple_glx_pbuffer_create() 271 pbuf = &d->types.pbuffer; in apple_glx_pbuffer_query() 324 d->types.pbuffer.event_mask = mask; in apple_glx_pbuffer_set_event_mask() 341 *mask = d->types.pbuffer.event_mask; in apple_glx_pbuffer_get_event_mask()
|
D | apple_cgl.h | 72 GLint max_level, CGLPBufferObj * pbuffer); 74 CGLError(*destroy_pbuffer) (CGLPBufferObj pbuffer); 77 CGLPBufferObj pbuffer,
|
D | apple_glx_drawable.h | 109 struct apple_glx_pbuffer pbuffer; member
|
/external/deqp/android/cts/master/src/ |
D | egl-failures.txt | 580 dEQP-EGL.functional.query_surface.set_attribute.pbuffer.rgb565_depth_no_stencil 581 dEQP-EGL.functional.query_surface.set_attribute.pbuffer.rgb565_depth_stencil 582 dEQP-EGL.functional.query_surface.set_attribute.pbuffer.rgb565_no_depth_no_stencil 583 dEQP-EGL.functional.query_surface.set_attribute.pbuffer.rgb565_no_depth_stencil 584 dEQP-EGL.functional.query_surface.set_attribute.pbuffer.rgb888_depth_no_stencil 585 dEQP-EGL.functional.query_surface.set_attribute.pbuffer.rgb888_depth_stencil 586 dEQP-EGL.functional.query_surface.set_attribute.pbuffer.rgb888_no_depth_no_stencil 587 dEQP-EGL.functional.query_surface.set_attribute.pbuffer.rgb888_no_depth_stencil 588 dEQP-EGL.functional.query_surface.set_attribute.pbuffer.rgba4444_depth_no_stencil 589 dEQP-EGL.functional.query_surface.set_attribute.pbuffer.rgba4444_depth_stencil [all …]
|
/external/deqp/android/cts/master/ |
D | egl-master.txt | 98 dEQP-EGL.functional.create_surface.pbuffer.rgb565_no_depth_no_stencil 99 dEQP-EGL.functional.create_surface.pbuffer.rgb565_no_depth_stencil 100 dEQP-EGL.functional.create_surface.pbuffer.rgb565_depth_no_stencil 101 dEQP-EGL.functional.create_surface.pbuffer.rgb565_depth_stencil 102 dEQP-EGL.functional.create_surface.pbuffer.rgb888_no_depth_no_stencil 103 dEQP-EGL.functional.create_surface.pbuffer.rgb888_no_depth_stencil 104 dEQP-EGL.functional.create_surface.pbuffer.rgb888_depth_no_stencil 105 dEQP-EGL.functional.create_surface.pbuffer.rgb888_depth_stencil 106 dEQP-EGL.functional.create_surface.pbuffer.rgba4444_no_depth_no_stencil 107 dEQP-EGL.functional.create_surface.pbuffer.rgba4444_no_depth_stencil [all …]
|
/external/skia/src/utils/win/ |
D | SkWGL.h | 160 SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc);
|
D | SkWGL_win.cpp | 453 SkWGLPbufferContext::SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc) in SkWGLPbufferContext() argument 454 : fPbuffer(pbuffer) in SkWGLPbufferContext()
|
/external/mesa3d/include/GL/ |
D | glx.h | 377 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer); 378 extern Bool glXReleaseTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
|
D | glxext.h | 741 extern Bool glXAssociateDMPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbu… 743 typedef Bool ( * PFNGLXASSOCIATEDMPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuffer, DMparams …
|
/external/mesa3d/src/glx/ |
D | glx_pbuffer.c | 385 req->pbuffer = (GLXPbuffer) drawable; in protocolDestroyDrawable() 523 req->pbuffer = id; in CreatePbuffer() 602 req->pbuffer = (GLXPbuffer) drawable; in DestroyPbuffer()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | realglx.h | 277 _real_glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dm…
|
D | glxapi.c | 948 glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer) in glXAssociateDMPbufferSGIX() argument 954 return (t->AssociateDMPbufferSGIX)(dpy, pbuffer, params, dmbuffer); in glXAssociateDMPbufferSGIX()
|
D | fakeglx.c | 2774 Fake_glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmb… in Fake_glXAssociateDMPbufferSGIX() argument 2777 (void) pbuffer; in Fake_glXAssociateDMPbufferSGIX()
|
/external/pcre/dist/ |
D | pcretest.c | 1052 static pcre_uint8 *pbuffer = NULL; variable 1929 memcpy(new_pbuffer, pbuffer, buffer_size); in extend_inputline() 1937 free(pbuffer); in extend_inputline() 1940 pbuffer = new_pbuffer; in extend_inputline() 2318 pbuffer + cb->pattern_position); in callout() 3050 pbuffer = (pcre_uint8 *)malloc(buffer_size); in main() 3698 strcpy((char *)pbuffer, (char *)p); in main() 5687 free(pbuffer); in main()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 2571 glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, in glXAssociateDMPbufferSGIX() argument 2575 (void) pbuffer; in glXAssociateDMPbufferSGIX()
|