Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1212)

Unified Diff: command_buffer/service/win/d3d9/texture_d3d9.h

Issue 243062: Line endings. Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « command_buffer/service/win/d3d9/gapi_d3d9.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: command_buffer/service/win/d3d9/texture_d3d9.h
===================================================================
--- command_buffer/service/win/d3d9/texture_d3d9.h (revision 27642)
+++ command_buffer/service/win/d3d9/texture_d3d9.h (working copy)
@@ -78,9 +78,9 @@
unsigned int size,
void *data) = 0;
// Creates the render surface, returning false if unable to.
- virtual bool CreateRenderSurface(int width,
- int height,
- int mip_level,
+ virtual bool CreateRenderSurface(int width,
+ int height,
+ int mip_level,
int side,
IDirect3DSurface9** direct3d_surface) = 0;
static D3DFORMAT D3DFormat(texture::Format format);
@@ -135,9 +135,9 @@
unsigned int size,
void *data);
// Create a render surface which matches this texture type.
- virtual bool CreateRenderSurface(int width,
- int height,
- int mip_level,
+ virtual bool CreateRenderSurface(int width,
+ int height,
+ int mip_level,
int side,
IDirect3DSurface9** direct3d_surface);
// Gets the D3D base texture.
@@ -200,9 +200,9 @@
unsigned int size,
void *data);
// Create a render surface which matches this texture type.
- virtual bool CreateRenderSurface(int width,
- int height,
- int mip_level,
+ virtual bool CreateRenderSurface(int width,
+ int height,
+ int mip_level,
int side,
IDirect3DSurface9** direct3d_surface);
// Gets the D3D base texture.
@@ -260,9 +260,9 @@
unsigned int size,
void *data);
// Create a render surface which matches this texture type.
- virtual bool CreateRenderSurface(int width,
- int height,
- int mip_level,
+ virtual bool CreateRenderSurface(int width,
+ int height,
+ int mip_level,
int side,
IDirect3DSurface9** direct3d_surface);
// Gets the D3D base texture.
« no previous file with comments | « command_buffer/service/win/d3d9/gapi_d3d9.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698