Searched refs:fbRead (Results 1 – 2 of 2) sorted by relevance
462 stw_make_current(struct stw_framebuffer *fb, struct stw_framebuffer *fbRead, struct stw_context *ct… in stw_make_current() argument473 if (old_ctx->current_framebuffer == fb && old_ctx->current_read_framebuffer == fbRead) { in stw_make_current()499 if (!fb || !fbRead) in stw_make_current()506 if (fbRead->iPixelFormat != ctx->iPixelFormat) { in stw_make_current()516 stw_framebuffer_lock(fbRead); in stw_make_current()517 if (fbRead != fb) in stw_make_current()518 stw_framebuffer_update(fbRead); in stw_make_current()519 stw_framebuffer_reference_locked(fbRead); in stw_make_current()520 stw_framebuffer_unlock(fbRead); in stw_make_current()525 ctx->current_read_framebuffer = fbRead; in stw_make_current()[all …]
72 BOOL stw_make_current( struct stw_framebuffer *fb, struct stw_framebuffer *fbRead, struct stw_conte…