Home | History | Annotate | Download | only in lvpp

Lines Matching refs:anw

380 void NativeWindowRenderer::queueInternalBuffer(ANativeWindow *anw,
384 native_window_set_buffers_timestamp(anw, timeUs * 1000);
385 status_t err = anw->queueBuffer(anw, buffer->graphicBuffer().get(), -1);
395 void NativeWindowRenderer::queueExternalBuffer(ANativeWindow* anw,
397 native_window_set_buffers_geometry(anw, width, height,
399 native_window_set_usage(anw, GRALLOC_USAGE_SW_WRITE_OFTEN);
402 CHECK(NO_ERROR == native_window_dequeue_buffer_and_wait(anw, &anb));
411 CHECK(NO_ERROR == anw->queueBuffer(anw, buf->getNativeBuffer(), -1));