Home
last modified time | relevance | path

Searched refs:glIsQuery_client_proc_t (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h332 glIsQuery_client_proc_t glIsQuery;
Dgl2_client_context.cpp332 glIsQuery = (glIsQuery_client_proc_t) getProc("glIsQuery", userData); in initDispatchByName()
Dgl2_client_proc.h331 typedef GLboolean (gl2_APIENTRY *glIsQuery_client_proc_t) (void * ctx, GLuint); typedef