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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c3917 const struct wined3d_format *adapter_format, const struct wined3d_format *check_format)
3920 if (!(check_format->flags & WINED3DFMT_FLAG_RENDERTARGET)) return FALSE;
3929 getColorBits(check_format, &CheckRed, &CheckGreen, &CheckBlue, &CheckAlpha, &CheckTotalSize);
3944 && wined3d_check_pixel_format_color(&adapter->gl_info, &cfgs[i], check_format))
3947 cfgs[i].iPixelFormat, debug_d3dformat(check_format->id));
3963 const struct wined3d_format *check_format, BOOL no3d)
3967 switch (check_format->id)
3999 if (check_format->flags & WINED3DFMT_FLAG_TEXTURE)
4003 if (CheckDepthStencilCapability(adapter, adapter_format, check_format)) return TRUE;
4007 NULL, WINED3D_POOL_DEFAULT, 0, check_format,
3916 CheckRenderTargetCapability(const struct wined3d_adapter *adapter, const struct wined3d_format *adapter_format, const struct wined3d_format *check_format) argument
3961 CheckSurfaceCapability(const struct wined3d_adapter *adapter, const struct wined3d_format *adapter_format, const struct wined3d_format *check_format, BOOL no3d) argument
[all...]

Completed in 101 milliseconds