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

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

Issue 1222563003: Revert of Added support for Time Elapsed queries through the command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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') | ui/gl/gpu_timing.h » ('j') | 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 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after
1276 void MojoGLES2Impl::GetQueryivEXT(GLenum target, GLenum pname, GLint* params) { 1276 void MojoGLES2Impl::GetQueryivEXT(GLenum target, GLenum pname, GLint* params) {
1277 MojoGLES2MakeCurrent(context_); 1277 MojoGLES2MakeCurrent(context_);
1278 glGetQueryivEXT(target, pname, params); 1278 glGetQueryivEXT(target, pname, params);
1279 } 1279 }
1280 void MojoGLES2Impl::GetQueryObjectuivEXT(GLuint id, 1280 void MojoGLES2Impl::GetQueryObjectuivEXT(GLuint id,
1281 GLenum pname, 1281 GLenum pname,
1282 GLuint* params) { 1282 GLuint* params) {
1283 MojoGLES2MakeCurrent(context_); 1283 MojoGLES2MakeCurrent(context_);
1284 glGetQueryObjectuivEXT(id, pname, params); 1284 glGetQueryObjectuivEXT(id, pname, params);
1285 } 1285 }
1286 void MojoGLES2Impl::GetQueryObjectui64vEXT(GLuint id,
1287 GLenum pname,
1288 GLuint64* params) {
1289 NOTREACHED() << "Unimplemented GetQueryObjectui64vEXT.";
1290 }
1291 void MojoGLES2Impl::InsertEventMarkerEXT(GLsizei length, const GLchar* marker) { 1286 void MojoGLES2Impl::InsertEventMarkerEXT(GLsizei length, const GLchar* marker) {
1292 NOTREACHED() << "Unimplemented InsertEventMarkerEXT."; 1287 NOTREACHED() << "Unimplemented InsertEventMarkerEXT.";
1293 } 1288 }
1294 void MojoGLES2Impl::PushGroupMarkerEXT(GLsizei length, const GLchar* marker) { 1289 void MojoGLES2Impl::PushGroupMarkerEXT(GLsizei length, const GLchar* marker) {
1295 NOTREACHED() << "Unimplemented PushGroupMarkerEXT."; 1290 NOTREACHED() << "Unimplemented PushGroupMarkerEXT.";
1296 } 1291 }
1297 void MojoGLES2Impl::PopGroupMarkerEXT() { 1292 void MojoGLES2Impl::PopGroupMarkerEXT() {
1298 NOTREACHED() << "Unimplemented PopGroupMarkerEXT."; 1293 NOTREACHED() << "Unimplemented PopGroupMarkerEXT.";
1299 } 1294 }
1300 void MojoGLES2Impl::GenVertexArraysOES(GLsizei n, GLuint* arrays) { 1295 void MojoGLES2Impl::GenVertexArraysOES(GLsizei n, GLuint* arrays) {
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
1646 } 1641 }
1647 GLenum MojoGLES2Impl::GetGraphicsResetStatusKHR() { 1642 GLenum MojoGLES2Impl::GetGraphicsResetStatusKHR() {
1648 NOTREACHED() << "Unimplemented GetGraphicsResetStatusKHR."; 1643 NOTREACHED() << "Unimplemented GetGraphicsResetStatusKHR.";
1649 return 0; 1644 return 0;
1650 } 1645 }
1651 void MojoGLES2Impl::BlendBarrierKHR() { 1646 void MojoGLES2Impl::BlendBarrierKHR() {
1652 NOTREACHED() << "Unimplemented BlendBarrierKHR."; 1647 NOTREACHED() << "Unimplemented BlendBarrierKHR.";
1653 } 1648 }
1654 1649
1655 } // namespace mojo 1650 } // namespace mojo
OLDNEW
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.h ('k') | ui/gl/gpu_timing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698