Lines Matching refs:wi
338 renderspuWindowAttachContext(WindowInfo *wi, WindowRef window,
343 if(!context || !wi)
346 /* DEBUG_MSG_POETZSCH (("WindowAttachContext %d\n", wi->BltInfo.Base.id));*/
353 if (wi->bufferName == -1)
355 DEBUG_MSG_POETZSCH (("WindowAttachContext: create context %d\n", wi->BltInfo.Base.id));
364 wi->dummyContext = render_spu.ws.aglCreateContext( pix, NULL );
366 if( !wi->dummyContext )
378 wi->bufferName = render_spu.currentBufferName++;
381 result = render_spu.ws.aglSetInteger(wi->dummyContext, AGL_BUFFER_NAME, &wi->bufferName);
384 result = render_spu.ws.aglSetDrawable(wi->dummyContext, drawable);
406 render_spu.ws.aglSetInteger (context->context, AGL_BUFFER_NAME, &wi->bufferName);