Home
last modified time | relevance | path

Searched refs:EGL_YUV_NARROW_RANGE_EXT (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.c190 #ifndef EGL_YUV_NARROW_RANGE_EXT
191 #define EGL_YUV_NARROW_RANGE_EXT 0x3283 macro
976 range = EGL_YUV_NARROW_RANGE_EXT; in gst_egl_image_from_dmabuf_direct_target()
/third_party/mesa3d/src/egl/main/
Deglimage.c185 if (val != EGL_YUV_FULL_RANGE_EXT && val != EGL_YUV_NARROW_RANGE_EXT) in _eglParseEXTImageDmaBufImportAttribs()
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_image_dma_buf_import.txt90 EGL_YUV_NARROW_RANGE_EXT 0x3283
211 (0-256) & EGL_YUV_NARROW_RANGE_EXT (16-235).
244 EGL_YUV_NARROW_RANGE_EXT, EGL_BAD_ATTRIBUTE is generated.
/third_party/EGL/extensions/EXT/
DEGL_EXT_image_dma_buf_import.txt90 EGL_YUV_NARROW_RANGE_EXT 0x3283
211 (0-256) & EGL_YUV_NARROW_RANGE_EXT (16-235).
244 EGL_YUV_NARROW_RANGE_EXT, EGL_BAD_ATTRIBUTE is generated.
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c245 .sample_range = EGL_YUV_NARROW_RANGE_EXT, in get_yuv_buffer_info()
345 .sample_range = EGL_YUV_NARROW_RANGE_EXT, in native_window_buffer_get_buffer_info()
396 .sample_range = EGL_YUV_NARROW_RANGE_EXT, in cros_get_buffer_info()
Dplatform_ohos.c155 .sample_range = EGL_YUV_NARROW_RANGE_EXT, in native_window_buffer_get_buffer_info()
/third_party/skia/third_party/externals/egl-registry/api/EGL/
Deglext.h750 #define EGL_YUV_NARROW_RANGE_EXT 0x3283 macro
/third_party/skia/third_party/externals/swiftshader/include/EGL/
Deglext.h750 #define EGL_YUV_NARROW_RANGE_EXT 0x3283 macro
/third_party/skia/third_party/externals/angle2/include/EGL/
Deglext.h752 #define EGL_YUV_NARROW_RANGE_EXT 0x3283 macro
/third_party/mesa3d/include/EGL/
Deglext.h786 #define EGL_YUV_NARROW_RANGE_EXT 0x3283 macro
/third_party/EGL/api/EGL/
Deglext.h787 #define EGL_YUV_NARROW_RANGE_EXT 0x3283 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationEGL.cpp3278 case EGL_YUV_NARROW_RANGE_EXT: in ValidateCreateImage()