Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / cc / test / test_gles2_interface.h
index be18e73..c20cf5f 100644 (file)
@@ -160,8 +160,14 @@ class TestGLES2Interface : public gpu::gles2::GLES2InterfaceStub {
   virtual void GenMailboxCHROMIUM(GLbyte* mailbox) OVERRIDE;
   virtual void ProduceTextureCHROMIUM(GLenum target,
                                       const GLbyte* mailbox) OVERRIDE;
+  virtual void ProduceTextureDirectCHROMIUM(GLuint texture,
+                                            GLenum target,
+                                            const GLbyte* mailbox) OVERRIDE;
   virtual void ConsumeTextureCHROMIUM(GLenum target,
                                       const GLbyte* mailbox) OVERRIDE;
+  virtual GLuint CreateAndConsumeTextureCHROMIUM(
+      GLenum target,
+      const GLbyte* mailbox) OVERRIDE;
 
   virtual void ResizeCHROMIUM(GLuint width,
                               GLuint height,