Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h47 glTexEnvfv_client_proc_t glTexEnvfv;
Dgl_client_context.cpp47 glTexEnvfv = (glTexEnvfv_client_proc_t) getProc("glTexEnvfv", userData); in initDispatchByName()
Dgl_client_proc.h46 typedef void (gl_APIENTRY *glTexEnvfv_client_proc_t) (void * ctx, GLenum, GLenum, const GLfloat*); typedef