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

Unified Diff: gpu/GLES2/gl2chromium_autogen.h

Issue 477623004: command_buffer: Support instanced path rendering in gpu command buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-03-path-funcs
Patch Set: rebas Created 5 years, 4 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 26a86509dc1fa9a76c1d85d0838c7167cf147056..808b8200d808f5af40a12cca0f4f203d099b3813 100644
--- a/gpu/GLES2/gl2chromium_autogen.h
+++ b/gpu/GLES2/gl2chromium_autogen.h
@@ -352,6 +352,18 @@
GLES2_GET_FUN(StencilThenCoverFillPathCHROMIUM)
#define glStencilThenCoverStrokePathCHROMIUM \
GLES2_GET_FUN(StencilThenCoverStrokePathCHROMIUM)
+#define glStencilFillPathInstancedCHROMIUM \
+ GLES2_GET_FUN(StencilFillPathInstancedCHROMIUM)
+#define glStencilStrokePathInstancedCHROMIUM \
+ GLES2_GET_FUN(StencilStrokePathInstancedCHROMIUM)
+#define glCoverFillPathInstancedCHROMIUM \
+ GLES2_GET_FUN(CoverFillPathInstancedCHROMIUM)
+#define glCoverStrokePathInstancedCHROMIUM \
+ GLES2_GET_FUN(CoverStrokePathInstancedCHROMIUM)
+#define glStencilThenCoverFillPathInstancedCHROMIUM \
+ GLES2_GET_FUN(StencilThenCoverFillPathInstancedCHROMIUM)
+#define glStencilThenCoverStrokePathInstancedCHROMIUM \
+ GLES2_GET_FUN(StencilThenCoverStrokePathInstancedCHROMIUM)
#define glGetGraphicsResetStatusKHR GLES2_GET_FUN(GetGraphicsResetStatusKHR)
#define glBlendBarrierKHR GLES2_GET_FUN(BlendBarrierKHR)

Powered by Google App Engine
This is Rietveld 408576698