Searched refs:begin_query (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_query.c82 i915->base.begin_query = i915_begin_query;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_query.c82 i915->base.begin_query = i915_begin_query;
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Docclusion-query.c177 info.ctx->begin_query(info.ctx, q1);
183 info.ctx->begin_query(info.ctx, q2);
/external/mesa3d/src/gallium/tests/graw/
H A Docclusion-query.c177 info.ctx->begin_query(info.ctx, q1);
183 info.ctx->begin_query(info.ctx, q2);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_query.c180 llvmpipe->pipe.begin_query = llvmpipe_begin_query;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_query.c124 rctx->context.begin_query = r600_begin_query;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_query.c180 llvmpipe->pipe.begin_query = llvmpipe_begin_query;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_query.c124 rctx->context.begin_query = r600_begin_query;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_query.c97 fprintf(stderr, "r300: begin_query: "
207 r300->context.begin_query = r300_begin_query;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_query.c227 softpipe->pipe.begin_query = softpipe_begin_query;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_queryobj.c125 pipe->begin_query(pipe, stq->pq);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_query.c97 fprintf(stderr, "r300: begin_query: "
207 r300->context.begin_query = r300_begin_query;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_query.c227 softpipe->pipe.begin_query = softpipe_begin_query;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_queryobj.c125 pipe->begin_query(pipe, stq->pq);
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp219 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/nv30/
H A Dnv30_query.c264 pipe->begin_query = nv30_query_begin;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c265 svga->pipe.begin_query = svga_begin_query;
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_context.h112 void (*begin_query)(struct pipe_context *pipe, struct pipe_query *q); member in struct:pipe_context
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_query.c264 pipe->begin_query = nv30_query_begin;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c265 svga->pipe.begin_query = svga_begin_query;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h112 void (*begin_query)(struct pipe_context *pipe, struct pipe_query *q); member in struct:pipe_context
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
H A Dnoop_pipe.c273 ctx->begin_query = noop_begin_query;
/external/deqp/modules/gles3/functional/
H A Des3fNegativeFragmentApiTests.cpp217 ES3F_ADD_API_CASE(begin_query, "Invalid glBeginQuery() usage",
/external/mesa3d/src/gallium/drivers/noop/
H A Dnoop_pipe.c273 ctx->begin_query = noop_begin_query;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_query.c390 pipe->begin_query = nv50_query_begin;

Completed in 568 milliseconds

12