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

Unified Diff: webkit/common/gpu/webgraphicscontext3d_impl.h

Issue 634083002: gpu: Compositor management of GpuMemoryBuffer instances. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cc-pre-chromium-image-refactor
Patch Set: rebase Created 6 years, 2 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 | « ui/gl/gl_image_shared_memory.cc ('k') | webkit/common/gpu/webgraphicscontext3d_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/gpu/webgraphicscontext3d_impl.h
diff --git a/webkit/common/gpu/webgraphicscontext3d_impl.h b/webkit/common/gpu/webgraphicscontext3d_impl.h
index 826bac3f2a81928733cf2f1caf81af65e609f74f..ee3cb36086d665bd977ba8000c72f4664e200c4a 100644
--- a/webkit/common/gpu/webgraphicscontext3d_impl.h
+++ b/webkit/common/gpu/webgraphicscontext3d_impl.h
@@ -534,22 +534,12 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DImpl
WGC3Denum type, WGC3Dintptr offset, WGC3Dsizei primcount);
virtual void vertexAttribDivisorANGLE(WGC3Duint index, WGC3Duint divisor);
- // GL_CHROMIUM_image
- virtual WGC3Duint createImageCHROMIUM(WGC3Dsizei width,
- WGC3Dsizei height,
- WGC3Denum internalformat,
- WGC3Denum usage);
- virtual void destroyImageCHROMIUM(WGC3Duint image_id);
- virtual void getImageParameterivCHROMIUM(
- WGC3Duint image_id, WGC3Denum pname, WGC3Dint* params);
- virtual void* mapImageCHROMIUM(WGC3Duint image_id);
- virtual void unmapImageCHROMIUM(WGC3Duint image_id);
-
// GL_CHROMIUM_gpu_memory_buffer_image
virtual WGC3Duint createGpuMemoryBufferImageCHROMIUM(WGC3Dsizei width,
WGC3Dsizei height,
WGC3Denum internalformat,
WGC3Denum usage);
+ virtual void destroyImageCHROMIUM(WGC3Duint image_id);
// GL_EXT_multisampled_render_to_texture
virtual void framebufferTexture2DMultisampleEXT(WGC3Denum target,
« no previous file with comments | « ui/gl/gl_image_shared_memory.cc ('k') | webkit/common/gpu/webgraphicscontext3d_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698