Home
last modified time | relevance | path

Searched refs:bindRead (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/
DFrameBuffer.cpp3701 EmulatedEglWindowSurfacePtr bindDraw, bindRead; in bindContext() local
3705 bindRead = tinfo->currReadSurf; in bindContext()
3708 bindRead = read; in bindContext()
3711 if (bindDraw.get() != NULL && bindRead.get() != NULL) { in bindContext()
3712 if (bindDraw.get() != bindRead.get()) { in bindContext()
3714 bindRead->bind(ctx, EmulatedEglWindowSurface::BIND_READ); in bindContext()