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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_context.c458 stw_make_current(struct stw_framebuffer *fb, struct stw_framebuffer *fbRead, struct stw_context *ctx) argument
469 if (old_ctx->current_framebuffer == fb && old_ctx->current_read_framebuffer == fbRead) {
495 if (!fb || !fbRead)
502 if (fbRead->iPixelFormat != ctx->iPixelFormat) {
512 stw_framebuffer_lock(fbRead);
513 if (fbRead != fb)
514 stw_framebuffer_update(fbRead);
515 stw_framebuffer_reference_locked(fbRead);
516 stw_framebuffer_unlock(fbRead);
521 ctx->current_read_framebuffer = fbRead;
598 struct stw_framebuffer *fbRead = (hDrawDC == hReadDC || hReadDC == NULL) ? local in function:stw_make_current_by_handles
[all...]
H A Dstw_context.h72 BOOL stw_make_current( struct stw_framebuffer *fb, struct stw_framebuffer *fbRead, struct stw_context *ctx );
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_context.c461 struct stw_framebuffer *fbRead = NULL; local in function:stw_make_current
506 fbRead = fb;
509 fbRead = stw_framebuffer_from_hdc( hReadDC );
511 if (fbRead) {
512 stw_framebuffer_update(fbRead);
522 fbRead = stw_framebuffer_create( hReadDC, iPixelFormat );
523 if (!fbRead)
527 if (fbRead->iPixelFormat != ctx->iPixelFormat) {
528 stw_framebuffer_unlock(fbRead);
532 stw_framebuffer_unlock(fbRead);
[all...]

Completed in 4 milliseconds