/external/mesa3d/src/gallium/tests/graw/ |
D | occlusion-query.c | 177 info.ctx->begin_query(info.ctx, q1); in draw() 183 info.ctx->begin_query(info.ctx, q2); in draw()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_query.c | 82 i915->base.begin_query = i915_begin_query; in i915_init_query_functions()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | r600_query.c | 124 rctx->context.begin_query = r600_begin_query; in r600_init_query_functions()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeFragmentApiTests.cpp | 219 void begin_query (NegativeTestContext& ctx) in begin_query() function 399 {begin_query, "begin_query", "Invalid glBeginQuery() usage" }, in getNegativeFragmentApiTestFunctions()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_query.c | 180 llvmpipe->pipe.begin_query = llvmpipe_begin_query; in llvmpipe_init_query_funcs()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_queryobj.c | 125 pipe->begin_query(pipe, stq->pq); in st_BeginQuery()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_query.c | 227 softpipe->pipe.begin_query = softpipe_begin_query; in softpipe_init_query_funcs()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_query.c | 207 r300->context.begin_query = r300_begin_query; in r300_init_query_functions()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 112 void (*begin_query)(struct pipe_context *pipe, struct pipe_query *q); member
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_query.c | 265 svga->pipe.begin_query = svga_begin_query; in svga_init_query_functions()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_query.c | 264 pipe->begin_query = nv30_query_begin; in nv30_query_init()
|
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 297 ``destroy_query``. To start a query, use ``begin_query``, and when finished, 329 This query does not require a call to ``begin_query``. 334 events at ``begin_query`` and ``end_query``. 351 commands issued between ``begin_query`` and ``end_query``. 357 This query does not require a call to ``begin_query``.
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeFragmentApiTests.cpp | 217 ES3F_ADD_API_CASE(begin_query, "Invalid glBeginQuery() usage", in init()
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_pipe.c | 273 ctx->begin_query = noop_begin_query; in noop_create_context()
|
/external/mesa3d/src/gallium/drivers/galahad/ |
D | glhd_context.c | 103 pipe->begin_query(pipe, in galahad_context_begin_query() 1007 GLHD_PIPE_INIT(begin_query); in galahad_context_create()
|
/external/mesa3d/src/gallium/drivers/identity/ |
D | id_context.c | 87 pipe->begin_query(pipe, in identity_begin_query() 887 id_pipe->base.begin_query = identity_begin_query; in identity_context_create()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_query.c | 390 pipe->begin_query = nv50_query_begin; in nv50_init_query_functions()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_query.c | 520 pipe->begin_query = nvc0_query_begin; in nvc0_init_query_functions()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 169 pipe->begin_query(pipe, in rbug_begin_query() 1170 rb_pipe->base.begin_query = rbug_begin_query; in rbug_context_create()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_context.c | 156 pipe->begin_query(pipe, query); in trace_context_begin_query() 1594 TR_CTX_INIT(begin_query); in trace_context_create()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_query.c | 611 rctx->context.begin_query = r600_begin_query; in r600_init_query_functions()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_context.h | 143 if(!pipe->begin_query) in init_context() 1369 pipe->begin_query(pipe, ((GalliumD3D11Asynchronous<>*)async)->query); in Begin()
|
/external/mesa3d/src/gallium/docs/ |
D | d3d11ddi.txt | 349 QueryBegin -> begin_query
|
/external/deqp/android/cts/lmp/src/ |
D | es31-lmp.txt | 13195 dEQP-GLES31.functional.debug.negative_coverage.callbacks.fragment.begin_query 13484 dEQP-GLES31.functional.debug.negative_coverage.log.fragment.begin_query 13760 dEQP-GLES31.functional.debug.negative_coverage.get_error.fragment.begin_query
|
/external/deqp/android/cts/lmp/ |
D | gles31-master.txt | 13195 dEQP-GLES31.functional.debug.negative_coverage.callbacks.fragment.begin_query 13484 dEQP-GLES31.functional.debug.negative_coverage.log.fragment.begin_query 13760 dEQP-GLES31.functional.debug.negative_coverage.get_error.fragment.begin_query
|