Lines Matching refs:BeginQuery
70 RESOLVED: The timer starts when all commands prior to BeginQuery() have
96 completion of the BeginQuery and EndQuery commands, or just time spent in
105 BeginQuery/EndQuery. Can multiple query types be active simultaneously?
120 sizes, for example. It would also mean that BeginQuery() with a query
134 BeginQuery/EndQuery commands reach the bottom of the rendering pipeline.
136 the CPU may have started work on GL commands issued after BeginQuery,
162 Accepted by the <target> parameter of BeginQuery, EndQuery, and
220 void BeginQuery(enum target, uint id);
227 BeginQuery sets the active query object name for the query type given by
228 <target> to <id>. If BeginQuery is called with an <id> of zero, if the
253 they are used by BeginQuery.
281 finished by calling BeginQuery and EndQuery, respectively, with a <target>
308 started and finished by calling BeginQuery and EndQuery, respectively,
311 When BeginQuery and EndQuery are called with a <target> of
315 have been fully realized. The BeginQuery and EndQuery commands may return