Home
last modified time | relevance | path

Searched refs:lock_ycbcr (Results 1 – 5 of 5) sorted by relevance

/external/minigbm/cros_gralloc/gralloc0/tests/
Dgralloctest.c208 static int lock_ycbcr(struct gralloc_module_t *module, struct grallocinfo *info) in lock_ycbcr() function
212 ret = module->lock_ycbcr(module, info->handle, info->usage, 0, 0, (info->w) / 2, in lock_ycbcr()
355 CHECK(ctx->module->lock_ycbcr); in test_api()
361 CHECK(ctx->module->lock_ycbcr); in test_api()
370 CHECK(ctx->module->lock_ycbcr == NULL); in test_api()
515 CHECK(lock_ycbcr(ctx->module, &info)); in test_ycbcr()
526 CHECK(lock_ycbcr(ctx->module, &info) == 0); in test_ycbcr()
578 CHECK(lock_ycbcr(ctx->module, &info)); in test_yuv_info()
/external/swiftshader/include/Android/hardware/
Dgralloc.h39 int (*lock_ycbcr)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, member
/external/mesa3d/include/android_stub/hardware/
Dgralloc.h267 int (*lock_ycbcr)(struct gralloc_module_t const* module, member
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc471 .lock_ycbcr = gralloc0_lock_ycbcr,
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c202 if (!dri2_dpy->gralloc->lock_ycbcr) { in droid_create_image_from_prime_fds_yuv()
208 ret = dri2_dpy->gralloc->lock_ycbcr(dri2_dpy->gralloc, buf->handle, in droid_create_image_from_prime_fds_yuv()