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

Unified Diff: gpu/GLES2/gl2extchromium.h

Issue 1119723003: Add glCopyCompressedTextureCHROMIUM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments in tests Created 5 years, 7 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 415aa63bde0adc36ed8cd480c29f080a598b8c2b..b9eda6ceb73b1e7ae7e09277d297744eb21a7520 100644
--- a/gpu/GLES2/gl2extchromium.h
+++ b/gpu/GLES2/gl2extchromium.h
@@ -409,6 +409,10 @@ GL_APICALL void GL_APIENTRY glCopySubTextureCHROMIUM(GLenum target,
GLenum dest_id,
GLint xoffset,
GLint yoffset);
+
+GL_APICALL void GL_APIENTRY glCopyCompressedTextureCHROMIUM(
+ GLenum target, GLenum source_id, GLenum dest_id, GLenum internalformat,
+ GLenum dest_type, GLsizei source_size);
#endif
typedef void(GL_APIENTRYP PFNGLCOPYTEXTURECHROMIUMPROC)(GLenum target,
GLenum source_id,

Powered by Google App Engine
This is Rietveld 408576698