Searched refs:mIsInFramebufferFetchMode (Results 1 – 2 of 2) sorted by relevance
752 bool isInFramebufferFetchMode() const { return mIsInFramebufferFetchMode; } in isInFramebufferFetchMode()1574 bool mIsInFramebufferFetchMode; variable
881 mIsInFramebufferFetchMode(false),5222 if (mIsInFramebufferFetchMode != hasFramebufferFetch) in invalidateProgramExecutableHelper()5225 mIsInFramebufferFetchMode); in invalidateProgramExecutableHelper()5567 drawFramebufferVk->switchToFramebufferFetchMode(this, mIsInFramebufferFetchMode); in syncState()8380 if (getFeatures().permanentlySwitchToFramebufferFetchMode.enabled && mIsInFramebufferFetchMode) in switchToFramebufferFetchMode()8385 ASSERT(mIsInFramebufferFetchMode != hasFramebufferFetch); in switchToFramebufferFetchMode()8386 mIsInFramebufferFetchMode = hasFramebufferFetch; in switchToFramebufferFetchMode()8399 getDrawFramebuffer()->switchToFramebufferFetchMode(this, mIsInFramebufferFetchMode); in switchToFramebufferFetchMode()