Home
last modified time | relevance | path

Searched refs:EndQuery (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/openGLES/extensions/EXT/
DEXT_timer_query.txt73 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 …]
DEXT_multiview_timer_query.txt67 "Queries where BeginQuery or EndQuery is called with a target of
DEXT_transform_feedback.txt131 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/
DEXT_timer_query.txt73 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 …]
DEXT_transform_feedback.txt131 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/
DARB_occlusion_query2.txt88 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
DARB_timer_query.txt91 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 …]
DARB_pipeline_statistics_query.txt98 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/
DARB_occlusion_query2.txt78 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
DARB_timer_query.txt81 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 …]
DARB_pipeline_statistics_query.txt88 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/
Dquery.h38 GST_GL_EXT_FUNCTION (void, EndQuery,
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_5_autogen.h31 ANGLE_EXPORT void GL_APIENTRY EndQuery(GLenum target);
Dentry_points_gl_1_5_autogen.cpp154 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/
DSecondaryCommandBuffer.cpp198 case CommandID::EndQuery: in executeCommands()
397 case CommandID::EndQuery: in dumpCommands()
DCommandGraph.cpp84 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()
DCommandGraph.h51 EndQuery, enumerator
/third_party/skia/src/gpu/gl/
DGrGLAssembleGLESInterfaceAutogen.cpp436 GET_PROC(EndQuery); in GrGLMakeAssembledGLESInterface()
445 GET_PROC_SUFFIX(EndQuery, EXT); in GrGLMakeAssembledGLESInterface()
/third_party/flutter/skia/src/gpu/gl/
DGrGLAssembleGLESInterfaceAutogen.cpp461 GET_PROC(EndQuery); in GrGLMakeAssembledGLESInterface()
470 GET_PROC_SUFFIX(EndQuery, EXT); in GrGLMakeAssembledGLESInterface()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglquery.c288 gl->EndQuery (query->query_type); in gst_gl_query_end()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp91 case CommandID::EndQuery: in GetCommandString()
419 case CommandID::EndQuery: in executeCommands()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_query.cpp412 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/
D6.388 driver hooks for BeginQuery/EndQuery
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_transform_feedback.txt143 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/
DNV_transform_feedback.txt143 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

1234