Searched refs:current_framebuffer (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_context.h46 struct stw_framebuffer *current_framebuffer; member in struct:stw_context
H A Dstw_context.c497 struct stw_framebuffer *old_fb = ctx->current_framebuffer;
500 ctx->current_framebuffer = fb;
573 struct stw_framebuffer *old_fb = old_ctx->current_framebuffer;
575 old_ctx->current_framebuffer = NULL;
H A Dstw_framebuffer.c648 if (ctx->current_framebuffer == fb) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_context.h46 struct stw_framebuffer *current_framebuffer; member in struct:stw_context
H A Dstw_context.c469 if (old_ctx->current_framebuffer == fb && old_ctx->current_read_framebuffer == fbRead) {
475 if (old_ctx->current_framebuffer) {
476 stw_st_flush(old_ctx->st, old_ctx->current_framebuffer->stfb,
485 if (old_ctx->current_framebuffer)
486 stw_st_flush(old_ctx->st, old_ctx->current_framebuffer->stfb,
518 struct stw_framebuffer *old_fb = ctx->current_framebuffer;
520 ctx->current_framebuffer = fb;
550 release_old_framebuffers(old_ctx->current_framebuffer, old_ctx->current_read_framebuffer, old_ctx);
551 old_ctx->current_framebuffer = NULL;
H A Dstw_ext_rendertexture.c162 old_fb = curctx->current_framebuffer;
H A Dstw_framebuffer.c247 current_context->current_framebuffer == fb ? current_context->st : NULL;
693 if (ctx->current_framebuffer == fb) {

Completed in 7 milliseconds