Home
last modified time | relevance | path

Searched refs:EXT_image_dma_buf_import (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/egl/main/
Degldisplay.h108 EGLBoolean EXT_image_dma_buf_import; member
Deglimage.c126 if (!disp->Extensions.EXT_image_dma_buf_import) in _eglParseEXTImageDmaBufImportAttribs()
Deglapi.c501 _EGL_CHECK_EXTENSION(EXT_image_dma_buf_import); in _eglCreateExtensionsString()
/third_party/mesa3d/docs/relnotes/
D10.2.7.rst162 - egl_dri2: fix EXT_image_dma_buf_import fds
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_image_dma_buf_import.txt3 EXT_image_dma_buf_import
/third_party/EGL/extensions/EXT/
DEGL_EXT_image_dma_buf_import.txt3 EXT_image_dma_buf_import
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1009 disp->Extensions.EXT_image_dma_buf_import = EGL_TRUE; in dri2_setup_screen()