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

Unified Diff: gpu/blink/webgraphicscontext3d_impl.h

Issue 1808933002: Remove framebufferRenderbuffer and framebufferTexture* from WGC3D. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wgc3d-unused
Patch Set: framebufferRenderbuffer: rebase Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/test_runner/test_plugin.cc ('k') | gpu/blink/webgraphicscontext3d_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/blink/webgraphicscontext3d_impl.h
diff --git a/gpu/blink/webgraphicscontext3d_impl.h b/gpu/blink/webgraphicscontext3d_impl.h
index e33e87709198e2b6e63eb52e5645934210c54710..16eb3f7641b54d0736471f21d98a04a45a72e66a 100644
--- a/gpu/blink/webgraphicscontext3d_impl.h
+++ b/gpu/blink/webgraphicscontext3d_impl.h
@@ -144,15 +144,6 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl
void enableVertexAttribArray(blink::WGC3Duint index) override;
void finish() override;
void flush() override;
- void framebufferRenderbuffer(blink::WGC3Denum target,
- blink::WGC3Denum attachment,
- blink::WGC3Denum renderbuffertarget,
- blink::WebGLId renderbuffer) override;
- void framebufferTexture2D(blink::WGC3Denum target,
- blink::WGC3Denum attachment,
- blink::WGC3Denum textarget,
- blink::WebGLId texture,
- blink::WGC3Dint level) override;
void frontFace(blink::WGC3Denum mode) override;
void generateMipmap(blink::WGC3Denum target) override;
@@ -685,11 +676,6 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl
void endTransformFeedback(void) override;
blink::WGC3Dsync fenceSync(blink::WGC3Denum condition,
blink::WGC3Dbitfield flags) override;
- void framebufferTextureLayer(blink::WGC3Denum target,
- blink::WGC3Denum attachment,
- blink::WGC3Duint texture,
- blink::WGC3Dint level,
- blink::WGC3Dint layer) override;
void getActiveUniformBlockName(blink::WGC3Duint program,
blink::WGC3Duint uniformBlockIndex,
blink::WGC3Dsizei bufSize,
« no previous file with comments | « components/test_runner/test_plugin.cc ('k') | gpu/blink/webgraphicscontext3d_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698