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

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

Issue 1272153004: Add glCompressedCopySubTextureCHROMIUM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 unified diff | Download patch
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1489 matching lines...) Expand 10 before | Expand all | Expand 10 after
1500 MojoGLES2MakeCurrent(context_); 1500 MojoGLES2MakeCurrent(context_);
1501 glCopySubTextureCHROMIUM(target, source_id, dest_id, xoffset, yoffset, x, y, 1501 glCopySubTextureCHROMIUM(target, source_id, dest_id, xoffset, yoffset, x, y,
1502 width, height, unpack_flip_y, 1502 width, height, unpack_flip_y,
1503 unpack_premultiply_alpha, unpack_unmultiply_alpha); 1503 unpack_premultiply_alpha, unpack_unmultiply_alpha);
1504 } 1504 }
1505 void MojoGLES2Impl::CompressedCopyTextureCHROMIUM(GLenum target, 1505 void MojoGLES2Impl::CompressedCopyTextureCHROMIUM(GLenum target,
1506 GLenum source_id, 1506 GLenum source_id,
1507 GLenum dest_id) { 1507 GLenum dest_id) {
1508 NOTREACHED() << "Unimplemented CompressedCopyTextureCHROMIUM."; 1508 NOTREACHED() << "Unimplemented CompressedCopyTextureCHROMIUM.";
1509 } 1509 }
1510 void MojoGLES2Impl::CompressedCopySubTextureCHROMIUM(GLenum target,
1511 GLenum source_id,
1512 GLenum dest_id,
1513 GLint xoffset,
1514 GLint yoffset,
1515 GLint x,
1516 GLint y,
1517 GLsizei width,
1518 GLsizei height) {
1519 NOTREACHED() << "Unimplemented CompressedCopySubTextureCHROMIUM.";
1520 }
1510 void MojoGLES2Impl::DrawArraysInstancedANGLE(GLenum mode, 1521 void MojoGLES2Impl::DrawArraysInstancedANGLE(GLenum mode,
1511 GLint first, 1522 GLint first,
1512 GLsizei count, 1523 GLsizei count,
1513 GLsizei primcount) { 1524 GLsizei primcount) {
1514 NOTREACHED() << "Unimplemented DrawArraysInstancedANGLE."; 1525 NOTREACHED() << "Unimplemented DrawArraysInstancedANGLE.";
1515 } 1526 }
1516 void MojoGLES2Impl::DrawElementsInstancedANGLE(GLenum mode, 1527 void MojoGLES2Impl::DrawElementsInstancedANGLE(GLenum mode,
1517 GLsizei count, 1528 GLsizei count,
1518 GLenum type, 1529 GLenum type,
1519 const void* indices, 1530 const void* indices,
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
1732 } 1743 }
1733 GLenum MojoGLES2Impl::GetGraphicsResetStatusKHR() { 1744 GLenum MojoGLES2Impl::GetGraphicsResetStatusKHR() {
1734 NOTREACHED() << "Unimplemented GetGraphicsResetStatusKHR."; 1745 NOTREACHED() << "Unimplemented GetGraphicsResetStatusKHR.";
1735 return 0; 1746 return 0;
1736 } 1747 }
1737 void MojoGLES2Impl::BlendBarrierKHR() { 1748 void MojoGLES2Impl::BlendBarrierKHR() {
1738 NOTREACHED() << "Unimplemented BlendBarrierKHR."; 1749 NOTREACHED() << "Unimplemented BlendBarrierKHR.";
1739 } 1750 }
1740 1751
1741 } // namespace mojo 1752 } // namespace mojo
OLDNEW
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698