| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2009, Google Inc. | 2 * Copyright 2009, Google Inc. |
| 3 * All rights reserved. | 3 * All rights reserved. |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions are | 6 * modification, are permitted provided that the following conditions are |
| 7 * met: | 7 * met: |
| 8 * | 8 * |
| 9 * * Redistributions of source code must retain the above copyright | 9 * * Redistributions of source code must retain the above copyright |
| 10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 unsigned int side_; | 273 unsigned int side_; |
| 274 CComPtr<IDirect3DCubeTexture9> d3d_texture_; | 274 CComPtr<IDirect3DCubeTexture9> d3d_texture_; |
| 275 IDirect3DCubeTexture9 *d3d_shadow_; | 275 IDirect3DCubeTexture9 *d3d_shadow_; |
| 276 DISALLOW_COPY_AND_ASSIGN(TextureCubeD3D9); | 276 DISALLOW_COPY_AND_ASSIGN(TextureCubeD3D9); |
| 277 }; | 277 }; |
| 278 | 278 |
| 279 } // namespace command_buffer | 279 } // namespace command_buffer |
| 280 } // namespace o3d | 280 } // namespace o3d |
| 281 | 281 |
| 282 #endif // O3D_COMMAND_BUFFER_SERVICE_WIN_D3D9_TEXTURE_D3D9_H_ | 282 #endif // O3D_COMMAND_BUFFER_SERVICE_WIN_D3D9_TEXTURE_D3D9_H_ |
| OLD | NEW |