HomeSort by relevance Sort by last modified time
    Searched refs:wndBuffer (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/driver/
rsdAllocation.cpp 471 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);
rsdAllocation.h 51 ANativeWindowBuffer *wndBuffer;
  /frameworks/support/renderscript/v8/rs_support/driver/
rsdAllocation.h 51 void *wndBuffer;

Completed in 274 milliseconds