Searched refs:BeginQuery (Results 1 – 25 of 92) sorted by relevance
1234
72 (also modify the BeginQuery language to disallow BeginQuery while the75 BeginQuery sets the active query object name for the query type given by76 <target> to <id>. If BeginQuery is called with an <id> of zero, if the186 (5) What happens if BeginQuery is called while the specified occlusion237 calling BeginQuery while the query is used
70 RESOLVED: The timer starts when all commands prior to BeginQuery() have96 completion of the BeginQuery and EndQuery commands, or just time spent in105 BeginQuery/EndQuery. Can multiple query types be active simultaneously?120 sizes, for example. It would also mean that BeginQuery() with a query134 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, and220 void BeginQuery(enum target, uint id);227 BeginQuery sets the active query object name for the query type given by228 <target> to <id>. If BeginQuery is called with an <id> of zero, if the[all …]
67 "Queries where BeginQuery or EndQuery is called with a target of
81 Accepted by the <target> parameter of BeginQuery, EndQuery, and130 When BeginQuery and EndQuery are called with a <target> of134 have been fully realized. The BeginQuery and EndQuery commands may return159 within a BeginQuery / EndQuery block where the <target> is TIME_ELAPSED168 If <id> is already in use within a BeginQuery / EndQuery block, or if277 The error INVALID_ENUM is generated if BeginQuery or EndQuery is called289 on a query object that is already in use inside a BeginQuery/EndQuery.453 RESOLVED: The timer starts when all commands prior to BeginQuery() have481 completion of the BeginQuery and EndQuery commands, or just time490 BeginQuery/EndQuery. Can multiple query types be active[all …]
78 Accepted by the <target> parameter of BeginQuery, EndQuery,98 BeginQuery sets the active query object name for the query type given by99 target to id. If BeginQuery is called with an id of zero, if the active query object140 finished by calling BeginQuery and EndQuery, respectively, with a target331 Resolved. No! Specifically, it is an error to BeginQuery for373 created (or re-used) at BeginQuery contains the state to save the379 4) Currently, if a draw within BeginQuery/EndQuery passes a depth470 BeginQuery( SAMPLES_PASSED )...EndQuery( ANY_SAMPLES_PASSED )
88 Accepted by the <target> parameter of BeginQuery, EndQuery, GetQueryiv,197 When BeginQuery is called with a target of VERTICES_SUBMITTED_ARB, the208 When BeginQuery is called with a target of PRIMITIVES_SUBMITTED_ARB, the237 When BeginQuery is called with a target of VERTEX_SHADER_INVOCATIONS_ARB,252 When BeginQuery is called with a target of TESS_CONTROL_SHADER_PATCHES_ARB,258 When BeginQuery is called with a target of TESS_EVALUATION_SHADER_-274 When BeginQuery is called with a target of GEOMETRY_SHADER_INVOCATIONS,282 When BeginQuery is called with a target of GEOMETRY_SHADER_PRIMITIVES_-315 When BeginQuery is called with a target of CLIPPING_INPUT_PRIMITIVES_ARB,321 When BeginQuery is called with a target of CLIPPING_OUTPUT_PRIMITIVES_ARB,[all …]
91 Accepted by the <target> parameter of BeginQuery, EndQuery,141 "BeginQuery sets the active query object name for the query type given by142 <target> to <id>. If BeginQuery is called with an id of zero, if the193 finished by calling BeginQuery and EndQuery, respectively, with a target
91 Accepted by the <target> parameter of BeginQuery, EndQuery, and140 When BeginQuery and EndQuery are called with a <target> of144 have been fully realized. The BeginQuery and EndQuery commands may return169 within a BeginQuery / EndQuery block where the <target> is TIME_ELAPSED178 If <id> is already in use within a BeginQuery / EndQuery block, or if287 The error INVALID_ENUM is generated if BeginQuery or EndQuery is called299 on a query object that is already in use inside a BeginQuery/EndQuery.463 RESOLVED: The timer starts when all commands prior to BeginQuery() have491 completion of the BeginQuery and EndQuery commands, or just time500 BeginQuery/EndQuery. Can multiple query types be active[all …]
88 Accepted by the <target> parameter of BeginQuery, EndQuery,108 BeginQuery sets the active query object name for the query type given by109 target to id. If BeginQuery is called with an id of zero, if the active query object150 finished by calling BeginQuery and EndQuery, respectively, with a target341 Resolved. No! Specifically, it is an error to BeginQuery for383 created (or re-used) at BeginQuery contains the state to save the389 4) Currently, if a draw within BeginQuery/EndQuery passes a depth480 BeginQuery( SAMPLES_PASSED )...EndQuery( ANY_SAMPLES_PASSED )
98 Accepted by the <target> parameter of BeginQuery, EndQuery, GetQueryiv,207 When BeginQuery is called with a target of VERTICES_SUBMITTED_ARB, the218 When BeginQuery is called with a target of PRIMITIVES_SUBMITTED_ARB, the247 When BeginQuery is called with a target of VERTEX_SHADER_INVOCATIONS_ARB,262 When BeginQuery is called with a target of TESS_CONTROL_SHADER_PATCHES_ARB,268 When BeginQuery is called with a target of TESS_EVALUATION_SHADER_-284 When BeginQuery is called with a target of GEOMETRY_SHADER_INVOCATIONS,292 When BeginQuery is called with a target of GEOMETRY_SHADER_PRIMITIVES_-325 When BeginQuery is called with a target of CLIPPING_INPUT_PRIMITIVES_ARB,331 When BeginQuery is called with a target of CLIPPING_OUTPUT_PRIMITIVES_ARB,[all …]
101 Accepted by the <target> parameter of BeginQuery, EndQuery,151 "BeginQuery sets the active query object name for the query type given by152 <target> to <id>. If BeginQuery is called with an id of zero, if the203 finished by calling BeginQuery and EndQuery, respectively, with a target
35 GST_GL_EXT_FUNCTION (void, BeginQuery,
113 (also modify the BeginQuery language to disallow BeginQuery while the116 BeginQuery sets the active query object name for the query type given by117 <target> to <id>. If BeginQuery is called with an <id> of zero, if the380 (5) What happens if BeginQuery is called while the specified occlusion461 calling BeginQuery while the query is used
19 ANGLE_EXPORT void GL_APIENTRY BeginQuery(GLenum target, GLuint id);
29 void GL_APIENTRY BeginQuery(GLenum target, GLuint id) in BeginQuery() function45 ANGLE_CAPTURE(BeginQuery, isCallValid, context, targetPacked, id); in BeginQuery()
36 case CommandID::BeginQuery: in executeCommands()340 case CommandID::BeginQuery: in dumpCommands()
82 case CommandGraphNodeFunction::BeginQuery: in GetResourceTypeName()471 ASSERT(mFunction == CommandGraphNodeFunction::BeginQuery || in setQueryPool()590 case CommandGraphNodeFunction::BeginQuery: in visitAndExecute()951 CommandGraphNode *newNode = allocateBarrierNode(CommandGraphNodeFunction::BeginQuery, in beginQuery()
434 GET_PROC(BeginQuery); in GrGLMakeAssembledGLESInterface()443 GET_PROC_SUFFIX(BeginQuery, EXT); in GrGLMakeAssembledGLESInterface()
446 RESOLVED: The timer starts when all commands prior to BeginQuery() have471 completion of the BeginQuery and EndQuery commands, or just time495 sizes, for example. It would also mean that BeginQuery() with a query500 the resolution is that BeginQuery will generate error INVALID_OPERATION515 BeginQuery/EndQuery commands reach the bottom of the rendering pipeline.517 the CPU may have started work on GL commands issued after BeginQuery,
459 GET_PROC(BeginQuery); in GrGLMakeAssembledGLESInterface()468 GET_PROC_SUFFIX(BeginQuery, EXT); in GrGLMakeAssembledGLESInterface()
258 gl->BeginQuery (query->query_type, query->query_id); in gst_gl_query_start()