Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h316 glGenSamplers_client_proc_t glGenSamplers;
Dgl2_client_context.cpp316 glGenSamplers = (glGenSamplers_client_proc_t) getProc("glGenSamplers", userData); in initDispatchByName()
Dgl2_client_proc.h315 typedef void (gl2_APIENTRY *glGenSamplers_client_proc_t) (void * ctx, GLsizei, GLuint*); typedef