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

Unified Diff: ppapi/api/ppb_opengles2.idl

Issue 1188013004: Added support for Time Elapsed queries through the command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: ppapi/api/ppb_opengles2.idl
diff --git a/ppapi/api/ppb_opengles2.idl b/ppapi/api/ppb_opengles2.idl
index 5f08099286005882782cb7ab56be0f2e3f156dd1..b1b773bf9b6895883d33d3e83138489458673eaa 100644
--- a/ppapi/api/ppb_opengles2.idl
+++ b/ppapi/api/ppb_opengles2.idl
@@ -722,6 +722,10 @@ interface PPB_OpenGLES2Query {
[in] GLuint id,
[in] GLenum pname,
[out] GLuint_ptr_t params);
+ void GetQueryObjectui64vEXT([in] PP_Resource context,
+ [in] GLuint id,
+ [in] GLenum pname,
+ [out] GLuint64_ptr_t params);
};

Powered by Google App Engine
This is Rietveld 408576698