Home
last modified time | relevance | path

Searched refs:lockAsync_ycbcr (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/include/Android/hardware/
Dgralloc.h43 int (*lockAsync_ycbcr)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, member
/external/minigbm/cros_gralloc/gralloc0/tests/
Dgralloctest.c249 ret = module->lockAsync_ycbcr(module, info->handle, info->usage, 0, 0, (info->w) / 2, in lock_async_ycbcr()
366 CHECK(ctx->module->lockAsync_ycbcr); in test_api()
372 CHECK(ctx->module->lockAsync_ycbcr == NULL); in test_api()
377 CHECK(ctx->module->lockAsync_ycbcr == NULL); in test_api()
/external/mesa3d/include/android_stub/hardware/
Dgralloc.h312 int (*lockAsync_ycbcr)(struct gralloc_module_t const* module, member
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc419 return module->lockAsync_ycbcr(module, handle, usage, l, t, w, h, ycbcr, -1); in gralloc0_lock_ycbcr()
575 .lockAsync_ycbcr = gralloc0_lock_async_ycbcr,