| /xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/ |
| H A D | Makefile.am | 6 driDrawable.c \ 10 driDrawable.h \ 17 driDrawable.c \ 21 driDrawable.h \ 36 driDrawable.c \ 37 driDrawable.h \
|
| H A D | Makefile.in | 78 am__libchromeXvMC_la_SOURCES_DIST = viaLowLevel.c driDrawable.c \ 79 viaXvMC.c xf86dri.c viaLowLevel.h driDrawable.h viaXvMCPriv.h \ 83 @XVMC_TRUE@ libchromeXvMC_la-driDrawable.lo \ 92 am__libchromeXvMCPro_la_SOURCES_DIST = viaLowLevelPro.c driDrawable.c \ 93 viaXvMC.c xf86dri.c viaLowLevel.h driDrawable.h viaXvMCPriv.h \ 97 @XVMC_TRUE@ libchromeXvMCPro_la-driDrawable.lo \ 273 @XVMC_TRUE@ driDrawable.c \ 277 @XVMC_TRUE@ driDrawable.h \ 285 @XVMC_TRUE@ driDrawable.c \ 289 @XVMC_TRUE@ driDrawable [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gbm/backends/dri/ |
| H A D | gbm_driint.h | 78 __DRIbuffer *(*get_buffers)(__DRIdrawable * driDrawable, 82 void (*flush_front_buffer)(__DRIdrawable * driDrawable, void *data); 83 __DRIbuffer *(*get_buffers_with_format)(__DRIdrawable * driDrawable, 87 int (*image_get_buffers)(__DRIdrawable *driDrawable, 93 void (*swrast_put_image2)(__DRIdrawable *driDrawable, 102 void (*swrast_get_image)(__DRIdrawable *driDrawable,
|
| H A D | gbm_dri.c | 71 dri_get_buffers(__DRIdrawable * driDrawable, argument 82 return dri->get_buffers(driDrawable, width, height, attachments, 87 dri_flush_front_buffer(__DRIdrawable * driDrawable, void *data) argument 93 dri->flush_front_buffer(driDrawable, surf->dri_private); 97 dri_get_buffers_with_format(__DRIdrawable * driDrawable, argument 109 dri->get_buffers_with_format(driDrawable, width, height, attachments, 114 image_get_buffers(__DRIdrawable *driDrawable, argument 127 return dri->image_get_buffers(driDrawable, format, stamp, 132 swrast_get_drawable_info(__DRIdrawable *driDrawable, argument 148 swrast_put_image2(__DRIdrawable *driDrawable, argument 168 swrast_put_image(__DRIdrawable * driDrawable,int op,int x,int y,int width,int height,char * data,void * loaderPrivate) argument 182 swrast_get_image(__DRIdrawable * driDrawable,int x,int y,int width,int height,char * data,void * loaderPrivate) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gbm/backends/dri/ |
| H A D | gbm_driint.h | 88 __DRIbuffer *(*get_buffers)(__DRIdrawable * driDrawable, 92 void (*flush_front_buffer)(__DRIdrawable * driDrawable, void *data); 93 __DRIbuffer *(*get_buffers_with_format)(__DRIdrawable * driDrawable, 97 int (*image_get_buffers)(__DRIdrawable *driDrawable, 103 void (*swrast_put_image2)(__DRIdrawable *driDrawable, 112 void (*swrast_get_image)(__DRIdrawable *driDrawable,
|
| H A D | gbm_dri.c | 94 dri_get_buffers(__DRIdrawable * driDrawable, argument 105 return dri->get_buffers(driDrawable, width, height, attachments, 110 dri_flush_front_buffer(__DRIdrawable * driDrawable, void *data) argument 116 dri->flush_front_buffer(driDrawable, surf->dri_private); 120 dri_get_buffers_with_format(__DRIdrawable * driDrawable, argument 132 dri->get_buffers_with_format(driDrawable, width, height, attachments, 149 image_get_buffers(__DRIdrawable *driDrawable, argument 162 return dri->image_get_buffers(driDrawable, format, stamp, 167 swrast_get_drawable_info(__DRIdrawable *driDrawable, argument 183 swrast_put_image2(__DRIdrawable *driDrawable, argument 203 swrast_put_image(__DRIdrawable * driDrawable,int op,int x,int y,int width,int height,char * data,void * loaderPrivate) argument 217 swrast_get_image(__DRIdrawable * driDrawable,int x,int y,int width,int height,char * data,void * loaderPrivate) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | drisw_priv.h | 67 __DRIdrawable *driDrawable; member in struct:drisw_drawable
|
| H A D | dri2_glx.c | 83 __DRIdrawable *driDrawable; member in struct:dri2_drawable 145 dri_draw = pdraw->driDrawable; 150 dri_read = pread->driDrawable; 356 (*psc->core->destroyDrawable) (pdraw->driDrawable); 417 pdraw->driDrawable = 421 if (!pdraw->driDrawable) { 428 (*psc->core->destroyDrawable) (pdraw->driDrawable); 548 psc->throttle->throttle(ctx, draw->driDrawable, reason); 566 psc->f->flush_with_flags(ctx, draw->driDrawable, flags, throttle_reason); 572 psc->f->flush(draw->driDrawable); 677 dri2FlushFrontBuffer(__DRIdrawable * driDrawable,void * loaderPrivate) argument 876 dri2GetBuffers(__DRIdrawable * driDrawable,int * width,int * height,unsigned int * attachments,int count,int * out_count,void * loaderPrivate) argument 899 dri2GetBuffersWithFormat(__DRIdrawable * driDrawable,int * width,int * height,unsigned int * attachments,int count,int * out_count,void * loaderPrivate) argument [all...] |
| H A D | dri_glx.c | 90 __DRIdrawable *driDrawable; member in struct:dri_drawable 637 pdraw->driDrawable, pread->driDrawable)) 733 (*psc->core->destroyDrawable) (pdp->driDrawable); 767 pdp->driDrawable = 774 if (!pdp->driDrawable) { 796 (*psc->core->swapBuffers) (pdp->driDrawable); 811 (*psc->driCopySubBuffer->copySubBuffer) (pdp->driDrawable, 838 psc->swapControl->setSwapInterval(pdp->driDrawable, interval); 854 return psc->swapControl->getSwapInterval(pdp->driDrawable); [all...] |
| H A D | drisw_glx.c | 425 pdraw ? pdraw->driDrawable : NULL, 426 pread ? pread->driDrawable : NULL)) 465 pdraw->driDrawable); 470 pdraw->driDrawable); 495 pdraw->driDrawable); 678 (*psc->core->destroyDrawable) (pdp->driDrawable); 709 pdp->driDrawable = 712 if (!pdp->driDrawable) { 739 (*psc->core->swapBuffers) (pdp->driDrawable); 755 (*psc->copySubBuffer->copySubBuffer) (pdp->driDrawable, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | drisw_priv.h | 65 __DRIdrawable *driDrawable; member in struct:drisw_drawable
|
| H A D | dri2_glx.c | 83 __DRIdrawable *driDrawable; member in struct:dri2_drawable 145 dri_draw = pdraw->driDrawable; 150 dri_read = pread->driDrawable; 295 (*psc->core->destroyDrawable) (pdraw->driDrawable); 356 pdraw->driDrawable = 360 if (!pdraw->driDrawable) { 367 (*psc->core->destroyDrawable) (pdraw->driDrawable); 487 psc->throttle->throttle(ctx, draw->driDrawable, reason); 505 psc->f->flush_with_flags(ctx, draw->driDrawable, flags, throttle_reason); 511 psc->f->flush(draw->driDrawable); 616 dri2FlushFrontBuffer(__DRIdrawable * driDrawable,void * loaderPrivate) argument 816 dri2GetBuffers(__DRIdrawable * driDrawable,int * width,int * height,unsigned int * attachments,int count,int * out_count,void * loaderPrivate) argument 839 dri2GetBuffersWithFormat(__DRIdrawable * driDrawable,int * width,int * height,unsigned int * attachments,int count,int * out_count,void * loaderPrivate) argument [all...] |
| H A D | drisw_glx.c | 410 pdraw ? pdraw->driDrawable : NULL, 411 pread ? pread->driDrawable : NULL)) 458 pdraw->driDrawable); 463 pdraw->driDrawable); 486 pdraw->driDrawable); 600 (*psc->core->destroyDrawable) (pdp->driDrawable); 654 pdp->driDrawable = 657 if (!pdp->driDrawable) { 684 (*psc->core->swapBuffers) (pdp->driDrawable); 700 (*psc->copySubBuffer->copySubBuffer) (pdp->driDrawable, [all...] |
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glxdriswrast.c | 86 __DRIdrawable *driDrawable; member in struct:__GLXDRIdrawable 99 (*core->destroyDrawable)(private->driDrawable); 115 (*core->swapBuffers)(private->driDrawable); 129 (*copySubBuffer->copySubBuffer)(private->driDrawable, x, y, w, h); 152 draw->driDrawable, 153 read->driDrawable); 186 draw->driDrawable, 187 read->driDrawable); 209 drawable->driDrawable); 214 drawable->driDrawable); [all...] |
| H A D | glxdri2.c | 89 __DRIdrawable *driDrawable; member in struct:__GLXDRIdrawable 105 (*core->destroyDrawable)(private->driDrawable); 216 (*screen->flush->flush)(priv->driDrawable); 217 (*screen->flush->invalidate)(priv->driDrawable); 221 (*screen->flush->flushInvalidate)(priv->driDrawable); 262 draw->driDrawable, 263 read->driDrawable); 296 draw->driDrawable, 297 read->driDrawable); 331 drawable->driDrawable); 487 dri2GetBuffers(__DRIdrawable * driDrawable,int * width,int * height,unsigned int * attachments,int count,int * out_count,void * loaderPrivate) argument 531 dri2GetBuffersWithFormat(__DRIdrawable * driDrawable,int * width,int * height,unsigned int * attachments,int count,int * out_count,void * loaderPrivate) argument 575 dri2FlushFrontBuffer(__DRIdrawable * driDrawable,void * loaderPrivate) argument [all...] |
| H A D | glxdri.c | 101 __DRIdrawable *driDrawable; member in struct:__GLXDRIdrawable 234 (*screen->core->destroyDrawable)(private->driDrawable); 254 (*screen->core->swapBuffers)(private->driDrawable); 268 screen->swapControl->setSwapInterval(draw->driDrawable, interval); 283 screen->copySubBuffer->copySubBuffer(private->driDrawable, x, y, w, h); 313 draw->driDrawable, 314 read->driDrawable); 347 draw->driDrawable, 348 read->driDrawable); 728 private->driDrawable 745 getDrawableInfo(__DRIdrawable * driDrawable,unsigned int * index,unsigned int * stamp,int * x,int * y,int * width,int * height,int * numClipRects,drm_clip_rect_t ** ppClipRects,int * backX,int * backY,int * numBackClipRects,drm_clip_rect_t ** ppBackClipRects,void * data) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | glxdriswrast.c | 83 __DRIdrawable *driDrawable; member in struct:__GLXDRIdrawable 96 (*core->destroyDrawable) (private->driDrawable); 109 (*core->swapBuffers) (private->driDrawable); 123 (*copySubBuffer->copySubBuffer) (private->driDrawable, x, y, w, h); 146 draw->driDrawable, read->driDrawable); 185 glxPixmap->format, drawable->driDrawable); 190 glxPixmap->target, drawable->driDrawable); 276 private->driDrawable =
|
| H A D | glxdri2.c | 87 __DRIdrawable *driDrawable; member in struct:__GLXDRIdrawable 131 (*core->destroyDrawable) (private->driDrawable); 209 (*screen->flush->flush) (priv->driDrawable); 210 (*screen->flush->invalidate) (priv->driDrawable); 260 draw->driDrawable, read->driDrawable); 319 glxPixmap->format, drawable->driDrawable); 324 glxPixmap->target, drawable->driDrawable); 585 (*screen->flush->invalidate) (private->driDrawable); 631 private->driDrawable 639 dri2GetBuffers(__DRIdrawable * driDrawable,int * width,int * height,unsigned int * attachments,int count,int * out_count,void * loaderPrivate) argument 696 dri2GetBuffersWithFormat(__DRIdrawable * driDrawable,int * width,int * height,unsigned int * attachments,int count,int * out_count,void * loaderPrivate) argument 754 dri2FlushFrontBuffer(__DRIdrawable * driDrawable,void * loaderPrivate) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_sync.c | 114 __DRIdrawable *driDrawable = driContext->driDrawablePriv; local in function:brw_fence_insert_locked 140 if (driDrawable) 141 intel_resolve_for_dri2_flush(brw, driDrawable);
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | platform_drm.c | 306 dri2_drm_get_buffers_with_format(__DRIdrawable *driDrawable, argument 352 dri2_drm_get_buffers(__DRIdrawable * driDrawable, argument 373 dri2_drm_get_buffers_with_format(driDrawable, 384 dri2_drm_image_get_buffers(__DRIdrawable *driDrawable, argument 405 dri2_drm_flush_front_buffer(__DRIdrawable * driDrawable, void *loaderPrivate) argument 407 (void) driDrawable; 507 swrast_put_image2(__DRIdrawable *driDrawable, argument 558 swrast_get_image(__DRIdrawable *driDrawable, argument
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_device.c | 75 device_image_get_buffers(__DRIdrawable *driDrawable, argument 192 device_flush_front_buffer(__DRIdrawable *driDrawable, void *loaderPrivate) argument
|
| H A D | platform_drm.c | 317 dri2_drm_get_buffers_with_format(__DRIdrawable *driDrawable, argument 363 dri2_drm_get_buffers(__DRIdrawable * driDrawable, argument 384 dri2_drm_get_buffers_with_format(driDrawable, 395 dri2_drm_image_get_buffers(__DRIdrawable *driDrawable, argument 416 dri2_drm_flush_front_buffer(__DRIdrawable * driDrawable, void *loaderPrivate) argument 418 (void) driDrawable; 514 swrast_put_image2(__DRIdrawable *driDrawable, argument 565 swrast_get_image(__DRIdrawable *driDrawable, argument
|
| H A D | platform_surfaceless.c | 68 surfaceless_image_get_buffers(__DRIdrawable *driDrawable, argument 186 surfaceless_flush_front_buffer(__DRIdrawable *driDrawable, void *loaderPrivate) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_context.c | 110 __DRIdrawable *driDrawable = driContext->driDrawablePriv; local in function:intel_flush_front 115 driDrawable && 116 driDrawable->loaderPrivate) { 117 flushFront(screen)(driDrawable, driDrawable->loaderPrivate);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_context.c | 111 __DRIdrawable *driDrawable = driContext->driDrawablePriv; local in function:intel_flush_front 117 driDrawable && 118 driDrawable->loaderPrivate) { 119 flushFront(screen)(driDrawable, driDrawable->loaderPrivate);
|