Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h97 glIsProgram_client_proc_t glIsProgram;
Dgl2_client_context.cpp97 glIsProgram = (glIsProgram_client_proc_t) getProc("glIsProgram", userData); in initDispatchByName()
Dgl2_client_proc.h96 typedef GLboolean (gl2_APIENTRY *glIsProgram_client_proc_t) (void * ctx, GLuint); typedef