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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c3555 if (cfgs[it].windowDrawable && IWineD3DImpl_IsPixelFormatCompatibleWithRenderFmt(&adapter->gl_info,
5516 cfgs->windowDrawable = values[7];
5536 "depth=%d, stencil=%d, samples=%d, windowDrawable=%d\n",
5539 cfgs->depthSize, cfgs->stencilSize, cfgs->numSamples, cfgs->windowDrawable);
5576 cfgs->windowDrawable = (ppfd.dwFlags & PFD_DRAW_TO_WINDOW) ? 1 : 0;
5583 "depth=%d, stencil=%d, windowDrawable=%d\n",
5586 cfgs->depthSize, cfgs->stencilSize, cfgs->windowDrawable);
H A Dcontext.c1400 if(!(cfg->windowDrawable && cfg->doubleBuffer))
H A Dwined3d_private.h1344 BOOL windowDrawable; member in struct:WineD3D_PixelFormat
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c3943 if (cfgs[i].windowDrawable
5190 cfg->windowDrawable = values[7];
5213 "depth=%d, stencil=%d, samples=%d, windowDrawable=%d\n",
5216 cfg->depthSize, cfg->stencilSize, cfg->numSamples, cfg->windowDrawable);
5255 cfg->windowDrawable = (pfd.dwFlags & PFD_DRAW_TO_WINDOW) ? 1 : 0;
5262 "depth=%d, stencil=%d, windowDrawable=%d\n",
5265 cfg->depthSize, cfg->stencilSize, cfg->windowDrawable);
H A Dcontext.c1469 if (!(cfg->windowDrawable && cfg->doubleBuffer))
H A Dwined3d_private.h1420 BOOL windowDrawable; member in struct:wined3d_pixel_format
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1372 BOOL windowDrawable; member in struct:WineD3D_PixelFormat

Completed in 153 milliseconds