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

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

Issue 299043003: Adding bindless variants mailbox produce/consume (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Test fix for windows Created 6 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 side-by-side diff with in-line comments
Download patch
Index: webkit/common/gpu/webgraphicscontext3d_impl.h
diff --git a/webkit/common/gpu/webgraphicscontext3d_impl.h b/webkit/common/gpu/webgraphicscontext3d_impl.h
index 8bb906709923ac477991719357b29dc44046c703..83af0b4ad1ae5a9cdde0908e3ea52f6ff64e5d60 100644
--- a/webkit/common/gpu/webgraphicscontext3d_impl.h
+++ b/webkit/common/gpu/webgraphicscontext3d_impl.h
@@ -473,8 +473,12 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DImpl
virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox);
virtual void produceTextureCHROMIUM(WGC3Denum target,
const WGC3Dbyte* mailbox);
+ virtual void produceTextureDirectCHROMIUM(WebGLId texture, WGC3Denum target,
+ const WGC3Dbyte* mailbox);
virtual void consumeTextureCHROMIUM(WGC3Denum target,
const WGC3Dbyte* mailbox);
+ virtual WebGLId createAndConsumeTextureCHROMIUM(WGC3Denum target,
+ const WGC3Dbyte* mailbox);
virtual void insertEventMarkerEXT(const WGC3Dchar* marker);
virtual void pushGroupMarkerEXT(const WGC3Dchar* marker);
« no previous file with comments | « gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc ('k') | webkit/common/gpu/webgraphicscontext3d_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698