Home
last modified time | relevance | path

Searched refs:saved_ptrs (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_draw.c63 assert(fakexa->saved_ptrs[index] == NULL); in ephyrPreparePipelinedAccess()
64 fakexa->saved_ptrs[index] = pPix->devPrivate.ptr; in ephyrPreparePipelinedAccess()
84 pPix->devPrivate.ptr = fakexa->saved_ptrs[index]; in ephyrFinishPipelinedAccess()
85 fakexa->saved_ptrs[index] = NULL; in ephyrFinishPipelinedAccess()
H A Dephyr.h58 void *saved_ptrs[3]; member