Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_query.h39 void (*end_query)(struct etna_context *ctx, struct etna_query *q); member
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query.h14 void (*end_query)(struct nv50_context *, struct nv50_query *); member
Dnv50_query_hw.h16 void (*end_query)(struct nv50_context *, struct nv50_hw_query *); member
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query.h14 void (*end_query)(struct nvc0_context *, struct nvc0_query *); member
Dnvc0_query_hw.h16 void (*end_query)(struct nvc0_context *, struct nvc0_hw_query *); member
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.h41 void (*end_query)(struct fd_context *ctx, struct fd_query *q); member
/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp372 void end_query (NegativeTestContext& ctx) in end_query() function
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h118 void (*end_query)(struct pipe_context *pipe, struct pipe_query *q); member
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h155 bool (*end_query)(struct pipe_context *pipe, struct pipe_query *q); member
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py677 def end_query(self, query): member in Context