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

Unified Diff: gpu/GLES2/gl2chromium_autogen.h

Issue 1309743005: command_buffer: Implement EXT_blend_func_extended (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-05-path-fragment-input-gen
Patch Set: address review comments Created 5 years, 3 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 f1a020a4f946bd68736f5f78bd2d9874781aa707..fcd69ef0fd76c3a7ec183c26be897d4ff968f67b 100644
--- a/gpu/GLES2/gl2chromium_autogen.h
+++ b/gpu/GLES2/gl2chromium_autogen.h
@@ -372,5 +372,9 @@
#define glBlendBarrierKHR GLES2_GET_FUN(BlendBarrierKHR)
#define glApplyScreenSpaceAntialiasingCHROMIUM \
GLES2_GET_FUN(ApplyScreenSpaceAntialiasingCHROMIUM)
+#define glBindFragDataLocationIndexedEXT \
+ GLES2_GET_FUN(BindFragDataLocationIndexedEXT)
+#define glBindFragDataLocationEXT GLES2_GET_FUN(BindFragDataLocationEXT)
+#define glGetFragDataIndexEXT GLES2_GET_FUN(GetFragDataIndexEXT)
#endif // GPU_GLES2_GL2CHROMIUM_AUTOGEN_H_

Powered by Google App Engine
This is Rietveld 408576698