Searched refs:D3DFMT_R8G8B8 (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dsurface.c426 case D3DFMT_R8G8B8:
H A Ddevice.c52 case WINED3DFMT_B8G8R8_UNORM: return D3DFMT_R8G8B8;
117 case D3DFMT_R8G8B8: return WINED3DFMT_B8G8R8_UNORM;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddirectx.c226 if(CheckFormat == D3DFMT_R8G8B8)
229 WARN("D3DFMT_R8G8B8 is not available on windows, returning D3DERR_NOTAVAILABLE\n");
H A Ddevice.c57 case WINED3DFMT_B8G8R8_UNORM: return D3DFMT_R8G8B8;
108 case D3DFMT_R8G8B8: return WINED3DFMT_B8G8R8_UNORM;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dsurface.c402 case D3DFMT_R8G8B8:
H A Ddirectx.c257 if(CheckFormat == D3DFMT_R8G8B8)
259 WARN("D3DFMT_R8G8B8 is not available on windows, returning D3DERR_NOTAVAILABLE\n");
H A Ddevice.c52 case WINED3DFMT_B8G8R8_UNORM: return D3DFMT_R8G8B8;
117 case D3DFMT_R8G8B8: return WINED3DFMT_B8G8R8_UNORM;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d8types.h609 D3DFMT_R8G8B8 = 20, enumerator in enum:_D3DFORMAT
H A Dd3d9types.h771 D3DFMT_R8G8B8 = 20, enumerator in enum:_D3DFORMAT
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d8types.h609 D3DFMT_R8G8B8 = 20, enumerator in enum:_D3DFORMAT
H A Dd3d9types.h769 D3DFMT_R8G8B8 = 20, enumerator in enum:_D3DFORMAT
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c58 case WINED3DFMT_B8G8R8_UNORM: return D3DFMT_R8G8B8;
109 case D3DFMT_R8G8B8: return WINED3DFMT_B8G8R8_UNORM;

Completed in 138 milliseconds