/external/mesa3d/src/gallium/tests/graw/ |
D | occlusion-query.c | 179 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/ |
D | i915_query.c | 83 i915->base.end_query = i915_end_query; in i915_init_query_functions()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_query.c | 125 rctx->context.end_query = r600_end_query; in r600_init_query_functions()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeFragmentApiTests.cpp | 278 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/ |
D | lp_query.c | 181 llvmpipe->pipe.end_query = llvmpipe_end_query; in llvmpipe_init_query_funcs()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_queryobj.c | 142 pipe->end_query(pipe, stq->pq); in st_EndQuery()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_query.c | 228 softpipe->pipe.end_query = softpipe_end_query; in softpipe_init_query_funcs()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_query.c | 208 r300->context.end_query = r300_end_query; in r300_init_query_functions()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 113 void (*end_query)(struct pipe_context *pipe, struct pipe_query *q); member
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_query.c | 265 pipe->end_query = nv30_query_end; in nv30_query_init()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_query.c | 266 svga->pipe.end_query = svga_end_query; in svga_init_query_functions()
|
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 298 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/ |
D | noop_pipe.c | 274 ctx->end_query = noop_end_query; in noop_create_context()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeFragmentApiTests.cpp | 275 ES3F_ADD_API_CASE(end_query, "Invalid glEndQuery() usage", in init()
|
/external/mesa3d/src/gallium/drivers/identity/ |
D | id_context.c | 98 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/ |
D | glhd_context.c | 114 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/ |
D | nv50_query.c | 391 pipe->end_query = nv50_query_end; in nv50_init_query_functions()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_query.c | 521 pipe->end_query = nvc0_query_end; in nvc0_init_query_functions()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 182 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/ |
D | tr_context.c | 174 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/ |
D | r600_query.c | 612 rctx->context.end_query = r600_end_query; in r600_init_query_functions()
|
/external/mesa3d/src/gallium/docs/ |
D | d3d11ddi.txt | 351 QueryEnd -> end_query
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_context.h | 1377 pipe->end_query(pipe, ((GalliumD3D11Asynchronous<>*)async)->query); in End()
|
/external/deqp/android/cts/lmp/ |
D | gles31-master.txt | 13196 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/ |
D | es31-lmp.txt | 13196 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
|