/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 | 113 void (*end_query)(struct pipe_context *pipe, struct pipe_query *q); member in struct:pipe_context
|