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

Unified Diff: gpu/GLES2/gl2chromium_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/GLES2/gl2chromium_autogen.h
diff --git a/gpu/GLES2/gl2chromium_autogen.h b/gpu/GLES2/gl2chromium_autogen.h
index aa1c975b4ed4206228515ed2d2ddef8bf21025ff..d84c4ded0cbdd29ee5725fa4ed4df3289fd6d078 100644
--- a/gpu/GLES2/gl2chromium_autogen.h
+++ b/gpu/GLES2/gl2chromium_autogen.h
@@ -368,6 +368,8 @@
GLES2_GET_FUN(BindFragmentInputLocationCHROMIUM)
#define glProgramPathFragmentInputGenCHROMIUM \
GLES2_GET_FUN(ProgramPathFragmentInputGenCHROMIUM)
+#define glGetBufferSubDataAsyncCHROMIUM \
+ GLES2_GET_FUN(GetBufferSubDataAsyncCHROMIUM)
#define glCoverageModulationCHROMIUM GLES2_GET_FUN(CoverageModulationCHROMIUM)
#define glGetGraphicsResetStatusKHR GLES2_GET_FUN(GetGraphicsResetStatusKHR)
#define glBlendBarrierKHR GLES2_GET_FUN(BlendBarrierKHR)

Powered by Google App Engine
This is Rietveld 408576698