Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/tests/graw/
Docclusion-query.c177 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/
Di915_query.c82 i915->base.begin_query = i915_begin_query; in i915_init_query_functions()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_query.c124 rctx->context.begin_query = r600_begin_query; in r600_init_query_functions()
/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp219 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/
Dlp_query.c180 llvmpipe->pipe.begin_query = llvmpipe_begin_query; in llvmpipe_init_query_funcs()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c125 pipe->begin_query(pipe, stq->pq); in st_BeginQuery()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c227 softpipe->pipe.begin_query = softpipe_begin_query; in softpipe_init_query_funcs()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_query.c207 r300->context.begin_query = r300_begin_query; in r300_init_query_functions()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h112 void (*begin_query)(struct pipe_context *pipe, struct pipe_query *q); member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_query.c265 svga->pipe.begin_query = svga_begin_query; in svga_init_query_functions()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_query.c264 pipe->begin_query = nv30_query_begin; in nv30_query_init()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst297 ``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/
Des3fNegativeFragmentApiTests.cpp217 ES3F_ADD_API_CASE(begin_query, "Invalid glBeginQuery() usage", in init()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_pipe.c273 ctx->begin_query = noop_begin_query; in noop_create_context()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_context.c103 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/
Did_context.c87 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/
Dnv50_query.c390 pipe->begin_query = nv50_query_begin; in nv50_init_query_functions()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_query.c520 pipe->begin_query = nvc0_query_begin; in nvc0_init_query_functions()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c169 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/
Dtr_context.c156 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/
Dr600_query.c611 rctx->context.begin_query = r600_begin_query; in r600_init_query_functions()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h143 if(!pipe->begin_query) in init_context()
1369 pipe->begin_query(pipe, ((GalliumD3D11Asynchronous<>*)async)->query); in Begin()
/external/mesa3d/src/gallium/docs/
Dd3d11ddi.txt349 QueryBegin -> begin_query
/external/deqp/android/cts/lmp/src/
Des31-lmp.txt13195 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/
Dgles31-master.txt13195 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

12