Searched refs:pbuffer (Results 1 - 15 of 15) 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::__anon15019
198 /* Returns true if the pbuffer was invalid. */
201 /* Returns true if the pbuffer was valid and the attribute. */
/external/ltp/testcases/kernel/security/tomoyo/
H A Dtomoyo_new_file_test.c97 char pbuffer[1024]; local
245 memset(pbuffer, 0, sizeof(pbuffer));
249 snprintf(pbuffer, sizeof(pbuffer) - 1, "allow_write %s", filename);
250 policy = pbuffer;
/external/skia/src/utils/win/
H A DSkWGL.h140 * Helper class for creating a pbuffer context and deleting all the handles when finished. This
141 * requires that a device context has been created. However, the pbuffer gets its own device
142 * context. The original device context can be released once the pbuffer context is created.
155 SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc);
H A DSkWGL_win.cpp472 SkWGLPbufferContext::SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc) argument
473 : fPbuffer(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/pcre/dist2/src/
H A Dpcre2test.c2962 and the contents of pbuffer, which are a copy of the input for callouts, must
4108 PCRE2_GET_ERROR_MESSAGE(len, jitrc, pbuffer);
4109 PCHARSV(CASTVAR(void *, pbuffer), 0, len, FALSE, outfile);
4130 PCRE2_GET_ERROR_MESSAGE(len, errorcode, pbuffer);
4131 PCHARSV(CASTVAR(void *, pbuffer), 0, len, FALSE, outfile);
4160 PCRE2_GET_ERROR_MESSAGE(rc, rc, pbuffer);
4161 PCHARSV(CASTVAR(void *, pbuffer), 0, rc, FALSE, outfile);
4905 /* The pattern is now in pbuffer[8|16|32], with the length in patlen. By
4935 PCRE2_COMPILE(compiled_code, pbuffer, patlen,
4949 PCRE2_COMPILE(compiled_code, pbuffer, patle
[all...]
/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/swiftshader/include/GL/
H A Dglxext.h642 typedef Bool ( *PFNGLXASSOCIATEDMPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuffer, DMparams *params, DMbuffer dmbuffer);
644 Bool glXAssociateDMPbufferSGIX (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;

Completed in 1182 milliseconds