Searched refs:lock_ycbcr (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/ |
H A D | gralloc.h | 39 int (*lock_ycbcr)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, member
|
/third_party/mesa3d/include/android_stub/hardware/ |
H A D | gralloc.h | 45 * Add support for flexible YCbCr format with (*lock_ycbcr)() method. 208 * and return -EINVAL. These buffers must be locked with (*lock_ycbcr)() 248 * The (*lock_ycbcr)() method is like the (*lock)() method, with the 267 int (*lock_ycbcr)(struct gralloc_module_t const* module, member 302 * The (*lockAsync_ycbcr)() method is like the (*lock_ycbcr)()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_android.c | 207 if (!dri2_dpy->gralloc->lock_ycbcr) { 208 _eglLog(_EGL_WARNING, "Gralloc does not support lock_ycbcr"); 213 ret = dri2_dpy->gralloc->lock_ycbcr(dri2_dpy->gralloc, buf->handle, 221 _eglLog(_EGL_WARNING, "gralloc->lock_ycbcr failed: %d", ret); 250 /* When lock_ycbcr's usage argument contains no SW_READ/WRITE flags 306 * by lock_ycbcr failing.
|
Completed in 6 milliseconds