Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_context.c497 struct stw_framebuffer *old_fb = ctx->current_framebuffer; in stw_make_current()
500 ctx->current_framebuffer = fb; in stw_make_current()
573 struct stw_framebuffer *old_fb = old_ctx->current_framebuffer; in stw_make_current()
575 old_ctx->current_framebuffer = NULL; in stw_make_current()
Dstw_context.h46 struct stw_framebuffer *current_framebuffer; member
Dstw_framebuffer.c648 if (ctx->current_framebuffer == fb) { in DrvSwapBuffers()