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

Side by Side Diff: third_party/WebKit/public/platform/WebGraphicsContext3D.h

Issue 1551143002: Remove the "target" argument from CopyTextureChromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile error. Created 4 years, 11 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 | « third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp ('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 /* 1 /*
2 * Copyright (C) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 virtual void getQueryObjectuivEXT(WebGLId query, WGC3Denum pname, WGC3Duint* params) { } 384 virtual void getQueryObjectuivEXT(WebGLId query, WGC3Denum pname, WGC3Duint* params) { }
385 385
386 // GL_EXT_disjoint_timer_query 386 // GL_EXT_disjoint_timer_query
387 virtual void queryCounterEXT(WebGLId query, WGC3Denum target) {} 387 virtual void queryCounterEXT(WebGLId query, WGC3Denum target) {}
388 virtual void getQueryObjectui64vEXT(WebGLId query, WGC3Denum pname, WGC3Duin t64* params) {} 388 virtual void getQueryObjectui64vEXT(WebGLId query, WGC3Denum pname, WGC3Duin t64* params) {}
389 389
390 // GL_CHROMIUM_bind_uniform_location 390 // GL_CHROMIUM_bind_uniform_location
391 virtual void bindUniformLocationCHROMIUM(WebGLId program, WGC3Dint location, const WGC3Dchar* uniform) { } 391 virtual void bindUniformLocationCHROMIUM(WebGLId program, WGC3Dint location, const WGC3Dchar* uniform) { }
392 392
393 // GL_CHROMIUM_copy_texture 393 // GL_CHROMIUM_copy_texture
394 virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint sourceId, 394 virtual void copyTextureCHROMIUM(WGC3Duint sourceId,
395 WGC3Duint destId, WGC3Denum internalFormat, WGC3Denum destType, 395 WGC3Duint destId, WGC3Denum internalFormat, WGC3Denum destType,
396 WGC3Dboolean unpackFlipY, WGC3Dboolean unpackPremultiplyAlpha, WGC3Dbool ean unpackUnmultiplyAlpha) { } 396 WGC3Dboolean unpackFlipY, WGC3Dboolean unpackPremultiplyAlpha, WGC3Dbool ean unpackUnmultiplyAlpha) { }
397 virtual void copySubTextureCHROMIUM(WGC3Denum target, WGC3Duint sourceId, 397 virtual void copySubTextureCHROMIUM(WGC3Duint sourceId,
398 WGC3Duint destId, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dint x, 398 WGC3Duint destId, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dint x,
399 WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height, 399 WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height,
400 WGC3Dboolean unpackFlipY, WGC3Dboolean unpackPremultiplyAlpha, WGC3Dbool ean unpackUnmultiplyAlpha) { } 400 WGC3Dboolean unpackFlipY, WGC3Dboolean unpackPremultiplyAlpha, WGC3Dbool ean unpackUnmultiplyAlpha) { }
401 401
402 // GL_CHROMIUM_shallow_flush 402 // GL_CHROMIUM_shallow_flush
403 virtual void shallowFlushCHROMIUM() { } 403 virtual void shallowFlushCHROMIUM() { }
404 virtual void shallowFinishCHROMIUM() { } 404 virtual void shallowFinishCHROMIUM() { }
405 405
406 // GL_CHROMIUM_subscribe_uniform 406 // GL_CHROMIUM_subscribe_uniform
407 virtual void genValuebuffersCHROMIUM(WGC3Dsizei count, WebGLId* ids) { } 407 virtual void genValuebuffersCHROMIUM(WGC3Dsizei count, WebGLId* ids) { }
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 virtual void vertexAttribI4iv(WGC3Duint index, const WGC3Dint *v) { } 549 virtual void vertexAttribI4iv(WGC3Duint index, const WGC3Dint *v) { }
550 virtual void vertexAttribI4ui(WGC3Duint index, WGC3Duint x, WGC3Duint y, WGC 3Duint z, WGC3Duint w) { } 550 virtual void vertexAttribI4ui(WGC3Duint index, WGC3Duint x, WGC3Duint y, WGC 3Duint z, WGC3Duint w) { }
551 virtual void vertexAttribI4uiv(WGC3Duint index, const WGC3Duint *v) { } 551 virtual void vertexAttribI4uiv(WGC3Duint index, const WGC3Duint *v) { }
552 virtual void vertexAttribIPointer(WGC3Duint index, WGC3Dint size, WGC3Denum type, WGC3Dsizei stride, WGC3Dintptr pointer) { } 552 virtual void vertexAttribIPointer(WGC3Duint index, WGC3Dint size, WGC3Denum type, WGC3Dsizei stride, WGC3Dintptr pointer) { }
553 virtual void waitSync(WGC3Dsync sync, WGC3Dbitfield flags, WGC3Duint64 timeo ut) { } 553 virtual void waitSync(WGC3Dsync sync, WGC3Dbitfield flags, WGC3Duint64 timeo ut) { }
554 }; 554 };
555 555
556 } // namespace blink 556 } // namespace blink
557 557
558 #endif 558 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698