Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DFrameBuffer.cpp3701 EmulatedEglWindowSurfacePtr bindDraw, bindRead; in bindContext() local
3704 bindDraw = tinfo->currDrawSurf; in bindContext()
3707 bindDraw = draw; in bindContext()
3711 if (bindDraw.get() != NULL && bindRead.get() != NULL) { in bindContext()
3712 if (bindDraw.get() != bindRead.get()) { in bindContext()
3713 bindDraw->bind(ctx, EmulatedEglWindowSurface::BIND_DRAW); in bindContext()
3716 bindDraw->bind(ctx, EmulatedEglWindowSurface::BIND_READDRAW); in bindContext()