Searched refs:getImageShm2 (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | drisw.c | 141 if (loader->base.version > 5 && loader->getImageShm2) in get_image_shm() 142 return loader->getImageShm2(dPriv, x, y, width, height, whandle.handle, dPriv->loaderPrivate); in get_image_shm()
|
D | kopper.c | 788 if (loader->base.version > 5 && loader->getImageShm2) in get_image_shm() 789 return loader->getImageShm2(dPriv, x, y, width, height, whandle.handle, dPriv->loaderPrivate); in get_image_shm()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.1.rst | 71 - glx/drisw: add getImageShm2 path
|
D | 20.1.0.rst | 1344 - glx/drisw: add getImageShm2 path
|
/third_party/mesa3d/include/GL/internal/ |
D | dri_interface.h | 618 unsigned char (*getImageShm2)(__DRIdrawable *readable, member
|
/third_party/mesa3d/src/glx/ |
D | drisw_glx.c | 357 .getImageShm2 = swrastGetImageShm2,
|