Home
last modified time | relevance | path

Searched refs:getImageShm2 (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/dri/
Ddrisw.c141 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()
Dkopper.c788 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/
D20.0.1.rst71 - glx/drisw: add getImageShm2 path
D20.1.0.rst1344 - glx/drisw: add getImageShm2 path
/third_party/mesa3d/include/GL/internal/
Ddri_interface.h618 unsigned char (*getImageShm2)(__DRIdrawable *readable, member
/third_party/mesa3d/src/glx/
Ddrisw_glx.c357 .getImageShm2 = swrastGetImageShm2,