Searched refs:curctx (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_ext_rendertexture.c106 struct stw_context *curctx = stw_current_context(); local in function:wglBindTexImageARB
130 if (!curctx) {
162 old_fb = curctx->current_framebuffer;
163 old_fbRead = curctx->current_read_framebuffer;
174 fb->iPixelFormat = curctx->iPixelFormat;
175 retVal = stw_make_current(fb, fb, curctx);
187 retVal = stw_make_current(old_fb, old_fbRead, curctx);
H A Dstw_context.c354 struct stw_context *curctx = stw_current_context(); local in function:DrvDeleteContext
357 if (curctx == ctx)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_ext_rendertexture.c109 struct stw_context *curctx = stw_current_context(); local in function:wglBindTexImageARB
133 if (!curctx) {
174 fb->iPixelFormat = curctx->iPixelFormat;
176 retVal = stw_make_current(dc, dc, curctx->dhglrc);
189 retVal = stw_make_current(prevDrawable, prevReadable, curctx->dhglrc);
H A Dstw_context.c344 struct stw_context *curctx = stw_current_context(); local in function:DrvDeleteContext
347 if (curctx == ctx)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c1159 GET_CURRENT_CONTEXT(curctx);
1161 if (curctx == NULL) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c1241 GET_CURRENT_CONTEXT(curctx);
1243 if (curctx == NULL) {

Completed in 8 milliseconds