Searched refs:wndBuffer (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/driver/
H A DrsdAllocation.cpp503 mapper.unlock(drv->wndBuffer->handle);
504 int32_t r = nw->queueBuffer(nw, drv->wndBuffer, -1);
651 int32_t r = native_window_dequeue_buffer_and_wait(nw, &drv->wndBuffer);
659 Rect bounds(drv->wndBuffer->width, drv->wndBuffer->height);
662 mapper.lock(drv->wndBuffer->handle,
666 alloc->mHal.drvState.lod[0].stride = drv->wndBuffer->stride * alloc->mHal.state.elementSizeBytes;
692 mapper.unlock(drv->wndBuffer->handle);
693 old->cancelBuffer(old, drv->wndBuffer, -1);
777 mapper.unlock(drv->wndBuffer
[all...]
H A DrsdAllocation.h81 ANativeWindowBuffer *wndBuffer; member in struct:DrvAllocation

Completed in 53 milliseconds