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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c3530 static BOOL CheckRenderTargetCapability(struct wined3d_adapter *adapter, function
4027 if(CheckRenderTargetCapability(adapter, adapter_format_desc, format_desc))
4133 if (CheckRenderTargetCapability(adapter, adapter_format_desc, format_desc))
4194 if (CheckRenderTargetCapability(adapter, adapter_format_desc, format_desc))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c3916 static BOOL CheckRenderTargetCapability(const struct wined3d_adapter *adapter, function
4204 && !CheckRenderTargetCapability(adapter, adapter_format, format))

Completed in 75 milliseconds