Chromium Code Reviews| Index: gpu/command_buffer/service/texture_manager.h |
| =================================================================== |
| --- gpu/command_buffer/service/texture_manager.h (revision 132190) |
| +++ gpu/command_buffer/service/texture_manager.h (working copy) |
| @@ -141,6 +141,10 @@ |
| bool GetLevelSize( |
| GLint face, GLint level, GLsizei* width, GLsizei* height) const; |
| + // Set the width and height for a particular level. Returns false if level |
| + // does not exist. |
| + bool SetLevelSize(GLint face, GLint level, GLsizei width, GLsizei height); |
|
greggman
2012/04/17 04:58:06
I'm sorry Jeff,I should have been paying more atte
Jeff Timanus
2012/04/18 14:59:08
I took your suggestion, and reverted these changes
|
| + |
| // Get the type of a level. Returns false if level does not exist. |
| bool GetLevelType( |
| GLint face, GLint level, GLenum* type, GLenum* internal_format) const; |