Searched refs:ScopedRestoreDrawFramebuffer (Results 1 – 1 of 1) sorted by relevance
45 class ScopedRestoreDrawFramebuffer : angle::NonCopyable class48 ScopedRestoreDrawFramebuffer(Context *context) in ScopedRestoreDrawFramebuffer() function in gl::__anon964a5bb40111::ScopedRestoreDrawFramebuffer54 ~ScopedRestoreDrawFramebuffer() { mContext->bindDrawFramebuffer(mSavedFramebuffer->id()); } in ~ScopedRestoreDrawFramebuffer()717 ScopedRestoreDrawFramebuffer ScopedRestoreDrawFramebuffer(context); in onBegin() local