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

Side by Side Diff: mojo/gpu/mojo_gles2_impl_autogen.cc

Issue 169403005: command_buffer: Implement path rendering functions for CHROMIUM_path_rendering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nv-pr-02-texgen
Patch Set: Created 5 years, 6 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file is auto-generated from 5 // This file is auto-generated from
6 // gpu/command_buffer/build_gles2_cmd_buffer.py 6 // gpu/command_buffer/build_gles2_cmd_buffer.py
7 // It's formatted by clang-format using chromium coding style: 7 // It's formatted by clang-format using chromium coding style:
8 // clang-format -i -style=chromium filename 8 // clang-format -i -style=chromium filename
9 // DO NOT EDIT! 9 // DO NOT EDIT!
10 10
(...skipping 1621 matching lines...) Expand 10 before | Expand all | Expand 10 after
1632 } 1632 }
1633 void MojoGLES2Impl::SwapInterval(GLint interval) { 1633 void MojoGLES2Impl::SwapInterval(GLint interval) {
1634 NOTREACHED() << "Unimplemented SwapInterval."; 1634 NOTREACHED() << "Unimplemented SwapInterval.";
1635 } 1635 }
1636 void MojoGLES2Impl::MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) { 1636 void MojoGLES2Impl::MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) {
1637 NOTREACHED() << "Unimplemented MatrixLoadfCHROMIUM."; 1637 NOTREACHED() << "Unimplemented MatrixLoadfCHROMIUM.";
1638 } 1638 }
1639 void MojoGLES2Impl::MatrixLoadIdentityCHROMIUM(GLenum matrixMode) { 1639 void MojoGLES2Impl::MatrixLoadIdentityCHROMIUM(GLenum matrixMode) {
1640 NOTREACHED() << "Unimplemented MatrixLoadIdentityCHROMIUM."; 1640 NOTREACHED() << "Unimplemented MatrixLoadIdentityCHROMIUM.";
1641 } 1641 }
1642 GLuint MojoGLES2Impl::GenPathsCHROMIUM(GLsizei range) {
1643 NOTREACHED() << "Unimplemented GenPathsCHROMIUM.";
1644 return 0;
1645 }
1646 void MojoGLES2Impl::DeletePathsCHROMIUM(GLuint path, GLsizei range) {
1647 NOTREACHED() << "Unimplemented DeletePathsCHROMIUM.";
1648 }
1649 GLboolean MojoGLES2Impl::IsPathCHROMIUM(GLuint path) {
1650 NOTREACHED() << "Unimplemented IsPathCHROMIUM.";
1651 return 0;
1652 }
1653 void MojoGLES2Impl::PathCommandsCHROMIUM(GLuint path,
1654 GLsizei numCommands,
1655 const GLubyte* commands,
1656 GLsizei numCoords,
1657 GLenum coordType,
1658 const GLvoid* coords) {
1659 NOTREACHED() << "Unimplemented PathCommandsCHROMIUM.";
1660 }
1661 void MojoGLES2Impl::PathParameterfCHROMIUM(GLuint path,
1662 GLenum pname,
1663 GLfloat value) {
1664 NOTREACHED() << "Unimplemented PathParameterfCHROMIUM.";
1665 }
1666 void MojoGLES2Impl::PathParameteriCHROMIUM(GLuint path,
1667 GLenum pname,
1668 GLint value) {
1669 NOTREACHED() << "Unimplemented PathParameteriCHROMIUM.";
1670 }
1671 void MojoGLES2Impl::PathStencilFuncCHROMIUM(GLenum func,
1672 GLint ref,
1673 GLuint mask) {
1674 NOTREACHED() << "Unimplemented PathStencilFuncCHROMIUM.";
1675 }
1676 void MojoGLES2Impl::StencilFillPathCHROMIUM(GLuint path,
1677 GLenum fillMode,
1678 GLuint mask) {
1679 NOTREACHED() << "Unimplemented StencilFillPathCHROMIUM.";
1680 }
1681 void MojoGLES2Impl::StencilStrokePathCHROMIUM(GLuint path,
1682 GLint reference,
1683 GLuint mask) {
1684 NOTREACHED() << "Unimplemented StencilStrokePathCHROMIUM.";
1685 }
1686 void MojoGLES2Impl::CoverFillPathCHROMIUM(GLuint path, GLenum coverMode) {
1687 NOTREACHED() << "Unimplemented CoverFillPathCHROMIUM.";
1688 }
1689 void MojoGLES2Impl::CoverStrokePathCHROMIUM(GLuint path, GLenum coverMode) {
1690 NOTREACHED() << "Unimplemented CoverStrokePathCHROMIUM.";
1691 }
1692 void MojoGLES2Impl::StencilThenCoverFillPathCHROMIUM(GLuint path,
1693 GLenum fillMode,
1694 GLuint mask,
1695 GLenum coverMode) {
1696 NOTREACHED() << "Unimplemented StencilThenCoverFillPathCHROMIUM.";
1697 }
1698 void MojoGLES2Impl::StencilThenCoverStrokePathCHROMIUM(GLuint path,
1699 GLint reference,
1700 GLuint mask,
1701 GLenum coverMode) {
1702 NOTREACHED() << "Unimplemented StencilThenCoverStrokePathCHROMIUM.";
1703 }
1642 GLenum MojoGLES2Impl::GetGraphicsResetStatusKHR() { 1704 GLenum MojoGLES2Impl::GetGraphicsResetStatusKHR() {
1643 NOTREACHED() << "Unimplemented GetGraphicsResetStatusKHR."; 1705 NOTREACHED() << "Unimplemented GetGraphicsResetStatusKHR.";
1644 return 0; 1706 return 0;
1645 } 1707 }
1646 void MojoGLES2Impl::BlendBarrierKHR() { 1708 void MojoGLES2Impl::BlendBarrierKHR() {
1647 NOTREACHED() << "Unimplemented BlendBarrierKHR."; 1709 NOTREACHED() << "Unimplemented BlendBarrierKHR.";
1648 } 1710 }
1649 1711
1650 } // namespace mojo 1712 } // namespace mojo
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698