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

Unified Diff: gpu/command_buffer/client/gles2_interface_stub_impl_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/command_buffer/client/gles2_interface_stub_impl_autogen.h
diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
index b4a3e58c7cecae19e18fe42168746c512b9f74e9..9cf6e8d3c9dee37e9caeb1cd48a31b94637fc2dc 100644
--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
+++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
@@ -1075,6 +1075,60 @@ void GLES2InterfaceStub::StencilThenCoverStrokePathCHROMIUM(
GLint /* reference */,
GLuint /* mask */,
GLenum /* coverMode */) {}
+void GLES2InterfaceStub::StencilFillPathInstancedCHROMIUM(
+ GLsizei /* numPaths */,
+ GLenum /* pathNameType */,
+ const GLvoid* /* paths */,
+ GLuint /* pathBase */,
+ GLenum /* fillMode */,
+ GLuint /* mask */,
+ GLenum /* transformType */,
+ const GLfloat* /* transformValues */) {}
+void GLES2InterfaceStub::StencilStrokePathInstancedCHROMIUM(
+ GLsizei /* numPaths */,
+ GLenum /* pathNameType */,
+ const GLvoid* /* paths */,
+ GLuint /* pathBase */,
+ GLint /* reference */,
+ GLuint /* mask */,
+ GLenum /* transformType */,
+ const GLfloat* /* transformValues */) {}
+void GLES2InterfaceStub::CoverFillPathInstancedCHROMIUM(
+ GLsizei /* numPaths */,
+ GLenum /* pathNameType */,
+ const GLvoid* /* paths */,
+ GLuint /* pathBase */,
+ GLenum /* coverMode */,
+ GLenum /* transformType */,
+ const GLfloat* /* transformValues */) {}
+void GLES2InterfaceStub::CoverStrokePathInstancedCHROMIUM(
+ GLsizei /* numPaths */,
+ GLenum /* pathNameType */,
+ const GLvoid* /* paths */,
+ GLuint /* pathBase */,
+ GLenum /* coverMode */,
+ GLenum /* transformType */,
+ const GLfloat* /* transformValues */) {}
+void GLES2InterfaceStub::StencilThenCoverFillPathInstancedCHROMIUM(
+ GLsizei /* numPaths */,
+ GLenum /* pathNameType */,
+ const GLvoid* /* paths */,
+ GLuint /* pathBase */,
+ GLenum /* fillMode */,
+ GLuint /* mask */,
+ GLenum /* coverMode */,
+ GLenum /* transformType */,
+ const GLfloat* /* transformValues */) {}
+void GLES2InterfaceStub::StencilThenCoverStrokePathInstancedCHROMIUM(
+ GLsizei /* numPaths */,
+ GLenum /* pathNameType */,
+ const GLvoid* /* paths */,
+ GLuint /* pathBase */,
+ GLint /* reference */,
+ GLuint /* mask */,
+ GLenum /* coverMode */,
+ GLenum /* transformType */,
+ const GLfloat* /* transformValues */) {}
GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() {
return 0;
}

Powered by Google App Engine
This is Rietveld 408576698