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

Unified Diff: gpu/GLES2/gl2extchromium.h

Issue 1119723003: Add glCopyCompressedTextureCHROMIUM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address issues Created 5 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: gpu/GLES2/gl2extchromium.h
diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h
index 5ca43fd8dc5a5ae027157d4bf53217388cad0810..9a3ac96e99a58b9f1cc826c574fd9a16c932fb55 100644
--- a/gpu/GLES2/gl2extchromium.h
+++ b/gpu/GLES2/gl2extchromium.h
@@ -413,6 +413,9 @@ GL_APICALL void GL_APIENTRY glCopySubTextureCHROMIUM(GLenum target,
GLint y,
GLsizei width,
GLsizei height);
+
+GL_APICALL void GL_APIENTRY glCompressedCopyTextureCHROMIUM(
reveman 2015/06/12 14:23:34 nit: move this to a separate "#ifndef GL_CHROMIUM_
christiank 2015/06/15 09:42:42 Done.
+ GLenum target, GLenum source_id, GLenum dest_id);
#endif
typedef void(GL_APIENTRYP PFNGLCOPYTEXTURECHROMIUMPROC)(GLenum target,
GLenum source_id,

Powered by Google App Engine
This is Rietveld 408576698