/third_party/openGLES/extensions/EXT/ |
D | EXT_timer_query.txt | 73 when all commands prior to EndQuery() have been fully executed. 96 completion of the BeginQuery and EndQuery commands, or just time spent in 105 BeginQuery/EndQuery. Can multiple query types be active simultaneously? 134 BeginQuery/EndQuery commands reach the bottom of the rendering pipeline. 162 Accepted by the <target> parameter of BeginQuery, EndQuery, and 235 void EndQuery(enum target); 241 EndQuery have completed and a final query result is available, the query 242 object active when EndQuery is called is updated by the GL. The query 245 zero when EndQuery is called, the error INVALID_OPERATION is generated. 281 finished by calling BeginQuery and EndQuery, respectively, with a <target> [all …]
|
D | EXT_multiview_timer_query.txt | 67 "Queries where BeginQuery or EndQuery is called with a target of
|
D | EXT_transform_feedback.txt | 131 Accepted by the <target> parameter of BeginQuery, EndQuery, and 210 void EndQuery(enum target); 216 EndQuery have completed and a final query result is available, the query 217 object, active when EndQuery is, called is updated by the GL. The query 220 zero when EndQuery is called, the error INVALID_OPERATION is generated. 560 finished by calling BeginQuery and EndQuery, respectively, with a <target> 572 and all fragments generated by the commands issued prior to EndQuery have 787 EndQuery mechanism introduced by ARB_occlusion_query and OpenGL 1.5 to 807 The error INVALID_OPERATION is generated by EndQuery if the active query
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_timer_query.txt | 73 when all commands prior to EndQuery() have been fully executed. 96 completion of the BeginQuery and EndQuery commands, or just time spent in 105 BeginQuery/EndQuery. Can multiple query types be active simultaneously? 134 BeginQuery/EndQuery commands reach the bottom of the rendering pipeline. 162 Accepted by the <target> parameter of BeginQuery, EndQuery, and 235 void EndQuery(enum target); 241 EndQuery have completed and a final query result is available, the query 242 object active when EndQuery is called is updated by the GL. The query 245 zero when EndQuery is called, the error INVALID_OPERATION is generated. 281 finished by calling BeginQuery and EndQuery, respectively, with a <target> [all …]
|
D | EXT_transform_feedback.txt | 131 Accepted by the <target> parameter of BeginQuery, EndQuery, and 210 void EndQuery(enum target); 216 EndQuery have completed and a final query result is available, the query 217 object, active when EndQuery is, called is updated by the GL. The query 220 zero when EndQuery is called, the error INVALID_OPERATION is generated. 560 finished by calling BeginQuery and EndQuery, respectively, with a <target> 572 and all fragments generated by the commands issued prior to EndQuery have 787 EndQuery mechanism introduced by ARB_occlusion_query and OpenGL 1.5 to 807 The error INVALID_OPERATION is generated by EndQuery if the active query
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_occlusion_query2.txt | 88 Accepted by the <target> parameter of BeginQuery, EndQuery, 106 p. 90, modify the last paragraph before "The command void EndQuery..." 150 finished by calling BeginQuery and EndQuery, respectively, with a target 165 issued prior to EndQuery have been generated, the samples-passed count is written 384 boolean. At EndQuery the boolean for the current query is copied to 389 4) Currently, if a draw within BeginQuery/EndQuery passes a depth 480 BeginQuery( SAMPLES_PASSED )...EndQuery( ANY_SAMPLES_PASSED ) 484 EndQuery error language alone. ("If the active query object 485 name for target is zero when EndQuery is called, the error
|
D | ARB_timer_query.txt | 91 Accepted by the <target> parameter of BeginQuery, EndQuery, and 140 When BeginQuery and EndQuery are called with a <target> of 144 have been fully realized. The BeginQuery and EndQuery commands may return 169 within a BeginQuery / EndQuery block where the <target> is TIME_ELAPSED 178 If <id> is already in use within a BeginQuery / EndQuery block, or if 287 The error INVALID_ENUM is generated if BeginQuery or EndQuery is called 299 on a query object that is already in use inside a BeginQuery/EndQuery. 466 when all commands prior to EndQuery() have been fully executed. 491 completion of the BeginQuery and EndQuery commands, or just time 500 BeginQuery/EndQuery. Can multiple query types be active [all …]
|
D | ARB_pipeline_statistics_query.txt | 98 Accepted by the <target> parameter of BeginQuery, EndQuery, GetQueryiv, 486 (4) Should pipeline statistics use the glBegin/EndQuery() interface or 489 DISCUSSION: The glBegin/EndQuery interface matches what D3D10 uses. 496 RESOLVED: Use the glBegin/EndQuery interface.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_occlusion_query2.txt | 78 Accepted by the <target> parameter of BeginQuery, EndQuery, 96 p. 90, modify the last paragraph before "The command void EndQuery..." 140 finished by calling BeginQuery and EndQuery, respectively, with a target 155 issued prior to EndQuery have been generated, the samples-passed count is written 374 boolean. At EndQuery the boolean for the current query is copied to 379 4) Currently, if a draw within BeginQuery/EndQuery passes a depth 470 BeginQuery( SAMPLES_PASSED )...EndQuery( ANY_SAMPLES_PASSED ) 474 EndQuery error language alone. ("If the active query object 475 name for target is zero when EndQuery is called, the error
|
D | ARB_timer_query.txt | 81 Accepted by the <target> parameter of BeginQuery, EndQuery, and 130 When BeginQuery and EndQuery are called with a <target> of 134 have been fully realized. The BeginQuery and EndQuery commands may return 159 within a BeginQuery / EndQuery block where the <target> is TIME_ELAPSED 168 If <id> is already in use within a BeginQuery / EndQuery block, or if 277 The error INVALID_ENUM is generated if BeginQuery or EndQuery is called 289 on a query object that is already in use inside a BeginQuery/EndQuery. 456 when all commands prior to EndQuery() have been fully executed. 481 completion of the BeginQuery and EndQuery commands, or just time 490 BeginQuery/EndQuery. Can multiple query types be active [all …]
|
D | ARB_pipeline_statistics_query.txt | 88 Accepted by the <target> parameter of BeginQuery, EndQuery, GetQueryiv, 476 (4) Should pipeline statistics use the glBegin/EndQuery() interface or 479 DISCUSSION: The glBegin/EndQuery interface matches what D3D10 uses. 486 RESOLVED: Use the glBegin/EndQuery interface.
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
D | query.h | 38 GST_GL_EXT_FUNCTION (void, EndQuery,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_5_autogen.h | 31 ANGLE_EXPORT void GL_APIENTRY EndQuery(GLenum target);
|
D | entry_points_gl_1_5_autogen.cpp | 154 void GL_APIENTRY EndQuery(GLenum target) in EndQuery() function 168 ANGLE_CAPTURE(EndQuery, isCallValid, context, targetPacked); in EndQuery()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SecondaryCommandBuffer.cpp | 198 case CommandID::EndQuery: in executeCommands() 397 case CommandID::EndQuery: in dumpCommands()
|
D | CommandGraph.cpp | 84 case CommandGraphNodeFunction::EndQuery: in GetResourceTypeName() 472 mFunction == CommandGraphNodeFunction::EndQuery || in setQueryPool() 599 case CommandGraphNodeFunction::EndQuery: in visitAndExecute() 959 allocateBarrierNode(CommandGraphNodeFunction::EndQuery, CommandGraphResourceType::Query, 0); in endQuery()
|
D | CommandGraph.h | 51 EndQuery, enumerator
|
/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleGLESInterfaceAutogen.cpp | 436 GET_PROC(EndQuery); in GrGLMakeAssembledGLESInterface() 445 GET_PROC_SUFFIX(EndQuery, EXT); in GrGLMakeAssembledGLESInterface()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLAssembleGLESInterfaceAutogen.cpp | 461 GET_PROC(EndQuery); in GrGLMakeAssembledGLESInterface() 470 GET_PROC_SUFFIX(EndQuery, EXT); in GrGLMakeAssembledGLESInterface()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglquery.c | 288 gl->EndQuery (query->query_type); in gst_gl_query_end()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SecondaryCommandBuffer.cpp | 91 case CommandID::EndQuery: in GetCommandString() 419 case CommandID::EndQuery: in executeCommands()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_query.cpp | 412 ctx->cmdlist->EndQuery(q->query_heap, q->d3d12qtype, query_index); in begin_timer_query() 458 ctx->cmdlist->EndQuery(q->query_heap, q->d3d12qtype, end_index); in end_subquery()
|
/third_party/mesa3d/docs/relnotes/ |
D | 6.3 | 88 driver hooks for BeginQuery/EndQuery
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_transform_feedback.txt | 143 Accepted by the <target> parameter of BeginQuery, EndQuery, and 254 void EndQuery(enum target); 260 EndQuery have completed and a final query result is available, the query 261 object, active when EndQuery is, called is updated by the GL. The query 264 zero when EndQuery is called, the error INVALID_OPERATION is generated. 691 finished by calling BeginQuery and EndQuery, respectively, with a <target> 703 and all fragments generated by the commands issued prior to EndQuery have 896 EndQuery mechanism introduced by ARB_occlusion_query and OpenGL 1.5 to 935 The error INVALID_OPERATION is generated by EndQuery if the active query
|
/third_party/openGLES/extensions/NV/ |
D | NV_transform_feedback.txt | 143 Accepted by the <target> parameter of BeginQuery, EndQuery, and 254 void EndQuery(enum target); 260 EndQuery have completed and a final query result is available, the query 261 object, active when EndQuery is, called is updated by the GL. The query 264 zero when EndQuery is called, the error INVALID_OPERATION is generated. 691 finished by calling BeginQuery and EndQuery, respectively, with a <target> 703 and all fragments generated by the commands issued prior to EndQuery have 896 EndQuery mechanism introduced by ARB_occlusion_query and OpenGL 1.5 to 935 The error INVALID_OPERATION is generated by EndQuery if the active query
|