Home | History | Annotate | Download | only in DisplayHardware

Lines Matching defs:dequeueBuffer

151         // dequeueBuffer().
182 // in a GLES configuration, if the sink disappears then dequeueBuffer
286 status_t VirtualDisplaySurface::dequeueBuffer(Source source,
292 status_t result = mSource[source]->dequeueBuffer(sslot, fence, async,
297 VDS_LOGV("dequeueBuffer(%s): sslot=%d pslot=%d result=%d",
322 VDS_LOGV("dequeueBuffer(%s): buffers[%d]=%p fmt=%d usage=%#x",
331 status_t VirtualDisplaySurface::dequeueBuffer(int* pslot, sp<Fence>* fence, bool async,
334 return mSource[SOURCE_SINK]->dequeueBuffer(pslot, fence, async, w, h, format, usage);
337 "Unexpected dequeueBuffer() in %s state", dbgStateStr());
340 VDS_LOGW_IF(!async, "EGL called dequeueBuffer with !async despite eglSwapInterval(0)");
341 VDS_LOGV("dequeueBuffer %dx%d fmt=%d usage=%#x", w, h, format, usage);
350 // in a GLES configuration, if the sink disappears then dequeueBuffer
354 VDS_LOGE("dequeueBuffer: no buffer, bailing out");
370 VDS_LOGV("dequeueBuffer: dequeueing new output buffer: "
389 result = dequeueBuffer(source, format, usage, &sslot, fence);
548 status_t result = dequeueBuffer(SOURCE_SINK, mOutputFormat, mOutputUsage,