Searched defs:glBeginQuery (Results 1 - 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
H A Dgl2_client_context.h328 glBeginQuery_client_proc_t glBeginQuery; member in struct:gl2_client_context_t
H A Dgl2_entry.cpp323 void glBeginQuery(GLenum target, GLuint query);
2347 void glBeginQuery(GLenum target, GLuint query) function
2350 ctx->glBeginQuery(ctx, target, query);

Completed in 17 milliseconds