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

Unified Diff: gpu/command_buffer/client/gles2_trace_implementation_autogen.h

Issue 2379203002: implement getBufferSubDataAsync prototype (Closed)
Patch Set: hide getBufferSubDataAsync behind ExperimentalCanvasFeatures Created 4 years, 2 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: gpu/command_buffer/client/gles2_trace_implementation_autogen.h
diff --git a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
index 17a49021f864af3c9785dddd3ab9d380a2b0ef98..5b6dc63cc3cb73db4009e8b78375a5b1f4ab0d58 100644
--- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
+++ b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
@@ -838,6 +838,9 @@ void ProgramPathFragmentInputGenCHROMIUM(GLuint program,
GLenum genMode,
GLint components,
const GLfloat* coeffs) override;
+void* GetBufferSubDataAsyncCHROMIUM(GLenum target,
+ GLintptr offset,
+ GLsizeiptr size) override;
void CoverageModulationCHROMIUM(GLenum components) override;
GLenum GetGraphicsResetStatusKHR() override;
void BlendBarrierKHR() override;

Powered by Google App Engine
This is Rietveld 408576698