Searched refs:putImage (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.5.rst | 37 - drisw crashes on calling NULL putImage on EGL surfaceless platform 140 - egl: Implement getImage/putImage on pbuffer swrast.
|
D | 12.0.2.rst | 109 - swrast: fix incorrectly positioned putImage() in swrast driver
|
D | 20.0.0.rst | 54 - drisw crashes on calling NULL putImage on EGL surfaceless platform 2498 - egl: Implement getImage/putImage on pbuffer swrast.
|
D | 20.1.0.rst | 221 - drisw crashes on calling NULL putImage on EGL surfaceless platform 3218 - egl: Implement getImage/putImage on pbuffer swrast.
|
/third_party/mesa3d/src/glx/ |
D | drisw_glx.c | 347 .putImage = swrastPutImage, 366 .putImage = swrastPutImage,
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | drisw.c | 63 loader->putImage(dPriv, __DRI_SWRAST_IMAGE_OP_SWAP, in put_image()
|
/third_party/mesa3d/include/GL/internal/ |
D | dri_interface.h | 583 void (*putImage)(__DRIdrawable *drawable, int op, member
|
/third_party/mesa3d/src/gbm/backends/dri/ |
D | gbm_dri.c | 267 .putImage = swrast_put_image,
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11.c | 1199 .putImage = swrastPutImage,
|
D | platform_wayland.c | 2055 .putImage = dri2_wl_swrast_put_image,
|
D | egl_dri2.c | 287 .putImage = dri2_put_image,
|