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

/frameworks/rs/driver/
H A DrsdAllocation.cpp471 int32_t r = native_window_dequeue_buffer_and_wait(nw, &drv->wndBuffer);
479 Rect bounds(drv->wndBuffer->width, drv->wndBuffer->height);
482 mapper.lock(drv->wndBuffer->handle,
487 drv->lod[0].stride = drv->wndBuffer->stride * alloc->mHal.state.elementSizeBytes;
508 mapper.unlock(drv->wndBuffer->handle);
509 old->queueBuffer(old, drv->wndBuffer, -1);
557 mapper.unlock(drv->wndBuffer->handle);
558 int32_t r = nw->queueBuffer(nw, drv->wndBuffer, -1);
H A DrsdAllocation.h51 ANativeWindowBuffer *wndBuffer; member in struct:DrvAllocation
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdAllocation.h51 void *wndBuffer; member in struct:DrvAllocation

Completed in 67 milliseconds