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

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

Issue 1119723003: Add glCopyCompressedTextureCHROMIUM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments in tests 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 1409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 GLenum dest_type) { 1420 GLenum dest_type) {
1421 NOTREACHED() << "Unimplemented CopyTextureCHROMIUM."; 1421 NOTREACHED() << "Unimplemented CopyTextureCHROMIUM.";
1422 } 1422 }
1423 void MojoGLES2Impl::CopySubTextureCHROMIUM(GLenum target, 1423 void MojoGLES2Impl::CopySubTextureCHROMIUM(GLenum target,
1424 GLenum source_id, 1424 GLenum source_id,
1425 GLenum dest_id, 1425 GLenum dest_id,
1426 GLint xoffset, 1426 GLint xoffset,
1427 GLint yoffset) { 1427 GLint yoffset) {
1428 NOTREACHED() << "Unimplemented CopySubTextureCHROMIUM."; 1428 NOTREACHED() << "Unimplemented CopySubTextureCHROMIUM.";
1429 } 1429 }
1430 void MojoGLES2Impl::CopyCompressedTextureCHROMIUM(GLenum target,
1431 GLenum source_id,
1432 GLenum dest_id,
1433 GLenum internalformat,
1434 GLenum dest_type,
1435 GLsizei source_size) {
1436 NOTREACHED() << "Unimplemented CopyCompressedTextureCHROMIUM.";
1437 }
1430 void MojoGLES2Impl::DrawArraysInstancedANGLE(GLenum mode, 1438 void MojoGLES2Impl::DrawArraysInstancedANGLE(GLenum mode,
1431 GLint first, 1439 GLint first,
1432 GLsizei count, 1440 GLsizei count,
1433 GLsizei primcount) { 1441 GLsizei primcount) {
1434 NOTREACHED() << "Unimplemented DrawArraysInstancedANGLE."; 1442 NOTREACHED() << "Unimplemented DrawArraysInstancedANGLE.";
1435 } 1443 }
1436 void MojoGLES2Impl::DrawElementsInstancedANGLE(GLenum mode, 1444 void MojoGLES2Impl::DrawElementsInstancedANGLE(GLenum mode,
1437 GLsizei count, 1445 GLsizei count,
1438 GLenum type, 1446 GLenum type,
1439 const void* indices, 1447 const void* indices,
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
1581 NOTREACHED() << "Unimplemented MatrixLoadfCHROMIUM."; 1589 NOTREACHED() << "Unimplemented MatrixLoadfCHROMIUM.";
1582 } 1590 }
1583 void MojoGLES2Impl::MatrixLoadIdentityCHROMIUM(GLenum matrixMode) { 1591 void MojoGLES2Impl::MatrixLoadIdentityCHROMIUM(GLenum matrixMode) {
1584 NOTREACHED() << "Unimplemented MatrixLoadIdentityCHROMIUM."; 1592 NOTREACHED() << "Unimplemented MatrixLoadIdentityCHROMIUM.";
1585 } 1593 }
1586 void MojoGLES2Impl::BlendBarrierKHR() { 1594 void MojoGLES2Impl::BlendBarrierKHR() {
1587 NOTREACHED() << "Unimplemented BlendBarrierKHR."; 1595 NOTREACHED() << "Unimplemented BlendBarrierKHR.";
1588 } 1596 }
1589 1597
1590 } // namespace mojo 1598 } // namespace mojo
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698