-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Hello,
gbm_gralloc is the only gralloc0 implementation not passing gralloc_order test,
the test case is described in the comment
gralloctest.c has not changed much, here is a recent version
@line 394
/*
* Duplicate the buffer handle to simulate an additional reference
* in same process.
*/
native_handle_t *native_handle = duplicate_buffer_handle(info.handle);
duplicate.handle = native_handle;
CHECK(unregister_buffer(ctx->module, &duplicate) == 0);
CHECK(register_buffer(ctx->module, &duplicate)); /* @line 402 here is the CHECK that is failing only with gbm_gralloc */
Metadata
Metadata
Assignees
Labels
No labels