/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
apple_cgl.h | 72 GLint max_level, CGLPBufferObj * pbuffer); 74 CGLError(*destroy_pbuffer) (CGLPBufferObj pbuffer); 77 CGLPBufferObj pbuffer,
|
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;
|
apple_glx_drawable.h | 109 struct apple_glx_pbuffer pbuffer; member in union:apple_glx_drawable::__anon18905 198 /* Returns true if the pbuffer was invalid. */ 201 /* Returns true if the pbuffer was valid and the attribute. */
|
/external/mesa3d/src/glx/apple/ |
apple_cgl.h | 72 GLint max_level, CGLPBufferObj * pbuffer); 74 CGLError(*destroy_pbuffer) (CGLPBufferObj pbuffer); 77 CGLPBufferObj pbuffer,
|
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;
|
apple_glx_drawable.h | 109 struct apple_glx_pbuffer pbuffer; member in union:apple_glx_drawable::__anon7243 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/ |
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);
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
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/src/glx/ |
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/chromium_org/third_party/mesa/src/include/GL/ |
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);
|
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); [all...] |
/external/chromium_org/third_party/skia/src/utils/win/ |
SkWGL_win.cpp | 453 SkWGLPbufferContext::SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc) 454 : fPbuffer(pbuffer)
|
/external/mesa3d/include/GL/ |
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);
|
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); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
realglx.h | 277 _real_glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
|
glxapi.c | 948 glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer) 954 return (t->AssociateDMPbufferSGIX)(dpy, pbuffer, params, dmbuffer); [all...] |
fakeglx.c | [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
realglx.h | 277 _real_glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
|
glxapi.c | 948 glXAssociateDMPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer) 954 return (t->AssociateDMPbufferSGIX)(dpy, pbuffer, params, dmbuffer); [all...] |
fakeglx.c | [all...] |
/external/deqp/modules/egl/ |
teglCreateContextExtTests.cpp | 1011 tcu::ScopedLogSection section(m_testCtx.getLog(), ("EGLConfig ID: " + de::toString(configId) + " with PBuffer").c_str(), ("EGLConfig ID: " + de::toString(configId)).c_str()); 1019 tcu::egl::PbufferSurface pbuffer(display, config, attribList); 1020 executeForConfig(display, config, pbuffer); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | [all...] |