/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
D | i915_query.c | 83 i915->base.end_query = i915_end_query; in i915_init_query_functions()
|
/external/chromium/chrome/browser/history/ |
D | url_database.cc | 326 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/ |
D | url_database.cc | 269 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/ |
D | r600_query.c | 125 rctx->context.end_query = r600_end_query; in r600_init_query_functions()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
D | r600_query.c | 125 rctx->context.end_query = r600_end_query; in r600_init_query_functions()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_query.c | 181 llvmpipe->pipe.end_query = llvmpipe_end_query; in llvmpipe_init_query_funcs()
|
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_cb_queryobj.c | 142 pipe->end_query(pipe, stq->pq); in st_EndQuery()
|
/external/chromium_org/third_party/mesa/src/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/softpipe/ |
D | sp_query.c | 228 softpipe->pipe.end_query = softpipe_end_query; in softpipe_init_query_funcs()
|
/external/chromium_org/third_party/mesa/src/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/drivers/r300/ |
D | r300_query.c | 208 r300->context.end_query = r300_end_query; in r300_init_query_functions()
|
/external/chromium_org/third_party/mesa/src/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/include/pipe/ |
D | p_context.h | 113 void (*end_query)(struct pipe_context *pipe, struct pipe_query *q); member
|
/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/chromium_org/third_party/mesa/src/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/drivers/nv30/ |
D | nv30_query.c | 265 pipe->end_query = nv30_query_end; in nv30_query_init()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
D | nv30_query.c | 265 pipe->end_query = nv30_query_end; in nv30_query_init()
|
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/ |
D | noop_pipe.c | 274 ctx->end_query = noop_end_query; in noop_create_context()
|