Home
last modified time | relevance | path

Searched refs:EGL_LINUX_DRM_FOURCC_EXT (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DDmaBufImageSiblingEGL.cpp26 int fourCCFormat = mAttribs.getAsInt(EGL_LINUX_DRM_FOURCC_EXT); in DmaBufImageSiblingEGL()
82 EGL_LINUX_DRM_FOURCC_EXT, in getImageCreationAttributes()
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_image_dma_buf_import.txt66 EGL_LINUX_DRM_FOURCC_EXT 0x3271
125 * EGL_LINUX_DRM_FOURCC_EXT: The pixel format of the buffer, as specified
157 pixel_format specified for EGL_LINUX_DRM_FOURCC_EXT. For example, if
158 EGL_LINUX_DRM_FOURCC_EXT is set to DRM_FORMAT_NV12, the chroma plane
160 whereas if EGL_LINUX_DRM_FOURCC_EXT is DRM_FORMAT_NV21, the order is U,
162 from the pixel_format specified as EGL_LINUX_DRM_FOURCC_EXT. For example,
163 if EGL_LINUX_DRM_FOURCC_EXT is set to DRM_FORMAT_YUV410, the luma plane is
166 specified by EGL_DMA_BUF_PLANE2*, whereas if EGL_LINUX_DRM_FOURCC_EXT is
173 passed as the EGL_LINUX_DRM_FOURCC_EXT attribute or may fall-back to some
228 * If <target> is EGL_LINUX_DMA_BUF_EXT, and the EGL_LINUX_DRM_FOURCC_EXT
[all …]
/third_party/EGL/extensions/EXT/
DEGL_EXT_image_dma_buf_import.txt66 EGL_LINUX_DRM_FOURCC_EXT 0x3271
125 * EGL_LINUX_DRM_FOURCC_EXT: The pixel format of the buffer, as specified
157 pixel_format specified for EGL_LINUX_DRM_FOURCC_EXT. For example, if
158 EGL_LINUX_DRM_FOURCC_EXT is set to DRM_FORMAT_NV12, the chroma plane
160 whereas if EGL_LINUX_DRM_FOURCC_EXT is DRM_FORMAT_NV21, the order is U,
162 from the pixel_format specified as EGL_LINUX_DRM_FOURCC_EXT. For example,
163 if EGL_LINUX_DRM_FOURCC_EXT is set to DRM_FORMAT_YUV410, the luma plane is
166 specified by EGL_DMA_BUF_PLANE2*, whereas if EGL_LINUX_DRM_FOURCC_EXT is
173 passed as the EGL_LINUX_DRM_FOURCC_EXT attribute or may fall-back to some
228 * If <target> is EGL_LINUX_DMA_BUF_EXT, and the EGL_LINUX_DRM_FOURCC_EXT
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.c77 #ifndef EGL_LINUX_DRM_FOURCC_EXT
78 #define EGL_LINUX_DRM_FOURCC_EXT 0x3271 macro
551 attribs[atti++] = EGL_LINUX_DRM_FOURCC_EXT; in gst_egl_image_from_dmabuf()
833 attribs[atti++] = EGL_LINUX_DRM_FOURCC_EXT; in gst_egl_image_from_dmabuf_direct()
/third_party/weston/shared/
Dweston-egl-ext.h116 #define EGL_LINUX_DRM_FOURCC_EXT 0x3271 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
DDmaBufImageSiblingVkLinux.cpp326 int fourCCFormat = mAttribs.getAsInt(EGL_LINUX_DRM_FOURCC_EXT); in DmaBufImageSiblingVkLinux()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.cpp196 EGL_LINUX_DRM_FOURCC_EXT, UnsignedToSigned(mDRMFormat), in resize()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ozone/
DDisplayOzone.cpp201 EGL_LINUX_DRM_FOURCC_EXT, UnsignedToSigned(mDRMFormat), in resize()
/third_party/weston/clients/
Dsimple-dmabuf-egl.c260 attribs[atti++] = EGL_LINUX_DRM_FOURCC_EXT; in create_fbo_for_buffer()
Dsimple-dmabuf-egl-hos.c260 attribs[atti++] = EGL_LINUX_DRM_FOURCC_EXT; in create_fbo_for_buffer()
/third_party/skia/third_party/externals/egl-registry/api/EGL/
Deglext.h732 #define EGL_LINUX_DRM_FOURCC_EXT 0x3271 macro
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/
Deglext.h732 #define EGL_LINUX_DRM_FOURCC_EXT 0x3271 macro
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_egl.h1305 #define EGL_LINUX_DRM_FOURCC_EXT 0x3271 macro
/third_party/skia/third_party/externals/swiftshader/include/EGL/
Deglext.h732 #define EGL_LINUX_DRM_FOURCC_EXT 0x3271 macro
/third_party/skia/third_party/externals/angle2/include/EGL/
Deglext.h734 #define EGL_LINUX_DRM_FOURCC_EXT 0x3271 macro
/third_party/weston/libweston/renderer-gl/
Dgl-renderer.c1981 attribs[atti++] = EGL_LINUX_DRM_FOURCC_EXT; in import_simple_dmabuf()
3394 EGL_LINUX_DRM_FOURCC_EXT, DRM_FORMAT_ARGB8888, in gl_renderer_output_fbo_create()
/third_party/EGL/api/EGL/
Deglext.h769 #define EGL_LINUX_DRM_FOURCC_EXT 0x3271 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationEGL.cpp3224 case EGL_LINUX_DRM_FOURCC_EXT: in ValidateCreateImage()
3658 EGL_LINUX_DRM_FOURCC_EXT, in ValidateCreateImage()