Searched refs:switchToColorFramebufferFetchMode (Results 1 – 5 of 5) sorted by relevance
121 ANGLE_TRY(contextVk->switchToColorFramebufferFetchMode(true)); in getResult()
131 void switchToColorFramebufferFetchMode(ContextVk *contextVk, bool hasColorFramebufferFetch);
5524 ANGLE_TRY(switchToColorFramebufferFetchMode(hasColorFramebufferFetch)); in invalidateProgramExecutableHelper()5877 drawFramebufferVk->switchToColorFramebufferFetchMode( in syncState()9078 angle::Result ContextVk::switchToColorFramebufferFetchMode(bool hasColorFramebufferFetch) in switchToColorFramebufferFetchMode() function in rx::ContextVk9103 getDrawFramebuffer()->switchToColorFramebufferFetchMode(this, in switchToColorFramebufferFetchMode()
804 angle::Result switchToColorFramebufferFetchMode(bool hasColorFramebufferFetch);
3868 void FramebufferVk::switchToColorFramebufferFetchMode(ContextVk *contextVk, in switchToColorFramebufferFetchMode() function in rx::FramebufferVk