Searched defs:fail (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/libdrm/tests/
H A Dupdatedraw.c100 static int rm_drawable(int fd, int drawable, int fail) argument
110 if (!fail)
/hardware/intel/img/libdrm/libdrm/intel/
H A Dintel_bufmgr_fake.c142 unsigned fail:1; member in struct:_bufmgr_fake
607 * here will fail also:
759 bufmgr_fake->fail = 0;
975 bufmgr_fake->fail = 1;
1106 bufmgr_fake->fail = 1;
1360 if (bufmgr_fake->fail == 1) {
1364 bufmgr_fake->fail = 0;
1406 * This is a rough guess and likely to fail, as during the validate sequence we
1407 * may place a buffer in an inopportune spot early on and then fail to fit
1455 bufmgr_fake->fail
[all...]

Completed in 39 milliseconds