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

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

Issue 2379203002: implement getBufferSubDataAsync prototype (Closed)
Patch Set: small clarification 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 442f6628ba00f42659b8b306ff9e7314215428a2..9277de1fa51705ad31040aff7aa2b635155b3495 100644
--- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
+++ b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h
@@ -841,6 +841,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