Searched defs:end_query (Results 1 - 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query.h39 void (*end_query)(struct etna_context *ctx, struct etna_query *q); member in struct:etna_query_funcs
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query.h14 void (*end_query)(struct nv50_context *, struct nv50_query *); member in struct:nv50_query_funcs
H A Dnv50_query_hw.h16 void (*end_query)(struct nv50_context *, struct nv50_hw_query *); member in struct:nv50_hw_query_funcs
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query.h14 void (*end_query)(struct nvc0_context *, struct nvc0_query *); member in struct:nvc0_query_funcs
H A Dnvc0_query_hw.h16 void (*end_query)(struct nvc0_context *, struct nvc0_hw_query *); member in struct:nvc0_hw_query_funcs
/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query.h41 void (*end_query)(struct fd_context *ctx, struct fd_query *q); member in struct:fd_query_funcs
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp372 void end_query (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
498 {end_query, "end_query", "Invalid glEndQuery() usage" },
/external/c-ares/
H A Dares_process.c99 static void end_query(ares_channel channel, struct query *query, int status,
611 end_query(channel, query, ARES_SUCCESS, abuf, alen);
721 end_query(channel, query, query->error_status, NULL, 0);
749 end_query(channel, query, ARES_ENOMEM, NULL, 0);
1207 static void end_query (ares_channel channel, struct query *query, int status, function
/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h144 bool (*end_query)(struct pipe_context *pipe, struct pipe_query *q); member in struct:pipe_context
/external/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py677 def end_query(self, query): member in class:Context

Completed in 247 milliseconds