Home
last modified time | relevance | path

Searched refs:end_query (Results 1 – 25 of 45) 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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
Di915_query.c83 i915->base.end_query = i915_end_query; in i915_init_query_functions()
/external/chromium/chrome/browser/history/
Durl_database.cc326 std::string end_query(prefix_utf8); in AutocompleteForPrefix() local
327 end_query.push_back(std::numeric_limits<unsigned char>::max()); in AutocompleteForPrefix()
330 statement.BindString(1, end_query); in AutocompleteForPrefix()
/external/chromium_org/chrome/browser/history/
Durl_database.cc269 std::string end_query(prefix); in AutocompleteForPrefix() local
270 end_query.push_back(std::numeric_limits<unsigned char>::max()); in AutocompleteForPrefix()
273 statement.BindString(1, end_query); in AutocompleteForPrefix()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_query.c125 rctx->context.end_query = r600_end_query; in r600_init_query_functions()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
Dr600_query.c125 rctx->context.end_query = r600_end_query; in r600_init_query_functions()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c181 llvmpipe->pipe.end_query = llvmpipe_end_query; in llvmpipe_init_query_funcs()
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
Dst_cb_queryobj.c142 pipe->end_query(pipe, stq->pq); in st_EndQuery()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
Dsp_query.c228 softpipe->pipe.end_query = softpipe_end_query; in softpipe_init_query_funcs()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c228 softpipe->pipe.end_query = softpipe_end_query; in softpipe_init_query_funcs()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
Dr300_query.c208 r300->context.end_query = r300_end_query; in r300_init_query_functions()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_query.c208 r300->context.end_query = r300_end_query; in r300_init_query_functions()
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
Dp_context.h113 void (*end_query)(struct pipe_context *pipe, struct pipe_query *q); member
/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/svga/
Dsvga_pipe_query.c266 svga->pipe.end_query = svga_end_query; in svga_init_query_functions()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Dsvga_pipe_query.c266 svga->pipe.end_query = svga_end_query; in svga_init_query_functions()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_query.c265 pipe->end_query = nv30_query_end; in nv30_query_init()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
Dnv30_query.c265 pipe->end_query = nv30_query_end; in nv30_query_init()
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
Dnoop_pipe.c274 ctx->end_query = noop_end_query; in noop_create_context()

12