Home
last modified time | relevance | path

Searched refs:BeginQueryEXT (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_occlusion_query_boolean.txt56 void BeginQueryEXT(enum target, uint id);
63 Accepted by the <target> parameter of BeginQueryEXT, EndQueryEXT,
109 void BeginQueryEXT(enum target, uint id);
117 BeginQueryEXT fails and an INVALID_OPERATION error is generated if <id>
121 BeginQueryEXT sets the active query object name for the query type given
122 by <target> to <id>. If BeginQueryEXT is called with an <id> of zero, if
151 associated with them until the first time they are used by BeginQueryEXT.
189 finished by calling BeginQueryEXT and EndQueryEXT, respectively, with a
282 The error INVALID_OPERATION is generated if BeginQueryEXT is called
286 The error INVALID_OPERATION is generated if BeginQueryEXT is called
[all …]
DEXT_disjoint_timer_query.txt79 void BeginQueryEXT(enum target, uint id);
102 Accepted by the <target> parameter of BeginQueryEXT, EndQueryEXT, and
151 the first time they are used by BeginQueryEXT or QueryCounterEXT. Query
169 void BeginQueryEXT(enum target, uint id);
172 where <target> is TIME_ELAPSED_EXT. If BeginQueryEXT is called
176 If BeginQueryEXT is called with an <id> of zero, if the active query
183 When BeginQueryEXT and EndQueryEXT are called with a <target> of
190 memory). The BeginQueryEXT and EndQueryEXT commands may return before the
217 BeginQueryEXT / EndQueryEXT block where the <target> is TIME_ELAPSED_EXT and
220 BeginQueryEXT/EndQueryEXT block.
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_occlusion_query_boolean.txt56 void BeginQueryEXT(enum target, uint id);
63 Accepted by the <target> parameter of BeginQueryEXT, EndQueryEXT,
109 void BeginQueryEXT(enum target, uint id);
117 BeginQueryEXT fails and an INVALID_OPERATION error is generated if <id>
121 BeginQueryEXT sets the active query object name for the query type given
122 by <target> to <id>. If BeginQueryEXT is called with an <id> of zero, if
151 associated with them until the first time they are used by BeginQueryEXT.
189 finished by calling BeginQueryEXT and EndQueryEXT, respectively, with a
282 The error INVALID_OPERATION is generated if BeginQueryEXT is called
286 The error INVALID_OPERATION is generated if BeginQueryEXT is called
[all …]
DEXT_disjoint_timer_query.txt79 void BeginQueryEXT(enum target, uint id);
103 Accepted by the <target> parameter of BeginQueryEXT, EndQueryEXT, and
152 the first time they are used by BeginQueryEXT or QueryCounterEXT. Query
170 void BeginQueryEXT(enum target, uint id);
173 where <target> is TIME_ELAPSED_EXT. If BeginQueryEXT is called
177 If BeginQueryEXT is called with an <id> of zero, if the active query
184 When BeginQueryEXT and EndQueryEXT are called with a <target> of
191 memory). The BeginQueryEXT and EndQueryEXT commands may return before the
218 BeginQueryEXT / EndQueryEXT block where the <target> is TIME_ELAPSED_EXT and
221 BeginQueryEXT/EndQueryEXT block.
[all …]
/third_party/skia/third_party/externals/angle2/extensions/
DCHROMIUM_sync_query.txt42 Accepted by the <target> parameter of BeginQueryEXT, EndQueryEXT,
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp35 return gl::BeginQueryEXT(target, name); in glBeginQueryEXT()
1547 this->glBeginQueryEXT = gl::BeginQueryEXT; in LibGLESv2exports()
Dentry_points.h26 void GL_APIENTRY BeginQueryEXT(GLenum target, GLuint name);
DlibGLESv2.cpp119 void GL_APIENTRY BeginQueryEXT(GLenum target, GLuint name) in BeginQueryEXT() function
6279 FUNCTION(BeginQueryEXT), in es2GetProcAddress()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp4369 ANGLE_CAPTURE(BeginQueryEXT, isCallValid, context, targetPacked, idPacked); in GL_BeginQueryEXT()