Home
last modified time | relevance | path

Searched refs:pbuffer (Results 1 – 17 of 17) sorted by relevance

/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
DLwjglCanvas.java78 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 …]
DLwjglOffscreenBuffer.java51 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/
Dapple_glx_pbuffer.c74 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()
Dapple_cgl.h72 GLint max_level, CGLPBufferObj * pbuffer);
74 CGLError(*destroy_pbuffer) (CGLPBufferObj pbuffer);
77 CGLPBufferObj pbuffer,
Dapple_glx_drawable.h109 struct apple_glx_pbuffer pbuffer; member
/external/deqp/android/cts/master/src/
Degl-failures.txt580 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/
Degl-master.txt98 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/
DSkWGL.h160 SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc);
DSkWGL_win.cpp453 SkWGLPbufferContext::SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc) in SkWGLPbufferContext() argument
454 : fPbuffer(pbuffer) in SkWGLPbufferContext()
/external/mesa3d/include/GL/
Dglx.h377 extern Bool glXBindTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
378 extern Bool glXReleaseTexImageARB(Display *dpy, GLXPbuffer pbuffer, int buffer);
Dglxext.h741 extern Bool glXAssociateDMPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbu…
743 typedef Bool ( * PFNGLXASSOCIATEDMPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuffer, DMparams …
/external/mesa3d/src/glx/
Dglx_pbuffer.c385 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/
Drealglx.h277 _real_glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dm…
Dglxapi.c948 glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer) in glXAssociateDMPbufferSGIX() argument
954 return (t->AssociateDMPbufferSGIX)(dpy, pbuffer, params, dmbuffer); in glXAssociateDMPbufferSGIX()
Dfakeglx.c2774 Fake_glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmb… in Fake_glXAssociateDMPbufferSGIX() argument
2777 (void) pbuffer; in Fake_glXAssociateDMPbufferSGIX()
/external/pcre/dist/
Dpcretest.c1052 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/
Dglx_api.c2571 glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, in glXAssociateDMPbufferSGIX() argument
2575 (void) pbuffer; in glXAssociateDMPbufferSGIX()