Searched refs:bindRead (Results 1 – 1 of 1) sorted by relevance
3701 EmulatedEglWindowSurfacePtr bindDraw, bindRead; in bindContext() local3705 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()