Searched refs:EGL_LINUX_DMA_BUF_EXT (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/ |
H A D | DisplayVkLinux.cpp | 28 case EGL_LINUX_DMA_BUF_EXT: in createExternalImageSibling()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | DisplayEGL.cpp | 1010 case EGL_LINUX_DMA_BUF_EXT: in validateImageClientBuffer() 1025 case EGL_LINUX_DMA_BUF_EXT: in createExternalImageSibling()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
H A D | DisplayGbm.cpp | 204 mImage = mDisplay->getFunctionsEGL()->createImageKHR(EGL_NO_CONTEXT, EGL_LINUX_DMA_BUF_EXT, in resize()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | utilities.cpp | 1276 case EGL_LINUX_DMA_BUF_EXT: in IsExternalImageTarget()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationEGL.cpp | 3215 if (target != EGL_LINUX_DMA_BUF_EXT) in ValidateCreateImage() 3219 "Parameter cannot be used if target is not EGL_LINUX_DMA_BUF_EXT"); in ValidateCreateImage() 3636 case EGL_LINUX_DMA_BUF_EXT: in ValidateCreateImage() 3668 "EGL_LINUX_DMA_BUF_EXT.", in ValidateCreateImage()
|
/third_party/EGL/api/EGL/ |
H A D | eglext.h | 768 #define EGL_LINUX_DMA_BUF_EXT 0x3270 macro
|
/third_party/mesa3d/include/EGL/ |
H A D | eglext.h | 767 #define EGL_LINUX_DMA_BUF_EXT 0x3270 macro
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | eglext.h | 731 #define EGL_LINUX_DMA_BUF_EXT 0x3270 macro
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | eglext.h | 731 #define EGL_LINUX_DMA_BUF_EXT 0x3270 macro
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | eglext.h | 733 #define EGL_LINUX_DMA_BUF_EXT 0x3270 macro
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglapi.c | 1755 /* "If <target> is EGL_LINUX_DMA_BUF_EXT, <dpy> must be a valid display, in _eglCreateImageCommon() 1758 if (ctx != EGL_NO_CONTEXT && target == EGL_LINUX_DMA_BUF_EXT) in _eglCreateImageCommon()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 2575 * "* If <target> is EGL_LINUX_DMA_BUF_EXT, and the list of attributes is in dri2_check_dma_buf_attribs() 2585 * "If <target> is EGL_LINUX_DMA_BUF_EXT and one or more of the values in dri2_check_dma_buf_attribs() 2596 * If <target> is EGL_LINUX_DMA_BUF_EXT, both or neither of the following in dri2_check_dma_buf_attribs() 2750 * "* If <target> is EGL_LINUX_DMA_BUF_EXT, and the list of attributes is in dri2_check_dma_buf_format() 2765 * "If <target> is EGL_LINUX_DMA_BUF_EXT, and the EGL_LINUX_DRM_FOURCC_EXT in dri2_check_dma_buf_format() 2845 * "If eglCreateImageKHR is successful for a EGL_LINUX_DMA_BUF_EXT target, the 2871 * ""* If <target> is EGL_LINUX_DMA_BUF_EXT and <buffer> is not NULL, the in dri2_create_image_dma_buf() 3183 case EGL_LINUX_DMA_BUF_EXT: in dri2_create_image_khr()
|
Completed in 39 milliseconds