Home
last modified time | relevance | path

Searched refs:end_query (Results 1 – 25 of 33) sorted by relevance

12

/external/mesa3d/src/gallium/tests/graw/
Docclusion-query.c179 info.ctx->end_query(info.ctx, q1); in draw()
185 info.ctx->end_query(info.ctx, q2); in draw()
/external/mesa3d/src/gallium/drivers/i915/
Di915_query.c83 i915->base.end_query = i915_end_query; in i915_init_query_functions()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_query.c125 rctx->context.end_query = r600_end_query; in r600_init_query_functions()
/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp278 void end_query (NegativeTestContext& ctx) in end_query() function
400 {end_query, "end_query", "Invalid glEndQuery() usage" }, in getNegativeFragmentApiTestFunctions()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c181 llvmpipe->pipe.end_query = llvmpipe_end_query; in llvmpipe_init_query_funcs()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c142 pipe->end_query(pipe, stq->pq); in st_EndQuery()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c228 softpipe->pipe.end_query = softpipe_end_query; in softpipe_init_query_funcs()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_query.c208 r300->context.end_query = r300_end_query; in r300_init_query_functions()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h113 void (*end_query)(struct pipe_context *pipe, struct pipe_query *q); member
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_query.c265 pipe->end_query = nv30_query_end; in nv30_query_init()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_query.c266 svga->pipe.end_query = svga_end_query; in svga_init_query_functions()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst298 use ``end_query`` to end the query.
328 ``end_query`` have been processed.
334 events at ``begin_query`` and ``end_query``.
351 commands issued between ``begin_query`` and ``end_query``.
355 all commands issued before ``end_query`` have completed. However, this
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_pipe.c274 ctx->end_query = noop_end_query; in noop_create_context()
/external/deqp/modules/gles3/functional/
Des3fNegativeFragmentApiTests.cpp275 ES3F_ADD_API_CASE(end_query, "Invalid glEndQuery() usage", in init()
/external/mesa3d/src/gallium/drivers/identity/
Did_context.c98 pipe->end_query(pipe, in identity_end_query()
888 id_pipe->base.end_query = identity_end_query; in identity_context_create()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_context.c114 pipe->end_query(pipe, in galahad_context_end_query()
1008 GLHD_PIPE_INIT(end_query); in galahad_context_create()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_query.c391 pipe->end_query = nv50_query_end; in nv50_init_query_functions()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_query.c521 pipe->end_query = nvc0_query_end; in nvc0_init_query_functions()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c182 pipe->end_query(pipe, in rbug_end_query()
1171 rb_pipe->base.end_query = rbug_end_query; in rbug_context_create()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c174 pipe->end_query(pipe, query); in trace_context_end_query()
1595 TR_CTX_INIT(end_query); in trace_context_create()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_query.c612 rctx->context.end_query = r600_end_query; in r600_init_query_functions()
/external/mesa3d/src/gallium/docs/
Dd3d11ddi.txt351 QueryEnd -> end_query
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h1377 pipe->end_query(pipe, ((GalliumD3D11Asynchronous<>*)async)->query); in End()
/external/deqp/android/cts/lmp/
Dgles31-master.txt13196 dEQP-GLES31.functional.debug.negative_coverage.callbacks.fragment.end_query
13485 dEQP-GLES31.functional.debug.negative_coverage.log.fragment.end_query
13761 dEQP-GLES31.functional.debug.negative_coverage.get_error.fragment.end_query
/external/deqp/android/cts/lmp/src/
Des31-lmp.txt13196 dEQP-GLES31.functional.debug.negative_coverage.callbacks.fragment.end_query
13485 dEQP-GLES31.functional.debug.negative_coverage.log.fragment.end_query
13761 dEQP-GLES31.functional.debug.negative_coverage.get_error.fragment.end_query

12