Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h235 glIsFramebufferOES_client_proc_t glIsFramebufferOES;
Dgl_client_context.cpp235 glIsFramebufferOES = (glIsFramebufferOES_client_proc_t) getProc("glIsFramebufferOES", userData); in initDispatchByName()
Dgl_client_proc.h234 typedef GLboolean (gl_APIENTRY *glIsFramebufferOES_client_proc_t) (void * ctx, GLuint); typedef