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

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

Issue 147237: Adding GetStreamInfo functionality (and passing corresponding unit test). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 6 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
Index: command_buffer/service/win/d3d9/gapi_d3d9.h
===================================================================
--- command_buffer/service/win/d3d9/gapi_d3d9.h (revision 19749)
+++ command_buffer/service/win/d3d9/gapi_d3d9.h (working copy)
@@ -195,6 +195,17 @@
unsigned int size,
void *data);
+ // Implements the GetStreamCount function for D3D9.
+ virtual ParseError GetStreamCount(ResourceID id,
+ unsigned int size,
+ void *data);
+
+ // Implements the GetStreamDesc function for D3D9.
+ virtual ParseError GetStreamDesc(ResourceID id,
+ unsigned int index,
+ unsigned int size,
+ void *data);
+
// Implements the CreateTexture2D function for D3D9.
virtual ParseError CreateTexture2D(ResourceID id,
unsigned int width,

Powered by Google App Engine
This is Rietveld 408576698