Searched defs:rt_format_desc (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c3231 const struct wined3d_format_desc *rt_format_desc; local
3248 rt_format_desc = getFormatDescEntry(RenderTargetFormat, &adapter->gl_info);
3252 if ((rt_format_desc->Flags & WINED3DFMT_FLAG_RENDERTARGET) &&
3263 if (IWineD3DImpl_IsPixelFormatCompatibleWithRenderFmt(&adapter->gl_info, &cfgs[it], rt_format_desc))

Completed in 47 milliseconds