Home
last modified time | relevance | path

Searched refs:fbRead (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.c462 stw_make_current(struct stw_framebuffer *fb, struct stw_framebuffer *fbRead, struct stw_context *ct… in stw_make_current() argument
473 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 …]
Dstw_context.h72 BOOL stw_make_current( struct stw_framebuffer *fb, struct stw_framebuffer *fbRead, struct stw_conte…