Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_context.c462 struct stw_framebuffer *fbRead = NULL; in stw_make_current() local
507 fbRead = fb; in stw_make_current()
510 fbRead = stw_framebuffer_from_hdc( hReadDC ); in stw_make_current()
512 if (fbRead) { in stw_make_current()
513 stw_framebuffer_update(fbRead); in stw_make_current()
523 fbRead = stw_framebuffer_create( hReadDC, iPixelFormat ); in stw_make_current()
524 if (!fbRead) in stw_make_current()
528 if (fbRead->iPixelFormat != ctx->iPixelFormat) { in stw_make_current()
529 stw_framebuffer_unlock(fbRead); in stw_make_current()
533 stw_framebuffer_unlock(fbRead); in stw_make_current()
[all …]