HomeSort by relevance Sort by last modified time
    Searched defs:end_query (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_query.h 39 void (*end_query)(struct etna_context *ctx, struct etna_query *q); member in struct:etna_query_funcs
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_query.h 41 void (*end_query)(struct fd_context *ctx, struct fd_query *q); member in struct:fd_query_funcs
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_query.h 14 void (*end_query)(struct nv50_context *, struct nv50_query *); member in struct:nv50_query_funcs
nv50_query_hw.h 16 void (*end_query)(struct nv50_context *, struct nv50_hw_query *); member in struct:nv50_hw_query_funcs
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_query.h 14 void (*end_query)(struct nvc0_context *, struct nvc0_query *); member in struct:nvc0_query_funcs
nvc0_query_hw.h 16 void (*end_query)(struct nvc0_context *, struct nvc0_hw_query *); member in struct:nvc0_hw_query_funcs
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 372 void end_query (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
498 {end_query, "end_query", "Invalid glEndQuery() usage" },
  /external/c-ares/
ares_process.c 99 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
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 144 bool (*end_query)(struct pipe_context *pipe, struct pipe_query *q); member in struct:pipe_context
  /external/mesa3d/src/gallium/tools/trace/
dump_state.py 677 def end_query(self, query): member in class:Context

Completed in 124 milliseconds