HomeSort by relevance Sort by last modified time
    Searched full:begin_query (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600.h 73 /* Size of the result in memory for both begin_query and end_query,
80 /* The number of dwords for begin_query or end_query. */
r600_query.c 124 rctx->context.begin_query = r600_begin_query;
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600.h 73 /* Size of the result in memory for both begin_query and end_query,
80 /* The number of dwords for begin_query or end_query. */
r600_query.c 124 rctx->context.begin_query = r600_begin_query;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_query.c 82 i915->base.begin_query = i915_begin_query;
  /external/mesa3d/src/gallium/drivers/i915/
i915_query.c 82 i915->base.begin_query = i915_begin_query;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_query.c 97 fprintf(stderr, "r300: begin_query: "
207 r300->context.begin_query = r300_begin_query;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600.h 165 /* Size of the result in memory for both begin_query and end_query,
168 /* The number of dwords for begin_query or end_query. */
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
occlusion-query.c 177 info.ctx->begin_query(info.ctx, q1);
183 info.ctx->begin_query(info.ctx, q2);
  /external/mesa3d/src/gallium/drivers/r300/
r300_query.c 97 fprintf(stderr, "r300: begin_query: "
207 r300->context.begin_query = r300_begin_query;
  /external/mesa3d/src/gallium/drivers/r600/
r600.h 165 /* Size of the result in memory for both begin_query and end_query,
168 /* The number of dwords for begin_query or end_query. */
  /external/mesa3d/src/gallium/tests/graw/
occlusion-query.c 177 info.ctx->begin_query(info.ctx, q1);
183 info.ctx->begin_query(info.ctx, q2);
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
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/mesa3d/src/gallium/docs/source/
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/gles31/functional/
es31fNegativeFragmentApiTests.cpp 219 void begin_query (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
399 {begin_query, "begin_query", "Invalid glBeginQuery() usage" },
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_query.c 180 llvmpipe->pipe.begin_query = llvmpipe_begin_query;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_query.c 264 pipe->begin_query = nv30_query_begin;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_query.c 227 softpipe->pipe.begin_query = softpipe_begin_query;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_queryobj.c 125 pipe->begin_query(pipe, stq->pq);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_query.c 180 llvmpipe->pipe.begin_query = llvmpipe_begin_query;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_query.c 264 pipe->begin_query = nv30_query_begin;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_query.c 227 softpipe->pipe.begin_query = softpipe_begin_query;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_queryobj.c 125 pipe->begin_query(pipe, stq->pq);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
noop_pipe.c 273 ctx->begin_query = noop_begin_query;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_query.c 265 svga->pipe.begin_query = svga_begin_query;

Completed in 1750 milliseconds

1 2 3